On Tue, 29 Oct 2024 01:46:51 GMT, Serguei Spitsyn <sspit...@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

Reply via email to