[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
Sun Jan 20 13:54:57 UTC 2019


Thanks Dean and Vladimir for the review.

> On 19 Jan 2019, at 01:10, dean.long at oracle.com wrote:
> 
> Looks good.
> 
> dl
> 
> On 1/18/19 2:54 PM, Vladimir Kozlov wrote:
>> Seems fine.
>> 
>> Thanks,
>> Vladimir
>> 
>> On 1/18/19 2:20 PM, Doug Simon wrote:
>>> 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