Skip to content

Commit

Permalink
review: tweak description of the annotation class JvmtiHideEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
sspitsyn committed Oct 29, 2024
1 parent 22e8ab7 commit 826adc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import java.lang.annotation.*;

/**
* A method may be annotated with JvmtiHideEvents to hint it is not
* desirable to sent JVMTI events in context of the annotated method.
* A method may be annotated with JvmtiHideEvents to hint the JVMTI events
* should not be generated in context of the annotated method.
*
* @implNote
* This annotation is only used for some VirtualThread and Continuation methods.
Expand Down

0 comments on commit 826adc7

Please sign in to comment.