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 #
  23 
  24 hotspot_all = \
  25   /
  26 
  27 hotspot_all_no_apps = \
  28   / \
  29   -applications
  30 
  31 hotspot_compiler = \
  32   compiler
  33 
  34 hotspot_gc = \
  35   gc
  36 
  37 hotspot_runtime = \
  38   runtime \
  39 
  40 hotspot_handshake = \
  41   runtime/handshake
  42 
  43 hotspot_serviceability = \
  44   serviceability
  45 
  46 hotspot_valhalla = \
  47   runtime/valhalla \
  48   compiler/valhalla
  49 
  50 hotspot_valhalla_runtime = \
  51   runtime/valhalla
  52 
  53 hotspot_valhalla_1 = \
  54   runtime/valhalla/valuetypes/ValueTypeCreation.java
  55 
  56 hotspot_misc = \
  57   / \
  58  -applications \
  59  -:hotspot_compiler \
  60  -:hotspot_gc \
  61  -:hotspot_runtime \
  62  -:hotspot_serviceability
  63 
  64 hotspot_native_sanity = \
  65   native_sanity
  66 
  67 hotspot_tier1_common = \
  68   sanity/BasicVMTest.java \
  69   gtest/GTestWrapper.java
  70 
  71 hotspot_tier1_compiler_1 = \
  72   compiler/aot/ \
  73   compiler/arraycopy/ \
  74   compiler/c1/ \
  75   compiler/c2/ \
  76   -compiler/c2/Test6850611.java \
  77   -compiler/c2/cr6890943/Test6890943.java \
  78   -compiler/c2/Test6905845.java \
  79   -compiler/c2/cr6340864 \
  80   -compiler/c2/cr6589834 \
  81   -compiler/c2/cr8004867 \
  82   -compiler/c2/stemmer \
  83   -compiler/c2/Test6792161.java \
  84   -compiler/c2/Test6603011.java \
  85   -compiler/c2/Test6912517.java \
  86 
  87 hotspot_tier1_compiler_2 = \
  88   compiler/classUnloading/ \
  89   compiler/codecache/ \
  90   compiler/codegen/ \
  91   compiler/cpuflags/ \
  92   compiler/dependencies/ \
  93   compiler/eliminateAutobox/ \
  94   compiler/escapeAnalysis/ \
  95   compiler/exceptions/ \
  96   compiler/floatingpoint/ \
  97   compiler/gcbarriers/ \
  98   compiler/inlining/ \
  99   compiler/integerArithmetic/ \
 100   compiler/interpreter/ \
 101   compiler/jvmci/ \
 102   -compiler/codegen/aes \
 103   -compiler/codecache/stress \
 104   -compiler/gcbarriers/PreserveFPRegistersTest.java
 105 
 106 hotspot_tier1_compiler_3 = \
 107   compiler/intrinsics/ \
 108   compiler/jsr292/ \
 109   compiler/loopopts/ \
 110   compiler/macronodes/ \
 111   compiler/memoryinitialization/ \
 112   compiler/osr/ \
 113   compiler/regalloc/ \
 114   compiler/runtime/ \
 115   compiler/startup/ \
 116   compiler/types/ \
 117   compiler/uncommontrap/ \
 118   compiler/unsafe/ \
 119   compiler/valhalla/ \
 120   -compiler/intrinsics/bmi \
 121   -compiler/intrinsics/mathexact \
 122   -compiler/intrinsics/sha \
 123   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 124   -compiler/intrinsics/zip/TestAdler32.java \
 125   -compiler/loopopts/Test7052494.java \
 126   -compiler/runtime/Test6826736.java
 127 
 128 hotspot_not_fast_compiler = \
 129   :hotspot_compiler \
 130   -:hotspot_tier1_compiler_1 \
 131   -:hotspot_tier1_compiler_2 \
 132   -:hotspot_tier1_compiler_3 \
 133 
 134 hotspot_tier1_gc_1 = \
 135   gc/g1/
 136 
 137 hotspot_tier1_gc_2 = \
 138   sanity/ExecuteInternalVMTests.java \
 139   gc/ \
 140   -gc/g1/ \
 141   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 142   -gc/stress \
 143   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 144   -gc/cms/TestMBeanCMS.java \
 145   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 146 
 147 hotspot_tier1_gc_gcold = \
 148   gc/stress/gcold/TestGCOldWithG1.java
 149   gc/stress/gcold/TestGCOldWithCMS.java
 150   gc/stress/gcold/TestGCOldWithSerial.java
 151   gc/stress/gcold/TestGCOldWithParallel.java
 152 
 153 hotspot_tier1_gc_gcbasher = \
 154   gc/stress/gcbasher/TestGCBasherWithG1.java \
 155   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 156   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 157   gc/stress/gcbasher/TestGCBasherWithParallel.java
 158 
 159 hotspot_tier1_runtime = \
 160   runtime/ \
 161  -runtime/6626217/Test6626217.sh \
 162  -runtime/7100935 \
 163  -runtime/7158988/FieldMonitor.java \
 164  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 165  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 166  -runtime/ConstantPool/IntfMethod.java \
 167  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 168  -runtime/ErrorHandling/ErrorHandler.java \
 169  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 170  -runtime/logging/MonitorMismatchTest.java \
 171  -runtime/memory/ReserveMemory.java \
 172  -runtime/memory/RunUnitTestsConcurrently.java \
 173  -runtime/Metaspace/FragmentMetaspace.java \
 174  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 175  -runtime/MirrorFrame/Test8003720.java \
 176  -runtime/modules/LoadUnloadModuleStress.java \
 177  -runtime/modules/ModuleStress/ExportModuleStressTest.java \
 178  -runtime/modules/ModuleStress/ModuleStressGC.java \
 179  -runtime/NMT \
 180  -runtime/RedefineObject/TestRedefineObject.java \
 181  -runtime/RedefineTests/RedefineLeak.java \
 182  -runtime/RedefineTests/RedefinePreviousVersions.java \
 183  -runtime/RedefineTests/RedefineRunningMethods.java \
 184  -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
 185  -runtime/ReservedStack \
 186  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
 187  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
 188  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
 189  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
 190  -runtime/SelectionResolution/InvokeSpecialICCE.java \
 191  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
 192  -runtime/SelectionResolution/InvokeStaticICCE.java \
 193  -runtime/SelectionResolution/InvokeVirtualICCE.java \
 194  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
 195  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 196  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 197  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 198  -runtime/Thread/CancellableThreadTest.java \
 199  -runtime/Thread/TestThreadDumpMonitorContention.java \
 200  -runtime/Unsafe/RangeCheck.java \
 201  -runtime/containers/ \
 202   sanity/ \
 203   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
 204  -:hotspot_tier1_runtime_appcds_exclude
 205 
 206 hotspot_cds = \
 207   runtime/SharedArchiveFile/ \
 208   runtime/CompressedOops/
 209 
 210 # AppCDS
 211 # If modifying AppCDS it is also recommended to run the open hotspot_cds group
 212 hotspot_appcds = \
 213   runtime/appcds/
 214 
 215 # A subset of AppCDS tests to be run in JPRT push
 216 hotspot_tier1_runtime_appcds = \
 217   runtime/appcds/HelloTest.java \
 218   runtime/appcds/sharedStrings/SharedStringsBasic.java \
 219   runtime/appcds/ClassLoaderTest.java
 220 
 221 hotspot_tier1_runtime_appcds_exclude = \
 222   runtime/appcds/ \
 223   -:hotspot_tier1_runtime_appcds
 224 
 225 hotspot_tier1_serviceability = \
 226   serviceability/dcmd/compiler \
 227   serviceability/logging \
 228   serviceability/sa
 229 
 230 hotspot_tier1 = \
 231   :hotspot_tier1_common \
 232   :hotspot_tier1_compiler_1 \
 233   :hotspot_tier1_compiler_2 \
 234   :hotspot_tier1_compiler_3 \
 235   :hotspot_tier1_gc_1 \
 236   :hotspot_tier1_gc_2 \
 237   :hotspot_tier1_gc_gcold \
 238   :hotspot_tier1_runtime \
 239   :hotspot_tier1_serviceability
 240 
 241 hotspot_tier2_runtime = \
 242   runtime/ \
 243   serviceability/ \
 244  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 245  -runtime/Thread/TestThreadDumpMonitorContention.java \
 246  -runtime/containers/ \
 247  -:hotspot_tier1_runtime \
 248  -:hotspot_tier1_serviceability \
 249  -:hotspot_tier2_runtime_platform_agnostic
 250 
 251 hotspot_tier2_runtime_platform_agnostic = \
 252   runtime/SelectionResolution \
 253  -:hotspot_tier1_runtime
 254 
 255 hotspot_tier3_runtime = \
 256   runtime/ \
 257   serviceability/ \
 258  -runtime/containers/ \
 259  -:hotspot_tier1_runtime \
 260  -:hotspot_tier1_serviceability \
 261  -:hotspot_tier2_runtime_platform_agnostic \
 262  -:hotspot_tier2_runtime
 263 
 264 hotspot_runtime_minimalvm = \
 265   runtime/MinimalVM \
 266   runtime/ErrorHandling \
 267   runtime/logging
 268