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