RFR: JDK-8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Wed Jun 6 22:44:12 UTC 2018
Hi Dan,
Thank you for the review!
The fix has been already pushed.
I hope, it is Okay with you.
Are you Okay with the release note sub-task? :
https://bugs.openjdk.java.net/browse/JDK-8192891
It tells:
A NotifyFramePop request was only cleared if the
JVMTI_EVENT_FRAME_POP is enabled.
Now it is always cleared when the corresponding frame is popped,
regardless of whether the JVMTI_EVENT_FRAME_POP is enabled or not.
Thanks,
Serguei
On 6/6/18 13:59, Daniel D. Daugherty wrote:
> On 5/23/18 3:33 PM, Alex Menkov wrote:
>> Hi all,
>>
>> Please take a look at a fix for
>> https://bugs.openjdk.java.net/browse/JDK-8187289
>>
>> webrev: http://cr.openjdk.java.net/~amenkov/notifyFramePop/webrev/
>
> src/hotspot/share/prims/jvmtiEventController.cpp
> No comments.
>
> src/hotspot/share/prims/jvmtiExport.cpp
> No comments.
>
> test/hotspot/jtreg/serviceability/jvmti/NotifyFramePop/NotifyFramePopTest.java
>
> No comments.
>
> test/hotspot/jtreg/serviceability/jvmti/NotifyFramePop/libNotifyFramePopTest.c
>
> No comments.
>
> I compared this patch with Serguei's last patch and I _think_ I
> understand
> the differences between the two version... but it has been a while...
>
> Thumbs up.
>
> Dan
>
>
>>
>> CSR for the issue: https://bugs.openjdk.java.net/browse/JDK-8191467
>>
>> --alex
>>
>
More information about the serviceability-dev
mailing list