RFR: 8341273: JVMTI is not properly hiding some continuation related methods [v14]
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Oct 29 01:46:51 UTC 2024
On Mon, 28 Oct 2024 05:56:20 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> 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.
Thanks, fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21397#discussion_r1819964271
More information about the hotspot-dev
mailing list