[12] RFR 8215375: [Graal] jck:vm/jvmti/Exception/excp001/excp00101 fails in Graal as JIT mode and -Xcomp mode

Doug Simon doug.simon at oracle.com
Fri Jan 18 22:20:06 UTC 2019


Please review this fix that makes Graal compiled code post a JVMTI event when throwing an exception.
The code to post the event is only compiled in if the relevant JVMTI capabilities are enabled at compile time. The event posting code performs a dynamic check to see if the current thread is interested in exception events before posting an event.

Testing: hs-tier6-graal

https://bugs.openjdk.java.net/browse/JDK-8215375
http://cr.openjdk.java.net/~dnsimon/8215375

-Doug


More information about the hotspot-compiler-dev mailing list