On Sat, 21 Feb 2026 05:36:26 GMT, Leonid Mesnik <[email protected]> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> review: restore assert, will remove it as a separate bug fix
>
> src/hotspot/share/prims/jvmtiThreadState.cpp line 483:
>
>> 481: invalidate_cur_stack_depth();
>> 482: } else {
>> 483: assert(!is_enabled(JVMTI_EVENT_FRAME_POP), "Must have no framepops
>> set");
>
> This change is not related to the the bug, better to fix separately.
Okay, thanks. Restored. Will remove this assert in a separate bug fix.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29436#discussion_r2835962133