8273206: jdk/jfr/event/gc/collection/TestG1ParallelPhases.java fails after JDK-8159979

Reviewed-by: dholmes, ayang
This commit is contained in:
Jie Fu 2021-09-01 07:55:20 +00:00
parent e600fe1a1a
commit f1c5e26e48

View File

@ -116,7 +116,10 @@ public class TestG1ParallelPhases {
"NonYoungFreeCSet",
"YoungFreeCSet",
"RebuildFreeList",
"SampleCandidates"
"SampleCandidates",
"CLDClearClaimedMarks",
"ResetMarkingState",
"NoteStartOfMark"
);
// Some GC phases may or may not occur depending on environment. Filter them out