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  -vmTestbase \
  58  -:hotspot_compiler \
  59  -:hotspot_gc \
  60  -:hotspot_runtime \
  61  -:hotspot_serviceability
  62 
  63 hotspot_native_sanity = \
  64   native_sanity
  65 
  66 tier1_common = \
  67   sanity/BasicVMTest.java \
  68   gtest/GTestWrapper.java
  69 
  70 tier1_compiler = \
  71   :tier1_compiler_1 \
  72   :tier1_compiler_2 \
  73   :tier1_compiler_3 \
  74   :tier1_compiler_not_xcomp
  75 
  76 hotspot_not_fast_compiler = \
  77   :hotspot_compiler \
  78   -:tier1_compiler \
  79   -:hotspot_slow_compiler
  80 
  81 hotspot_slow_compiler = \
  82   compiler/codegen/aes \
  83   compiler/codecache/stress \
  84   compiler/gcbarriers/PreserveFPRegistersTest.java
  85 
  86 tier1_compiler_1 = \
  87   compiler/arraycopy/ \
  88   compiler/c1/ \
  89   compiler/c2/ \
  90   -compiler/c2/Test6850611.java \
  91   -compiler/c2/cr6890943/Test6890943.java \
  92   -compiler/c2/Test6905845.java \
  93   -compiler/c2/cr6340864 \
  94   -compiler/c2/cr6589834 \
  95   -compiler/c2/cr8004867 \
  96   -compiler/c2/stemmer \
  97   -compiler/c2/Test6792161.java \
  98   -compiler/c2/Test6603011.java \
  99   -compiler/c2/Test6912517.java \
 100 
 101 tier1_compiler_2 = \
 102   compiler/classUnloading/ \
 103   compiler/codecache/ \
 104   compiler/codegen/ \
 105   compiler/cpuflags/ \
 106   compiler/dependencies/ \
 107   compiler/eliminateAutobox/ \
 108   compiler/escapeAnalysis/ \
 109   compiler/exceptions/ \
 110   compiler/floatingpoint/ \
 111   compiler/gcbarriers/ \
 112   compiler/inlining/ \
 113   compiler/integerArithmetic/ \
 114   compiler/interpreter/ \
 115   compiler/jvmci/ \
 116   -:hotspot_slow_compiler
 117 
 118 tier1_compiler_3 = \
 119   compiler/intrinsics/ \
 120   compiler/jsr292/ \
 121   compiler/loopopts/ \
 122   compiler/macronodes/ \
 123   compiler/memoryinitialization/ \
 124   compiler/osr/ \
 125   compiler/regalloc/ \
 126   compiler/runtime/ \
 127   compiler/startup/ \
 128   compiler/types/ \
 129   compiler/uncommontrap/ \
 130   compiler/unsafe/ \
 131   compiler/vectorization/ \
 132   -compiler/intrinsics/bmi \
 133   -compiler/intrinsics/mathexact \
 134   -compiler/intrinsics/sha \
 135   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 136   -compiler/intrinsics/zip/TestAdler32.java \
 137   -compiler/loopopts/Test7052494.java \
 138   -compiler/runtime/Test6826736.java
 139 
 140 tier1_compiler_not_xcomp = \
 141   compiler/aot
 142 
 143 tier1_compiler_not_cms = \
 144   compiler/aot \
 145   compiler/jvmci
 146 
 147 ctw_1 = \
 148   applications/ctw/modules/ \
 149   -:ctw_2 \
 150   -:ctw_3
 151 
 152 ctw_2 = \
 153   applications/ctw/modules/java_base.java \
 154   applications/ctw/modules/java_base_2.java \
 155   applications/ctw/modules/java_desktop.java \
 156   applications/ctw/modules/java_desktop_2.java
 157 
 158 ctw_3 = \
 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/epsilon/ \
 177   gc/g1/ \
 178   -gc/g1/ihop/TestIHOPErgo.java
 179 
 180 tier1_gc_2 = \
 181   sanity/ExecuteInternalVMTests.java \
 182   gc/ \
 183   -gc/epsilon/ \
 184   -gc/g1/ \
 185   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 186   -gc/stress \
 187   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 188   -gc/cms/TestMBeanCMS.java \
 189   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 190 
 191 tier1_gc_gcold = \
 192   gc/stress/gcold/TestGCOldWithG1.java \
 193   gc/stress/gcold/TestGCOldWithCMS.java \
 194   gc/stress/gcold/TestGCOldWithSerial.java \
 195   gc/stress/gcold/TestGCOldWithParallel.java
 196 
 197 tier1_gc_gcbasher = \
 198   gc/stress/gcbasher/TestGCBasherWithG1.java \
 199   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 200   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 201   gc/stress/gcbasher/TestGCBasherWithParallel.java
 202 
 203 tier1_runtime = \
 204   runtime/ \
 205  -runtime/6626217/bug_21227.java \
 206  -runtime/7100935 \
 207  -runtime/7158988/FieldMonitor.java \
 208  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 209  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 210  -runtime/ConstantPool/IntfMethod.java \
 211  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 212  -runtime/ErrorHandling/ErrorHandler.java \
 213  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
 214  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 215  -runtime/logging/MonitorMismatchTest.java \
 216  -runtime/memory/ReserveMemory.java \
 217  -runtime/memory/RunUnitTestsConcurrently.java \
 218  -runtime/Metaspace/FragmentMetaspace.java \
 219  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 220  -runtime/MirrorFrame/Test8003720.java \
 221  -runtime/modules/LoadUnloadModuleStress.java \
 222  -runtime/modules/ModuleStress/ExportModuleStressTest.java \
 223  -runtime/modules/ModuleStress/ModuleStressGC.java \
 224  -runtime/NMT \
 225  -runtime/RedefineObject/TestRedefineObject.java \
 226  -runtime/RedefineTests/RedefineLeak.java \
 227  -runtime/RedefineTests/RedefinePreviousVersions.java \
 228  -runtime/RedefineTests/RedefineRunningMethods.java \
 229  -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
 230  -runtime/ReservedStack \
 231  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
 232  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
 233  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
 234  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
 235  -runtime/SelectionResolution/InvokeSpecialICCE.java \
 236  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
 237  -runtime/SelectionResolution/InvokeStaticICCE.java \
 238  -runtime/SelectionResolution/InvokeVirtualICCE.java \
 239  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
 240  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 241  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 242  -runtime/Thread/CancellableThreadTest.java \
 243  -runtime/Thread/TestThreadDumpMonitorContention.java \
 244  -runtime/Unsafe/RangeCheck.java \
 245  -runtime/containers/ \
 246   sanity/ \
 247   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
 248  -:tier1_runtime_appcds_exclude \
 249  -runtime/signal
 250 
 251 hotspot_cds = \
 252   runtime/SharedArchiveFile/ \
 253   runtime/CompressedOops/
 254 
 255 # AppCDS
 256 # If modifying AppCDS it is also recommended to run the open hotspot_cds group
 257 hotspot_appcds = \
 258   runtime/appcds/
 259 
 260 # A subset of AppCDS tests to be run in JPRT push
 261 tier1_runtime_appcds = \
 262   runtime/appcds/HelloTest.java \
 263   runtime/appcds/sharedStrings/SharedStringsBasic.java \
 264   runtime/appcds/ClassLoaderTest.java
 265 
 266 tier1_runtime_appcds_exclude = \
 267   runtime/appcds/ \
 268   -:tier1_runtime_appcds
 269 
 270 tier1_serviceability = \
 271   serviceability/dcmd/compiler \
 272   -serviceability/dcmd/compiler/CompilerQueueTest.java \
 273   serviceability/logging \
 274   serviceability/sa \
 275   -serviceability/sa/ClhsdbScanOops.java \
 276   -serviceability/sa/TestJmapCore.java \
 277   -serviceability/sa/TestJmapCoreMetaspace.java \
 278   -serviceability/sa/TestHeapDumpForLargeArray.java
 279 
 280 tier1 = \
 281   :tier1_common \
 282   :tier1_compiler \
 283   :tier1_gc \
 284   :tier1_runtime \
 285   :tier1_serviceability
 286 
 287 hotspot_tier2_runtime = \
 288   runtime/ \
 289   serviceability/ \
 290  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 291  -runtime/Thread/TestThreadDumpMonitorContention.java \
 292  -runtime/containers/ \
 293  -:tier1_runtime \
 294  -:tier1_serviceability \
 295  -:hotspot_tier2_runtime_platform_agnostic \
 296  -runtime/signal \
 297  -runtime/NMT/MallocStressTest.java
 298 
 299 hotspot_tier2_runtime_platform_agnostic = \
 300   runtime/SelectionResolution \
 301  -:tier1_runtime
 302 
 303 hotspot_tier3_runtime = \
 304   runtime/ \
 305   serviceability/ \
 306  -runtime/containers/ \
 307  -:tier1_runtime \
 308  -:tier1_serviceability \
 309  -:hotspot_tier2_runtime_platform_agnostic \
 310  -:hotspot_tier2_runtime
 311 
 312 hotspot_runtime_minimalvm = \
 313   runtime/MinimalVM \
 314   runtime/ErrorHandling \
 315   runtime/logging
 316 
 317 hotspot_nmt = \
 318   runtime/NMT
 319 
 320 hotspot_rest_runtime = \
 321   :hotspot_runtime \
 322   -:tier1_runtime \
 323   -:tier1_runtime_appcds_exclude \
 324   -:hotspot_nmt \
 325   -:hotspot_tier2_runtime_platform_agnostic
 326 
 327 # Stress tests against information provided by VM via JMX
 328 vmTestbase_nsk_monitoring = \
 329   vmTestbase/nsk/monitoring
 330 
 331 # Tests for default method implementation
 332 vmTestbase_vm_defmeth = \
 333   vmTestbase/vm/runtime/defmeth
 334 
 335 # JDI tests
 336 vmTestbase_nsk_jdi = \
 337   vmTestbase/nsk/jdi
 338 
 339 # Stress tests for classes loading/unloading
 340 # NSK tests for functionality of the HS system dictionary
 341 vmTestbase_nsk_sysdict = \
 342   vmTestbase/nsk/sysdict/vm/stress
 343 
 344 vmTestbase_vm_metaspace = \
 345   vmTestbase/metaspace
 346 
 347 # JVMTI tests
 348 vmTestbase_nsk_jvmti = \
 349   vmTestbase/nsk/jvmti
 350 
 351 # JDWP tests
 352 vmTestbase_nsk_jdwp = \
 353   vmTestbase/nsk/jdwp
 354 
 355 vmTestbase_nsk_stress = \
 356   vmTestbase/nsk/stress
 357 
 358 vmTestbase_vm_g1classunloading = \
 359   vmTestbase/gc/g1/unloading/tests
 360 
 361 # Garbage collector tests
 362 vmTestbase_vm_gc = \
 363   :vmTestbase_vm_gc_concurrent \
 364   :vmTestbase_vm_gc_container \
 365   :vmTestbase_vm_gc_compact \
 366   :vmTestbase_vm_gc_juggle \
 367   :vmTestbase_vm_gc_locker \
 368   :vmTestbase_vm_gc_misc \
 369   :vmTestbase_vm_gc_ref
 370 
 371 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size
 372 vmTestbase_vm_gc_compact = \
 373   vmTestbase/vm/gc/compact
 374 
 375 # GC and mutlithreads
 376 vmTestbase_vm_gc_concurrent = \
 377   vmTestbase/vm/gc/concurrent
 378 
 379 # Various data structures
 380 vmTestbase_vm_gc_container = \
 381   vmTestbase/vm/gc/containers \
 382   vmTestbase/gc/vector
 383 
 384 # Playing with object arrays and various strategies of garbage producing
 385 vmTestbase_vm_gc_juggle = \
 386   vmTestbase/gc/ArrayJuggle/ \
 387   vmTestbase/gc/memory/Array/ArrayJuggle
 388 
 389 # GC Locker
 390 vmTestbase_vm_gc_locker = \
 391   vmTestbase/gc/lock \
 392   vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \
 393   vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \
 394   vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \
 395   vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \
 396   vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \
 397   vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \
 398   vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
 399 
 400 # GC and references
 401 vmTestbase_vm_gc_ref = \
 402   vmTestbase/gc/gctests/SoftReference \
 403   vmTestbase/gc/gctests/WeakReference \
 404   vmTestbase/gc/gctests/WeakReferenceGC \
 405   vmTestbase/gc/gctests/PhantomReference \
 406   vmTestbase/gc/gctests/ReferencesGC
 407 
 408 # miscellaneous gc tests
 409 vmTestbase_vm_gc_misc = \
 410   vmTestbase/gc \
 411   vmTestbase/vm/gc \
 412   -:vmTestbase_vm_g1classunloading \
 413   -:vmTestbase_vm_gc_compact \
 414   -:vmTestbase_vm_gc_concurrent \
 415   -:vmTestbase_vm_gc_container \
 416   -:vmTestbase_vm_gc_juggle \
 417   -:vmTestbase_vm_gc_locker \
 418   -:vmTestbase_vm_gc_ref
 419 
 420 vmTestbase_largepages = \
 421   vmTestbase/gc/gctests/LoadUnloadGC \
 422   vmTestbase/gc/gctests/LoadUnloadGC2 \
 423   vmTestbase/gc/memory/LargePagesTest \
 424   vmTestbase/gc/memory/Nio \
 425   vmTestbase/metaspace/staticReferences/StaticReferences.java \
 426   vmTestbase/metaspace/stressDictionary/StressDictionary.java \
 427   vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \
 428   vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \
 429   vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java \
 430   vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
 431   vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
 432   vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
 433 
 434 # Just-In-Time compiler tests
 435 vmTestbase_vm_compiler = \
 436   vmTestbase/vm/compiler \
 437   vmTestbase/jit \
 438   vmTestbase/vm/jit
 439 
 440 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
 441 vmTestbase_vm_mlvm = \
 442   vmTestbase/vm/mlvm
 443 
 444 # Tests for attach-on-demand implementation
 445 vmTestbase_nsk_aod = \
 446   vmTestbase/nsk/aod
 447 
 448 # JDB tests
 449 vmTestbase_nsk_jdb = \
 450   vmTestbase/nsk/jdb
 451 
 452 # vmTestbase_*_quick groups are defined in TEST.quick-groups