[RFR]: Interpreter method entry/exit
Jean Christophe Beyler
jcbeyler at google.com
Thu Mar 28 02:29:30 UTC 2019
Hi Arthur,
There seems to be a permission issue with your webrev?
Btw, are you by chance updating the wiki with the commands to be run now or
should I do it at some point in the future?
Jc
On Wed, Mar 27, 2019 at 4:46 PM Arthur Eubanks <aeubanks at google.com> wrote:
> http://cr.openjdk.java.net/~aeubanks/tsanmethodentryexit/webrev.00/
>
> This change adds method entry and exit hooks to the interpreter and native
> wrappers.
>
> I also made it so that essentially -Xint is passed when
> -XX:+ThreadSanitizer is passed. Without it, I got weird crashes that were
> only fixed by passing -Xint alongside -XX:+ThreadSanitizer.
>
> $ LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/8/libtsan.so
> ./images/jdk/bin/java -XX:+ThreadSanitizer
>
--
Thanks,
Jc
More information about the tsan-dev
mailing list