On Fri, 24 Apr 2026 22:23:09 GMT, Leonid Mesnik <[email protected]> wrote:

>> Thank you for checking. Only one JVMTI environment can enable debugging 
>> features including `FramePop` events. So, this is not a problem if I do not 
>> miss anything.
>
> It is not a solo capability and there is a test 
>  test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/
> that actually test that FramePop events are correctly works for different 
> environments.

My suggestion is to make the 
[can_generate_frame_pop_events](https://docs.oracle.com/en/java/javase/25/docs/specs/jvmti.html#jvmtiCapabilities.can_generate_frame_pop_events)[can_generate_frame_pop_events](https://docs.oracle.com/en/java/javase/25/docs/specs/jvmti.html#jvmtiCapabilities.can_generate_frame_pop_events)
 to be a solo capability. It is already over complicated. Need to simplify it. 
Anyway, I'd prefer to separate it from this fix and address later. I'll file an 
RFE if you are okay with this.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28407#discussion_r3141542734

Reply via email to