8152422: Optimize GC JPRT test set
authordfazunen
Wed, 30 Mar 2016 17:25:32 +0300
changeset 37207 7afe535e1cbf
parent 37206 639ad21e6fad
child 37208 aaf76eb8cfd4
8152422: Optimize GC JPRT test set Reviewed-by: sjohanss, pliden
hotspot/test/TEST.groups
--- a/hotspot/test/TEST.groups	Tue Mar 29 16:21:16 2016 -0400
+++ b/hotspot/test/TEST.groups	Wed Mar 30 17:25:32 2016 +0300
@@ -310,10 +310,15 @@
 hotspot_compiler_closed = \
   sanity/ExecuteInternalVMTests.java
 
-hotspot_gc = \
+hotspot_gc_1 = \
+  gc/g1/
+
+hotspot_gc_2 = \
   sanity/ExecuteInternalVMTests.java \
   gc/ \
-  -gc/g1/TestGreyReclaimedHumongousObjects.java \
+  -gc/g1/ \
+  -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
+  -gc/cms/TestMBeanCMS.java \
   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 
 hotspot_gc_closed = \
@@ -361,7 +366,8 @@
   :hotspot_compiler_2 \
   :hotspot_compiler_3 \
   :hotspot_compiler_closed \
-  :hotspot_gc \
+  :hotspot_gc_1 \
+  :hotspot_gc_2 \
   :hotspot_gc_closed \
   :hotspot_gc_gcold \
   :hotspot_runtime \