We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3651b92 commit c0c3122Copy full SHA for c0c3122
test/hotspot/jtreg/TEST.groups
@@ -276,7 +276,6 @@ ctw_3 = \
276
tier1_gc = \
277
:tier1_gc_1 \
278
:tier1_gc_2 \
279
- :tier1_gc_gcold \
280
:tier1_gc_gcbasher \
281
:tier1_gc_epsilon \
282
:tier1_gc_shenandoah
@@ -307,7 +306,7 @@ tier1_gc_epsilon = \
307
306
308
tier2_gc_epsilon =
309
310
-tier1_gc_gcold = \
+tier3_gc_gcold = \
311
gc/stress/gcold/TestGCOldWithG1.java \
312
gc/stress/gcold/TestGCOldWithSerial.java \
313
gc/stress/gcold/TestGCOldWithParallel.java
@@ -560,6 +559,7 @@ tier2 = \
560
559
tier3 = \
561
:hotspot_tier3_runtime \
562
:tier3_compiler \
+ :tier3_gc_gcold \
563
:tier3_gc_shenandoah
564
565
# Everything that is not in other tiers, but not apps
0 commit comments