hotspot/test/TEST.groups
changeset 36576 8bd19bf60177
parent 35606 d873b64009cc
child 36593 5ef494d5c3e8
equal deleted inserted replaced
36572:bdbf53032b6a 36576:8bd19bf60177
     1 #
     1 #
     2 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
   228 
   228 
   229 # All tests that explicitly set the G1 GC
   229 # All tests that explicitly set the G1 GC
   230 #
   230 #
   231 needs_g1gc = \
   231 needs_g1gc = \
   232   compiler/regalloc/C1ObjectSpillInLogicOp.java \
   232   compiler/regalloc/C1ObjectSpillInLogicOp.java \
       
   233   gc/TestSmallHeap.java \
   233   gc/TestSystemGC.java \
   234   gc/TestSystemGC.java \
   234   gc/arguments/TestAlignmentToUseLargePages.java \
   235   gc/arguments/TestAlignmentToUseLargePages.java \
       
   236   gc/arguments/TestG1ConcRefinementThreads.java \
   235   gc/arguments/TestG1HeapRegionSize.java \
   237   gc/arguments/TestG1HeapRegionSize.java \
   236   gc/arguments/TestG1HeapSizeFlags.java \
   238   gc/arguments/TestG1HeapSizeFlags.java \
   237   gc/arguments/TestG1PercentageOptions.java \
   239   gc/arguments/TestG1PercentageOptions.java \
   238   gc/arguments/TestMaxHeapSizeTools.java \
   240   gc/arguments/TestMaxHeapSizeTools.java \
   239   gc/arguments/TestMaxNewSize.java \
   241   gc/arguments/TestMaxNewSize.java \
   240   gc/arguments/TestParallelGCThreads.java \
   242   gc/arguments/TestParallelGCThreads.java \
   241   gc/arguments/TestUseCompressedOopsErgo.java \
   243   gc/arguments/TestUseCompressedOopsErgo.java \
   242   gc/class_unloading/TestG1ClassUnloadingHWM.java \
   244   gc/class_unloading/TestG1ClassUnloadingHWM.java \
   243   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
   245   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
   244   gc/g1/ \
   246   gc/g1/ \
       
   247   gc/logging/TestGCId.java \
   245   gc/metaspace/G1AddMetaspaceDependency.java \
   248   gc/metaspace/G1AddMetaspaceDependency.java \
   246   gc/metaspace/TestMetaspacePerfCounters.java \
   249   gc/metaspace/TestMetaspacePerfCounters.java \
   247   gc/startup_warnings/TestG1.java \
   250   gc/startup_warnings/TestG1.java \
   248   gc/whitebox/TestConcMarkCycleWB.java \
   251   gc/whitebox/TestConcMarkCycleWB.java 
   249   gc/arguments/TestG1ConcRefinementThreads.java
       
   250 
   252 
   251 hotspot_native_sanity = \
   253 hotspot_native_sanity = \
   252   native_sanity
   254   native_sanity
   253 
   255 
   254 hotspot_compiler_1 = \
   256 hotspot_compiler_1 = \