# HG changeset patch # User dfazunen # Date 1459347932 -10800 # Node ID 7afe535e1cbfc6bf8fe259dd8ab0fc95873bb916 # Parent 639ad21e6fad7bf8708dca7f20c94b95c85a9afe 8152422: Optimize GC JPRT test set Reviewed-by: sjohanss, pliden diff -r 639ad21e6fad -r 7afe535e1cbf 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 \