mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 23:29:55 +00:00
8273206: jdk/jfr/event/gc/collection/TestG1ParallelPhases.java fails after JDK-8159979
Reviewed-by: dholmes, ayang
This commit is contained in:
parent
e600fe1a1a
commit
f1c5e26e48
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user