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