RFR: 8341273: JVMTI is not properly hiding some continuation related methods [v14]
Alan Bateman
alanb at openjdk.org
Mon Oct 28 05:58:38 UTC 2024
On Sun, 27 Oct 2024 21:45:08 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:
>
> remove newly added trailing space
src/java.base/share/classes/jdk/internal/vm/annotation/JvmtiHideEvents.java line 32:
> 30: /**
> 31: * A method may be annotated with JvmtiHideEvents to hint it is not
> 32: * desirable to sent JVMTI events in context of the annotated method.
s/sent/send/
Also might be cleaerr to drop "not desirable" from the sentence as it begs too many questions.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21397#discussion_r1818413397
More information about the serviceability-dev
mailing list