Skip to content

Commit

Permalink
8332880: JFR GCHelper class recognizes "Archive" regions as valid
Browse files Browse the repository at this point in the history
Reviewed-by: ayang, iwalulya
  • Loading branch information
Thomas Schatzl committed May 29, 2024
1 parent b8ae11e commit 2cca83b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/lib/jdk/test/lib/jfr/GCHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ public static List<RecordedEvent> removeFirstAndLastGC(List<RecordedEvent> event
"Survivor",
"Starts Humongous",
"Continues Humongous",
"Old",
"Archive"
"Old"
};

g1HeapRegionTypes = Collections.unmodifiableList(Arrays.asList(g1HeapRegionTypeLiterals));
Expand Down

1 comment on commit 2cca83b

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