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_compiler = \
  28   compiler
  29 
  30 hotspot_gc = \
  31   gc
  32 
  33 hotspot_runtime = \
  34   runtime
  35 
  36 hotspot_serviceability = \
  37   serviceability
  38 
  39 hotspot_misc = \
  40   / \
  41  -:hotspot_compiler \
  42  -:hotspot_gc \
  43  -:hotspot_runtime \
  44  -:hotspot_serviceability
  45 
  46 hotspot_native_sanity = \
  47   native_sanity
  48 
  49 hotspot_fast_compiler_1 = \
  50   compiler/aot/ \
  51   compiler/arraycopy/ \
  52   compiler/c1/ \
  53   compiler/c2/ \
  54   -compiler/c2/Test6850611.java \
  55   -compiler/c2/cr6890943/Test6890943.java \
  56   -compiler/c2/Test6905845.java \
  57   -compiler/c2/cr6340864 \
  58   -compiler/c2/cr6589834 \
  59   -compiler/c2/cr8004867 \
  60   -compiler/c2/stemmer \
  61   -compiler/c2/Test6792161.java \
  62   -compiler/c2/Test6603011.java \
  63   -compiler/c2/Test6912517.java \
  64 
  65 hotspot_fast_compiler_2 = \
  66   compiler/classUnloading/ \
  67   compiler/codecache/ \
  68   compiler/codegen/ \
  69   compiler/cpuflags/ \
  70   compiler/dependencies/ \
  71   compiler/eliminateAutobox/ \
  72   compiler/escapeAnalysis/ \
  73   compiler/exceptions/ \
  74   compiler/floatingpoint/ \
  75   compiler/gcbarriers/ \
  76   compiler/inlining/ \
  77   compiler/integerArithmetic/ \
  78   compiler/interpreter/ \
  79   compiler/jvmci/ \
  80   -compiler/codegen/aes \
  81   -compiler/codecache/stress \
  82   -compiler/gcbarriers/PreserveFPRegistersTest.java
  83 
  84 hotspot_fast_compiler_3 = \
  85   compiler/intrinsics/ \
  86   compiler/jsr292/ \
  87   compiler/loopopts/ \
  88   compiler/macronodes/ \
  89   compiler/memoryinitialization/ \
  90   compiler/osr/ \
  91   compiler/regalloc/ \
  92   compiler/runtime/ \
  93   compiler/startup/ \
  94   compiler/types/ \
  95   compiler/uncommontrap/ \
  96   compiler/unsafe/ \
  97   -compiler/intrinsics/bmi \
  98   -compiler/intrinsics/mathexact \
  99   -compiler/intrinsics/sha \
 100   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 101   -compiler/intrinsics/zip/TestAdler32.java \
 102   -compiler/loopopts/Test7052494.java \
 103   -compiler/runtime/Test6826736.java
 104 
 105 hotspot_fast_compiler_closed = \
 106   sanity/ExecuteInternalVMTests.java
 107 
 108 hotspot_not_fast_compiler = \
 109   :hotspot_compiler \
 110   -:hotspot_fast_compiler_1 \
 111   -:hotspot_fast_compiler_2 \
 112   -:hotspot_fast_compiler_3 \
 113   -:hotspot_fast_compiler_closed
 114 
 115 hotspot_fast_gc_1 = \
 116   gc/g1/
 117 
 118 hotspot_fast_gc_2 = \
 119   sanity/ExecuteInternalVMTests.java \
 120   gc/ \
 121   -gc/g1/ \
 122   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 123   -gc/stress \
 124   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 125   -gc/cms/TestMBeanCMS.java \
 126   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 127 
 128 hotspot_fast_gc_closed = \
 129   sanity/ExecuteInternalVMTests.java
 130 
 131 hotspot_fast_gc_gcold = \
 132   gc/stress/TestGCOld.java
 133 
 134 hotspot_fast_gc_gcbasher = \
 135   gc/stress/gcbasher/TestGCBasherWithG1.java \
 136   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 137   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 138   gc/stress/gcbasher/TestGCBasherWithParallel.java
 139 
 140 hotspot_fast_runtime = \
 141   runtime/ \
 142  -runtime/6626217/Test6626217.sh \
 143  -runtime/7100935 \
 144  -runtime/7158988/FieldMonitor.java \
 145  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 146  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 147  -runtime/ConstantPool/IntfMethod.java \
 148  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 149  -runtime/ErrorHandling/ErrorHandler.java \
 150  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 151  -runtime/logging/MonitorMismatchTest.java \
 152  -runtime/memory/ReserveMemory.java \
 153  -runtime/memory/RunUnitTestsConcurrently.java \
 154  -runtime/Metaspace/FragmentMetaspace.java \
 155  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 156  -runtime/MirrorFrame/Test8003720.java \
 157  -runtime/modules/LoadUnloadModuleStress.java \
 158  -runtime/modules/ModuleStress/ExportModuleStressTest.java \
 159  -runtime/modules/ModuleStress/ModuleStressGC.java \
 160  -runtime/NMT \
 161  -runtime/RedefineObject/TestRedefineObject.java \
 162  -runtime/RedefineTests/RedefineLeak.java \
 163  -runtime/RedefineTests/RedefinePreviousVersions.java \
 164  -runtime/RedefineTests/RedefineRunningMethods.java \
 165  -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
 166  -runtime/ReservedStack \
 167  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
 168  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
 169  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
 170  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
 171  -runtime/SelectionResolution/InvokeSpecialICCE.java \
 172  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
 173  -runtime/SelectionResolution/InvokeStaticICCE.java \
 174  -runtime/SelectionResolution/InvokeVirtualICCE.java \
 175  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
 176  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 177  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 178  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 179  -runtime/Thread/CancellableThreadTest.java \
 180  -runtime/Thread/TestThreadDumpMonitorContention.java \
 181  -runtime/Unsafe/RangeCheck.java \
 182   sanity/ \
 183   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 184 
 185 hotspot_cds = \
 186   runtime/SharedArchiveFile/ \
 187   runtime/CompressedOops/
 188 
 189 
 190 hotspot_fast_serviceability = \
 191   serviceability/dcmd/compiler \
 192   serviceability/logging
 193 
 194 hotspot_jprt = \
 195   :hotspot_fast_compiler_1 \
 196   :hotspot_fast_compiler_2 \
 197   :hotspot_fast_compiler_3 \
 198   :hotspot_fast_compiler_closed \
 199   :hotspot_fast_gc_1 \
 200   :hotspot_fast_gc_2 \
 201   :hotspot_fast_gc_closed \
 202   :hotspot_fast_gc_gcold \
 203   :hotspot_fast_runtime \
 204   :hotspot_fast_serviceability
 205 
 206 hotspot_runtime_tier2 = \
 207   runtime/ \
 208   serviceability/ \
 209  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 210  -runtime/Thread/TestThreadDumpMonitorContention.java \
 211  -:hotspot_fast_runtime \
 212  -:hotspot_fast_serviceability \
 213  -:hotspot_runtime_tier2_platform_agnostic
 214 
 215 hotspot_runtime_tier2_platform_agnostic = \
 216   runtime/SelectionResolution \
 217  -:hotspot_fast_runtime
 218 
 219 hotspot_runtime_tier3 = \
 220   runtime/ \
 221   serviceability/ \
 222  -:hotspot_fast_runtime \
 223  -:hotspot_fast_serviceability \
 224  -:hotspot_runtime_tier2_platform_agnostic \
 225  -:hotspot_runtime_tier2
 226 
 227 hotspot_runtime_minimalvm = \
 228   runtime/MinimalVM \
 229   runtime/ErrorHandling \
 230   runtime/logging