hotspot/test/TEST.groups
changeset 25738 808066362e58
parent 25736 6f35dbe32581
parent 25634 999012f63df5
child 25908 8adb2fb6fc3c
equal deleted inserted replaced
25737:71793afd180f 25738:808066362e58
   255   gc/TestSystemGC.java \
   255   gc/TestSystemGC.java \
   256   gc/arguments/TestAlignmentToUseLargePages.java \
   256   gc/arguments/TestAlignmentToUseLargePages.java \
   257   gc/arguments/TestCMSHeapSizeFlags.java \
   257   gc/arguments/TestCMSHeapSizeFlags.java \
   258   gc/arguments/TestMaxNewSize.java \
   258   gc/arguments/TestMaxNewSize.java \
   259   gc/arguments/TestUseCompressedOopsErgo.java \
   259   gc/arguments/TestUseCompressedOopsErgo.java \
       
   260   gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java \
   260   gc/concurrentMarkSweep/ \
   261   gc/concurrentMarkSweep/ \
   261   gc/startup_warnings/TestCMS.java \
   262   gc/startup_warnings/TestCMS.java \
   262   gc/startup_warnings/TestCMSIncrementalMode.java \
   263   gc/startup_warnings/TestCMSIncrementalMode.java \
   263   gc/startup_warnings/TestCMSNoIncrementalMode.java \
   264   gc/startup_warnings/TestCMSNoIncrementalMode.java \
   264   gc/startup_warnings/TestDefNewCMS.java \
   265   gc/startup_warnings/TestDefNewCMS.java \
   309  -:needs_g1gc \
   310  -:needs_g1gc \
   310  -:needs_serialgc \
   311  -:needs_serialgc \
   311  -:needs_parallelgc
   312  -:needs_parallelgc
   312 
   313 
   313 
   314 
       
   315 # When called from top level the test suites use the hotspot_ prefix
       
   316 hotspot_wbapitest = \
       
   317   sanity/
       
   318 
       
   319 hotspot_compiler = \
       
   320   sanity/ExecuteInternalVMTests.java
       
   321 
       
   322 hotspot_gc = \
       
   323   sanity/ExecuteInternalVMTests.java
       
   324 
       
   325 hotspot_runtime = \
       
   326   sanity/ExecuteInternalVMTests.java
       
   327 
       
   328 hotspot_serviceability = \
       
   329   sanity/ExecuteInternalVMTests.java
       
   330 
       
   331 hotspot_all = \
       
   332   :hotspot_compiler \
       
   333   :hotspot_gc \
       
   334   :hotspot_runtime \
       
   335   :hotspot_serviceability