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