RFR: 8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Tue Oct 15 21:34:10 UTC 2024


On Tue, 15 Oct 2024 20:49:51 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   minor comment tweak
>
> test/hotspot/jtreg/serviceability/jvmti/events/NotifyFramePopStressTest/libNotifyFramePopStressTest.cpp line 156:
> 
>> 154: 
>> 155:   // We only want to do a NotifyFramePop once for the main method. The sole purpose is
>> 156:   // to force the thread into interpOnly mode, which seems to help the tests's timing
> 
> Suggestion:
> 
>   // to force the thread into interpOnly mode, which seems to help the test's timing

Thanks. Fixed now.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21468#discussion_r1802043134


More information about the serviceability-dev mailing list