RFR: 8341273: JVMTI is not properly hiding some continuation related methods [v15]
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Oct 29 08:35:27 UTC 2024
On Tue, 29 Oct 2024 06:45:30 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> 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".
Thank you. Fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21397#discussion_r1820336422
More information about the core-libs-dev
mailing list