Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8269768: JFR Terminology Refresh
Reviewed-by: iignatyev, egahlin
  • Loading branch information
vidmik committed Jul 2, 2021
1 parent 6f0e8e7 commit 1c18f91
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 @@ -375,7 +375,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 1c18f91

@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.