You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSan callbacks in the JVM - TSan provides a callback to handle moved object, and the TSan/Java implementation inserts this callback at appropriate places, such as garbage collectors.
Symbolization services for TSan reports - The JVM provides a public C++ function (TsanJavaSymbol) that allows a C++ or Java thread to call into the JVM and retrieve the method string associated with that token.
But disadvantage is the implementation is only done for the interpreter.
This issue will now be closed since it had been marked no-recent-activity but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.
Hi,
There is too much noise coming from the original sanitizer lead False Positive: #553 (comment)
And OpenJDK met the same issue: https://bugs.openjdk.java.net/browse/JDK-8208520
So here comes:
But disadvantage is the implementation is only done for the interpreter.
Any suggestion for dotnet runtime?
\cc @jkotas @steveharter
Thanks,
Leslie Zhai
The text was updated successfully, but these errors were encountered: