Skip to content

Commit f1c5e26

Browse files
committedSep 1, 2021
8273206: jdk/jfr/event/gc/collection/TestG1ParallelPhases.java fails after JDK-8159979
Reviewed-by: dholmes, ayang
1 parent e600fe1 commit f1c5e26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎test/jdk/jdk/jfr/event/gc/collection/TestG1ParallelPhases.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ public static void main(String[] args) throws IOException {
116116
"NonYoungFreeCSet",
117117
"YoungFreeCSet",
118118
"RebuildFreeList",
119-
"SampleCandidates"
119+
"SampleCandidates",
120+
"CLDClearClaimedMarks",
121+
"ResetMarkingState",
122+
"NoteStartOfMark"
120123
);
121124

122125
// Some GC phases may or may not occur depending on environment. Filter them out

0 commit comments

Comments
 (0)
Please sign in to comment.