< prev index next >

test/TEST.groups

Print this page


   1 #
   2 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 147   :hotspot_runtime \
 148   :hotspot_serviceability
 149 # Tests that require compact3 API's
 150 #
 151 needs_compact3 = \
 152   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
 153   compiler/rangechecks/TestRangeCheckSmearing.java \
 154   compiler/whitebox/DeoptimizeMethodTest.java \
 155   compiler/whitebox/SetForceInlineMethodTest.java \
 156   compiler/whitebox/SetDontInlineMethodTest.java \
 157   compiler/whitebox/DeoptimizeAllTest.java \
 158   compiler/whitebox/MakeMethodNotCompilableTest.java \
 159   compiler/whitebox/ClearMethodStateTest.java \
 160   compiler/whitebox/EnqueueMethodForCompilationTest.java \
 161   compiler/whitebox/IsMethodCompilableTest.java \
 162   gc/6581734/Test6581734.java \
 163   gc/7072527/TestFullGCCount.java \
 164   gc/TestGCLogRotationViaJcmd.java \
 165   gc/g1/TestHumongousAllocInitialMark.java \
 166   gc/g1/TestHumongousShrinkHeap.java \

 167   gc/arguments/TestG1HeapRegionSize.java \
 168   gc/metaspace/TestMetaspaceMemoryPool.java \
 169   gc/arguments/TestDynMinHeapFreeRatio.java \
 170   gc/arguments/TestDynMaxHeapFreeRatio.java \
 171   gc/g1/TestShrinkAuxiliaryData00.java \
 172   gc/g1/TestShrinkAuxiliaryData05.java \
 173   gc/g1/TestShrinkAuxiliaryData10.java \
 174   gc/g1/TestShrinkAuxiliaryData15.java \
 175   gc/g1/TestShrinkAuxiliaryData20.java \
 176   gc/g1/TestShrinkAuxiliaryData25.java \
 177   gc/g1/TestShrinkAuxiliaryData30.java \
 178   gc/survivorAlignment \
 179   runtime/InternalApi/ThreadCpuTimesDeadlock.java \
 180   serviceability/threads/TestFalseDeadLock.java \
 181   serviceability/jvmti/GetObjectSizeOverflow.java \
 182   serviceability/jvmti/TestRedefineWithUnresolvedClass.java \
 183   serviceability/sa/jmap-hashcode/Test8028623.java \
 184   compiler/tiered/NonTieredLevelsTest.java \
 185   compiler/tiered/TieredLevelsTest.java \
 186   compiler/intrinsics/bmi/verifycode


   1 #
   2 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


 147   :hotspot_runtime \
 148   :hotspot_serviceability
 149 # Tests that require compact3 API's
 150 #
 151 needs_compact3 = \
 152   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
 153   compiler/rangechecks/TestRangeCheckSmearing.java \
 154   compiler/whitebox/DeoptimizeMethodTest.java \
 155   compiler/whitebox/SetForceInlineMethodTest.java \
 156   compiler/whitebox/SetDontInlineMethodTest.java \
 157   compiler/whitebox/DeoptimizeAllTest.java \
 158   compiler/whitebox/MakeMethodNotCompilableTest.java \
 159   compiler/whitebox/ClearMethodStateTest.java \
 160   compiler/whitebox/EnqueueMethodForCompilationTest.java \
 161   compiler/whitebox/IsMethodCompilableTest.java \
 162   gc/6581734/Test6581734.java \
 163   gc/7072527/TestFullGCCount.java \
 164   gc/TestGCLogRotationViaJcmd.java \
 165   gc/g1/TestHumongousAllocInitialMark.java \
 166   gc/g1/TestHumongousShrinkHeap.java \
 167   gc/arguments/TestAggressiveHeap.java \
 168   gc/arguments/TestG1HeapRegionSize.java \
 169   gc/metaspace/TestMetaspaceMemoryPool.java \
 170   gc/arguments/TestDynMinHeapFreeRatio.java \
 171   gc/arguments/TestDynMaxHeapFreeRatio.java \
 172   gc/g1/TestShrinkAuxiliaryData00.java \
 173   gc/g1/TestShrinkAuxiliaryData05.java \
 174   gc/g1/TestShrinkAuxiliaryData10.java \
 175   gc/g1/TestShrinkAuxiliaryData15.java \
 176   gc/g1/TestShrinkAuxiliaryData20.java \
 177   gc/g1/TestShrinkAuxiliaryData25.java \
 178   gc/g1/TestShrinkAuxiliaryData30.java \
 179   gc/survivorAlignment \
 180   runtime/InternalApi/ThreadCpuTimesDeadlock.java \
 181   serviceability/threads/TestFalseDeadLock.java \
 182   serviceability/jvmti/GetObjectSizeOverflow.java \
 183   serviceability/jvmti/TestRedefineWithUnresolvedClass.java \
 184   serviceability/sa/jmap-hashcode/Test8028623.java \
 185   compiler/tiered/NonTieredLevelsTest.java \
 186   compiler/tiered/TieredLevelsTest.java \
 187   compiler/intrinsics/bmi/verifycode


< prev index next >