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