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
Wed Oct 16 01:16:23 UTC 2024
On Tue, 15 Oct 2024 23:44:08 GMT, Alex Menkov <amenkov 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/NotifyFramePopStressTest.java line 109:
>
>> 107: }
>> 108: }
>> 109: System.out.println("control has finished: " + notifyCount);
>
> Could you please update logging to use `log` or `System.out.println` in all cases?
Good suggestion. Changed to use `log()` in all cases.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21468#discussion_r1802196907
More information about the hotspot-dev
mailing list