From 826adc7cfc1d4da354d79f97490874216185f581 Mon Sep 17 00:00:00 2001 From: Serguei Spitsyn Date: Tue, 29 Oct 2024 01:41:15 +0000 Subject: [PATCH] review: tweak description of the annotation class JvmtiHideEvents --- .../classes/jdk/internal/vm/annotation/JvmtiHideEvents.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.base/share/classes/jdk/internal/vm/annotation/JvmtiHideEvents.java b/src/java.base/share/classes/jdk/internal/vm/annotation/JvmtiHideEvents.java index 76f51d74f0048..a7755749950a2 100644 --- a/src/java.base/share/classes/jdk/internal/vm/annotation/JvmtiHideEvents.java +++ b/src/java.base/share/classes/jdk/internal/vm/annotation/JvmtiHideEvents.java @@ -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.