On Tue, 29 Oct 2024 06:45:30 GMT, Alan Bateman <al...@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