Displaying 2 results from an estimated 2 matches for "jaeheon".
Did you mean:
aeneon
2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
...n 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.
>
>
> +Jaeheon, Alexander, Jeremy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170831/2949013b/attachment.html>
2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
>
> On Aug 30, 2017, at 12:51 AM, Jiri Danek via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> I found https://github.com/google/java-thread-sanitizer, which seems to
> be now abandoned. It used to work with ThreadSanitizer v1. Has anybody ever
> tried to make it work with the current ThreadSanitizer?
>
> I gave it a try and bending java-thread-sanitizer to my