On Tue, 15 Oct 2024 21:26:55 GMT, Alex Menkov <amen...@openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Disallow NotifyFramePop for >> enter/enter0/VirtualThread.run/VThreadContinuation.run > > src/hotspot/share/prims/jvmtiEnvBase.cpp line 691: > >> 689: >> 690: if (jt->is_in_VTMS_transition()) { >> 691: jvf = check_and_skip_hidden_frames(jt->is_in_VTMS_transition(), >> jvf); > > Suggestion: > > jvf = check_and_skip_hidden_frames(true, jvf); Fixed, thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21397#discussion_r1802772384