Displaying 1 result from an estimated 1 matches for "3f8c7795".
2017 Aug 30
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
Hello,
I've been looking at ThreadSanitizer in
https://github.com/llvm-mirror/compiler-rt and I noticed some Java-related
files. Is there a version of ThreadSanitizer build on top of that, which I
could use to sanitize my Java programs? I could not find any.
I found https://github.com/google/java-thread-sanitizer, which seems to be
now abandoned. It used to work with ThreadSanitizer v1. Has