< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page
@@ -315,10 +315,19 @@
  tier1_gc_gcbasher = \
    gc/stress/gcbasher/TestGCBasherWithG1.java \
    gc/stress/gcbasher/TestGCBasherWithSerial.java \
    gc/stress/gcbasher/TestGCBasherWithParallel.java
  
+ tier1_gc_shenandoah_generational = \
+   gc/shenandoah/generational/
+ 
+ # No tier 2 tests for shenandoah_generational at this time
+ tier2_gc_shenandoah_generational =
+ 
+ # No tier 3 tests for shenandoah_generational at this time
+ tier3_gc_shenandoah_generational =
+ 
  tier1_gc_shenandoah = \
    gc/shenandoah/options/ \
    gc/shenandoah/compiler/ \
    gc/shenandoah/mxbeans/ \
    gc/shenandoah/TestSmallHeap.java \

@@ -346,23 +355,30 @@
    gc/shenandoah/ \
    serviceability/sa/TestHeapDumpForInvokeDynamic.java \
    -gc/shenandoah/TestStringDedupStress.java \
    -:tier1_gc_shenandoah
  
+ # include shenandoah generational tests in tier3 shenandoah
  tier3_gc_shenandoah = \
    gc/stress/gcold/TestGCOldWithShenandoah.java \
    gc/stress/gcbasher/TestGCBasherWithShenandoah.java \
    gc/stress/gclocker/TestGCLockerWithShenandoah.java \
    gc/stress/systemgc/TestSystemGCWithShenandoah.java \
    gc/shenandoah/TestStringDedupStress.java \
+   :hotspot_gc_shenandoah_generational \
    -:tier2_gc_shenandoah
  
  hotspot_gc_shenandoah = \
    :tier1_gc_shenandoah \
    :tier2_gc_shenandoah \
    :tier3_gc_shenandoah
  
+ hotspot_gc_shenandoah_generational = \
+   :tier1_gc_shenandoah_generational \
+   :tier2_gc_shenandoah_generational \
+   :tier3_gc_shenandoah_generational
+ 
  tier1_runtime = \
    runtime/ \
   -runtime/6626217/bug_21227.java \
   -runtime/7100935 \
   -runtime/7158988/FieldMonitor.java \
< prev index next >