RFR: 8373367: interp-only mechanism fails to work for carrier threads in a corner case [v8]

Serguei Spitsyn sspitsyn at openjdk.org
Sat Feb 21 08:01:49 UTC 2026


On Sat, 21 Feb 2026 05:36:26 GMT, Leonid Mesnik <lmesnik at openjdk.org> 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


More information about the serviceability-dev mailing list