Skip to content

Commit c0c3122

Browse files
committed
8305618: Move gcold out of tier1
Reviewed-by: lmesnik, shade
1 parent 3651b92 commit c0c3122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/TEST.groups

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ ctw_3 = \
276276
tier1_gc = \
277277
:tier1_gc_1 \
278278
:tier1_gc_2 \
279-
:tier1_gc_gcold \
280279
:tier1_gc_gcbasher \
281280
:tier1_gc_epsilon \
282281
:tier1_gc_shenandoah
@@ -307,7 +306,7 @@ tier1_gc_epsilon = \
307306

308307
tier2_gc_epsilon =
309308

310-
tier1_gc_gcold = \
309+
tier3_gc_gcold = \
311310
gc/stress/gcold/TestGCOldWithG1.java \
312311
gc/stress/gcold/TestGCOldWithSerial.java \
313312
gc/stress/gcold/TestGCOldWithParallel.java
@@ -560,6 +559,7 @@ tier2 = \
560559
tier3 = \
561560
:hotspot_tier3_runtime \
562561
:tier3_compiler \
562+
:tier3_gc_gcold \
563563
:tier3_gc_shenandoah
564564

565565
# Everything that is not in other tiers, but not apps

0 commit comments

Comments
 (0)