Skip to content

Commit 245ccb2

Browse files
committed
8269768: JFR Terminology Refresh
Backport-of: 1c18f91
1 parent 2baf9ea commit 245ccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ private static void checkType(Class<?> type) {
391391
throw new IllegalArgumentException("Only primitives types or java.lang.String are allowed");
392392
}
393393

394-
// Whitelist of annotation classes that are allowed, even though
394+
// List of annotation classes that are allowed, even though
395395
// they don't have @MetadataDefinition.
396396
private static boolean isKnownJFRAnnotation(Class<? extends Annotation> annotationType) {
397397
if (annotationType == Registered.class) {

0 commit comments

Comments
 (0)