Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8269768: JFR Terminology Refresh
Backport-of: 1c18f91
  • Loading branch information
GoeLin committed Sep 30, 2021
1 parent 2baf9ea commit 245ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java
Expand Up @@ -391,7 +391,7 @@ private static void checkType(Class<?> type) {
throw new IllegalArgumentException("Only primitives types or java.lang.String are allowed");
}

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

1 comment on commit 245ccb2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.