RFR: 8341273: JVMTI is not properly hiding some continuation related methods [v15]

Alan Bateman alanb at openjdk.org
Tue Oct 29 06:48:08 UTC 2024


On Tue, 29 Oct 2024 01:46:51 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> This fixes a problem in the VTMS (Virtual Thread Mount State) transition frames hiding mechanism.
>> Please, see a fix description in the first comment.
>> 
>> Testing:
>>  - Verified with new test `vthread/CheckHiddenFrames`
>>  - Mach5 tiers 1-6 are passed
>
> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review: tweak description of the annotation class JvmtiHideEvents

src/java.base/share/classes/jdk/internal/vm/annotation/JvmtiHideEvents.java line 32:

> 30: /**
> 31:  * A method may be annotated with JvmtiHideEvents to hint the JVMTI events
> 32:  * should not be generated in context of the annotated method.

The sentence isn't quite right. I think you want to say that it's "a hint that JVMTI events" or "to hint that JVMTI events".

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21397#discussion_r1820174554


More information about the serviceability-dev mailing list