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