< prev index next >

test/TEST.groups

Print this page
rev 12803 : 8177967: Move TestGCOld to subdirectory

@@ -128,11 +128,14 @@
 
 hotspot_tier1_gc_closed = \
   sanity/ExecuteInternalVMTests.java
 
 hotspot_tier1_gc_gcold = \
-  gc/stress/TestGCOld.java
+  gc/stress/gcold/TestGCOldWithG1.java
+  gc/stress/gcold/TestGCOldWithCMS.java
+  gc/stress/gcold/TestGCOldWithSerial.java
+  gc/stress/gcold/TestGCOldWithParallel.java
 
 hotspot_tier1_gc_gcbasher = \
   gc/stress/gcbasher/TestGCBasherWithG1.java \
   gc/stress/gcbasher/TestGCBasherWithCMS.java \
   gc/stress/gcbasher/TestGCBasherWithSerial.java \
< prev index next >