1 # 2 # Copyright (c) 2013, 2022, 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 -compiler/jvmci 41 42 hotspot_gc = \ 43 gc 44 45 # By design this group should include ALL tests under runtime sub-directory 46 hotspot_runtime = \ 47 runtime 48 49 hotspot_runtime_no_cds = \ 50 runtime \ 51 -runtime/cds 52 53 hotspot_handshake = \ 54 runtime/handshake 55 56 hotspot_serviceability = \ 57 serviceability 58 59 hotspot_resourcehogs = \ 60 resourcehogs 61 62 hotspot_misc = \ 63 / \ 64 -applications \ 65 -vmTestbase \ 66 -:hotspot_compiler \ 67 -:hotspot_gc \ 68 -:hotspot_runtime \ 69 -:hotspot_serviceability \ 70 -:hotspot_containers 71 72 hotspot_native_sanity = \ 73 native_sanity 74 75 hotspot_containers = \ 76 containers 77 78 # Test sets for running inside container environment 79 hotspot_containers_extended = \ 80 runtime \ 81 serviceability \ 82 vmTestbase/nsk/jvmti \ 83 vmTestbase/nsk/monitoring 84 85 hotspot_vector_1 = \ 86 compiler/c2/cr6340864 \ 87 compiler/codegen \ 88 compiler/loopopts/superword \ 89 compiler/vectorapi \ 90 compiler/vectorization \ 91 -compiler/codegen/aes \ 92 -compiler/codegen/Test6875866.java \ 93 -compiler/codegen/Test6935535.java \ 94 -compiler/codegen/TestGCMStorePlacement.java \ 95 -compiler/codegen/TestTrichotomyExpressions.java \ 96 -compiler/loopopts/superword/Vec_MulAddS2I.java \ 97 -compiler/vectorapi/VectorRebracket128Test.java 98 99 hotspot_vector_2 = \ 100 compiler/intrinsics \ 101 compiler/codegen/aes \ 102 compiler/codegen/Test6875866.java \ 103 compiler/codegen/Test6935535.java \ 104 compiler/loopopts/superword/Vec_MulAddS2I.java \ 105 compiler/vectorapi/VectorRebracket128Test.java \ 106 -compiler/intrinsics/string/TestStringLatin1IndexOfChar.java 107 108 hotspot_compiler_arraycopy = \ 109 compiler/arraycopy/stress 110 111 tier1_loom = \ 112 :tier1_loom_runtime \ 113 :tier1_loom_serviceability 114 115 tier1_loom_runtime = \ 116 runtime/vthread \ 117 runtime/jni/IsVirtualThread 118 119 tier1_loom_serviceability = \ 120 serviceability/jvmti/vthread \ 121 serviceability/jvmti/events \ 122 serviceability/dcmd/thread 123 124 hotspot_loom = \ 125 :tier1_loom 126 127 tier1_common = \ 128 sanity/BasicVMTest.java \ 129 gtest/GTestWrapper.java \ 130 gtest/MetaspaceGtests.java \ 131 gtest/LargePageGtests.java \ 132 gtest/NMTGtests.java \ 133 134 tier1_compiler = \ 135 :tier1_compiler_1 \ 136 :tier1_compiler_2 \ 137 :tier1_compiler_3 \ 138 :tier1_compiler_not_xcomp 139 140 hotspot_not_fast_compiler = \ 141 :hotspot_compiler \ 142 -:tier1_compiler \ 143 -:hotspot_slow_compiler 144 145 hotspot_slow_compiler = \ 146 compiler/codegen/aes \ 147 compiler/codecache/stress \ 148 compiler/gcbarriers/PreserveFPRegistersTest.java \ 149 resourcehogs/compiler \ 150 :hotspot_compiler_arraycopy 151 152 tier1_compiler_1 = \ 153 compiler/arraycopy/ \ 154 compiler/blackhole/ \ 155 compiler/c1/ \ 156 compiler/c2/ \ 157 -compiler/c2/Test6850611.java \ 158 -compiler/c2/cr6890943/Test6890943.java \ 159 -compiler/c2/Test6905845.java \ 160 -compiler/c2/cr6340864 \ 161 -compiler/c2/cr6589834 \ 162 -compiler/c2/cr8004867 \ 163 -compiler/c2/stemmer \ 164 -compiler/c2/Test6792161.java \ 165 -compiler/c2/Test6603011.java \ 166 -compiler/c2/Test6912517.java \ 167 -:hotspot_slow_compiler 168 169 tier1_compiler_2 = \ 170 compiler/classUnloading/ \ 171 compiler/codecache/ \ 172 compiler/codegen/ \ 173 compiler/cpuflags/ \ 174 compiler/dependencies/ \ 175 compiler/eliminateAutobox/ \ 176 compiler/escapeAnalysis/ \ 177 compiler/exceptions/ \ 178 compiler/floatingpoint/ \ 179 compiler/gcbarriers/ \ 180 compiler/inlining/ \ 181 compiler/integerArithmetic/ \ 182 compiler/interpreter/ \ 183 compiler/jvmci/ \ 184 -:hotspot_slow_compiler 185 186 tier1_compiler_3 = \ 187 compiler/intrinsics/ \ 188 compiler/jsr292/ \ 189 compiler/locks/ \ 190 compiler/loopopts/ \ 191 compiler/macronodes/ \ 192 compiler/memoryinitialization/ \ 193 compiler/osr/ \ 194 compiler/regalloc/ \ 195 compiler/runtime/ \ 196 compiler/startup/ \ 197 compiler/types/ \ 198 compiler/uncommontrap/ \ 199 compiler/unsafe/ \ 200 compiler/vectorization/ \ 201 -compiler/intrinsics/bmi \ 202 -compiler/intrinsics/mathexact \ 203 -compiler/intrinsics/sha \ 204 -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \ 205 -compiler/intrinsics/zip/TestAdler32.java \ 206 -compiler/loopopts/Test7052494.java \ 207 -compiler/runtime/Test6826736.java 208 209 tier2_compiler = \ 210 compiler/allocation/ \ 211 compiler/arguments/ \ 212 compiler/calls/ \ 213 compiler/cha/ \ 214 compiler/controldependency/ \ 215 compiler/conversions/ \ 216 compiler/codegen/ \ 217 compiler/linkage/ \ 218 compiler/loopstripmining/ \ 219 compiler/loopopts/Test7052494.java \ 220 compiler/longcountedloops/ \ 221 compiler/intrinsics/bmi \ 222 compiler/intrinsics/mathexact \ 223 compiler/intrinsics/sha \ 224 compiler/intrinsics/bigInteger/TestMultiplyToLen.java \ 225 compiler/intrinsics/zip/TestAdler32.java \ 226 compiler/membars/ \ 227 compiler/onSpinWait/ \ 228 compiler/parsing/ \ 229 compiler/rangechecks/ \ 230 compiler/reflection/ \ 231 compiler/rtm/ \ 232 compiler/runtime/Test6826736.java \ 233 compiler/stable/ \ 234 compiler/stringopts/ \ 235 -:tier1_compiler \ 236 -:hotspot_slow_compiler 237 238 tier3_compiler = \ 239 compiler/c2/ \ 240 compiler/ciReplay/ \ 241 compiler/compilercontrol/ \ 242 compiler/debug/ \ 243 compiler/oracle/ \ 244 compiler/print/ \ 245 compiler/relocations/ \ 246 compiler/tiered/ \ 247 compiler/vectorapi/ \ 248 compiler/whitebox/ \ 249 :hotspot_slow_compiler \ 250 -:tier1_compiler \ 251 -:tier2_compiler 252 253 tier1_compiler_not_xcomp = \ 254 compiler/profiling 255 256 ctw_1 = \ 257 applications/ctw/modules/ \ 258 -:ctw_2 \ 259 -:ctw_3 260 261 ctw_2 = \ 262 applications/ctw/modules/java_base.java \ 263 applications/ctw/modules/java_base_2.java \ 264 applications/ctw/modules/java_desktop.java \ 265 applications/ctw/modules/java_desktop_2.java 266 267 ctw_3 = \ 268 applications/ctw/modules/java_xml.java \ 269 applications/ctw/modules/jdk_compiler.java \ 270 applications/ctw/modules/jdk_localedata.java \ 271 applications/ctw/modules/jdk_localedata_2.java 272 273 tier1_gc = \ 274 :tier1_gc_1 \ 275 :tier1_gc_2 \ 276 :tier1_gc_gcold \ 277 :tier1_gc_gcbasher \ 278 :tier1_gc_epsilon \ 279 :tier1_gc_shenandoah 280 281 hotspot_not_fast_gc = \ 282 :hotspot_gc \ 283 -:tier1_gc 284 285 tier1_gc_1 = \ 286 gc/g1/ \ 287 -gc/g1/ihop/TestIHOPErgo.java 288 289 tier1_gc_2 = \ 290 gc/ \ 291 -gc/g1/ \ 292 -gc/logging/TestUnifiedLoggingSwitchStress.java \ 293 -gc/stress \ 294 -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \ 295 -gc/epsilon \ 296 -gc/shenandoah 297 298 hotspot_gc_epsilon = \ 299 :tier1_gc_epsilon \ 300 :tier2_gc_epsilon 301 302 tier1_gc_epsilon = \ 303 gc/epsilon/ 304 305 tier2_gc_epsilon = 306 307 tier1_gc_gcold = \ 308 gc/stress/gcold/TestGCOldWithG1.java \ 309 gc/stress/gcold/TestGCOldWithSerial.java \ 310 gc/stress/gcold/TestGCOldWithParallel.java 311 312 tier1_gc_gcbasher = \ 313 gc/stress/gcbasher/TestGCBasherWithG1.java \ 314 gc/stress/gcbasher/TestGCBasherWithSerial.java \ 315 gc/stress/gcbasher/TestGCBasherWithParallel.java 316 317 tier1_gc_shenandoah = \ 318 gc/shenandoah/options/ \ 319 gc/shenandoah/compiler/ \ 320 gc/shenandoah/mxbeans/ \ 321 gc/shenandoah/TestSmallHeap.java \ 322 gc/shenandoah/oom/ 323 324 tier2_gc_shenandoah = \ 325 runtime/MemberName/MemberNameLeak.java \ 326 runtime/CompressedOops/UseCompressedOops.java \ 327 gc/TestHumongousReferenceObject.java \ 328 gc/TestSystemGC.java \ 329 gc/arguments/TestDisableDefaultGC.java \ 330 gc/arguments/TestUseCompressedOopsErgo.java \ 331 gc/arguments/TestAlignmentToUseLargePages.java \ 332 gc/class_unloading/TestClassUnloadingDisabled.java \ 333 gc/ergonomics/TestInitialGCThreadLogging.java \ 334 gc/ergonomics/TestDynamicNumberOfGCThreads.java \ 335 gc/logging/TestGCId.java \ 336 gc/logging/TestMetaSpaceLog.java \ 337 gc/metaspace/TestMetaspacePerfCounters.java \ 338 gc/metaspace/TestMetaspacePerfCounters.java \ 339 gc/startup_warnings/TestShenandoah.java \ 340 gc/TestFullGCALot.java \ 341 gc/logging/TestUnifiedLoggingSwitchStress.java \ 342 runtime/Metaspace/DefineClass.java \ 343 gc/shenandoah/ \ 344 serviceability/sa/TestHeapDumpForInvokeDynamic.java \ 345 -gc/shenandoah/TestStringDedupStress.java \ 346 -:tier1_gc_shenandoah 347 348 tier3_gc_shenandoah = \ 349 gc/stress/gcold/TestGCOldWithShenandoah.java \ 350 gc/stress/gcbasher/TestGCBasherWithShenandoah.java \ 351 gc/stress/gclocker/TestGCLockerWithShenandoah.java \ 352 gc/stress/systemgc/TestSystemGCWithShenandoah.java \ 353 gc/shenandoah/TestStringDedupStress.java \ 354 -:tier2_gc_shenandoah 355 356 hotspot_gc_shenandoah = \ 357 :tier1_gc_shenandoah \ 358 :tier2_gc_shenandoah \ 359 :tier3_gc_shenandoah 360 361 tier1_runtime = \ 362 runtime/ \ 363 -runtime/6626217/bug_21227.java \ 364 -runtime/7100935 \ 365 -runtime/7158988/FieldMonitor.java \ 366 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 367 -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \ 368 -runtime/CompressedOops/UseCompressedOops.java \ 369 -runtime/ConstantPool/IntfMethod.java \ 370 -runtime/ErrorHandling/CreateCoredumpOnCrash.java \ 371 -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \ 372 -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \ 373 -runtime/InvocationTests \ 374 -runtime/logging/MonitorMismatchTest.java \ 375 -runtime/memory/ReserveMemory.java \ 376 -runtime/Metaspace/FragmentMetaspace.java \ 377 -runtime/Metaspace/FragmentMetaspaceSimple.java \ 378 -runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java \ 379 -runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java \ 380 -runtime/MirrorFrame/Test8003720.java \ 381 -runtime/modules/LoadUnloadModuleStress.java \ 382 -runtime/modules/ModuleStress/ExportModuleStressTest.java \ 383 -runtime/modules/ModuleStress/ModuleStressGC.java \ 384 -runtime/ReservedStack \ 385 -runtime/SelectionResolution/AbstractMethodErrorTest.java \ 386 -runtime/SelectionResolution/IllegalAccessErrorTest.java \ 387 -runtime/SelectionResolution/InvokeInterfaceICCE.java \ 388 -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \ 389 -runtime/SelectionResolution/InvokeSpecialICCE.java \ 390 -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \ 391 -runtime/SelectionResolution/InvokeStaticICCE.java \ 392 -runtime/SelectionResolution/InvokeVirtualICCE.java \ 393 -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \ 394 -runtime/cds/CdsSameObjectAlignment.java \ 395 -runtime/cds/SharedBaseAddress.java \ 396 -runtime/Thread/CancellableThreadTest.java \ 397 -runtime/Thread/ThreadCountLimit.java \ 398 -runtime/Thread/TestThreadDumpMonitorContention.java \ 399 -runtime/Unsafe/RangeCheck.java \ 400 sanity/ \ 401 -:tier1_runtime_appcds_exclude \ 402 -runtime/signal 403 404 hotspot_cds = \ 405 runtime/cds/ \ 406 runtime/CompressedOops/ 407 408 hotspot_cds_only = \ 409 runtime/cds/ 410 411 hotspot_appcds_dynamic = \ 412 runtime/cds/appcds/ \ 413 -runtime/cds/appcds/cacheObject \ 414 -runtime/cds/appcds/customLoader \ 415 -runtime/cds/appcds/dynamicArchive \ 416 -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \ 417 -runtime/cds/appcds/javaldr/ArrayTest.java \ 418 -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \ 419 -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \ 420 -runtime/cds/appcds/javaldr/HumongousDuringDump.java \ 421 -runtime/cds/appcds/javaldr/LockDuringDump.java \ 422 -runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \ 423 -runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \ 424 -runtime/cds/appcds/jcmd/JCmdTestFileSafety.java \ 425 -runtime/cds/appcds/methodHandles \ 426 -runtime/cds/appcds/sharedStrings \ 427 -runtime/cds/appcds/ArchiveRelocationTest.java \ 428 -runtime/cds/appcds/BadBSM.java \ 429 -runtime/cds/appcds/DumpClassList.java \ 430 -runtime/cds/appcds/DumpClassListWithLF.java \ 431 -runtime/cds/appcds/DumpingWithNoCoops.java \ 432 -runtime/cds/appcds/ExtraSymbols.java \ 433 -runtime/cds/appcds/LambdaContainsOldInf.java \ 434 -runtime/cds/appcds/LambdaEagerInit.java \ 435 -runtime/cds/appcds/LambdaProxyClasslist.java \ 436 -runtime/cds/appcds/LambdaVerificationFailedDuringDump.java \ 437 -runtime/cds/appcds/LambdaWithJavaAgent.java \ 438 -runtime/cds/appcds/LambdaWithOldClass.java \ 439 -runtime/cds/appcds/LongClassListPath.java \ 440 -runtime/cds/appcds/LotsOfClasses.java \ 441 -runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java \ 442 -runtime/cds/appcds/NonExistClasspath.java \ 443 -runtime/cds/appcds/RelativePath.java \ 444 -runtime/cds/appcds/SharedArchiveConsistency.java \ 445 -runtime/cds/appcds/StaticArchiveWithLambda.java \ 446 -runtime/cds/appcds/TestCombinedCompressedFlags.java \ 447 -runtime/cds/appcds/TestEpsilonGCWithCDS.java \ 448 -runtime/cds/appcds/TestParallelGCWithCDS.java \ 449 -runtime/cds/appcds/TestSerialGCWithCDS.java \ 450 -runtime/cds/appcds/TestZGCWithCDS.java \ 451 -runtime/cds/appcds/UnusedCPDuringDump.java \ 452 -runtime/cds/appcds/VerifierTest_1B.java 453 454 hotspot_cds_relocation = \ 455 gc/g1/TestSharedArchiveWithPreTouch.java \ 456 runtime/cds \ 457 runtime/modules/ModulesSymLink.java \ 458 runtime/modules/PatchModule/PatchModuleCDS.java \ 459 runtime/modules/PatchModule/PatchModuleClassList.java \ 460 runtime/NMT \ 461 serviceability/sa \ 462 -runtime/cds/DeterministicDump.java 463 464 hotspot_cds_verify_shared_spaces = \ 465 runtime/cds/appcds/ArchiveRelocationTest.java \ 466 runtime/cds/appcds/BootClassPathMismatch.java \ 467 runtime/cds/appcds/HelloTest.java \ 468 runtime/cds/appcds/VerifierTest_0.java \ 469 runtime/cds/appcds/dynamicArchive/BasicLambdaTest.java \ 470 runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java \ 471 runtime/cds/appcds/dynamicArchive/HelloDynamic.java \ 472 runtime/cds/appcds/dynamicArchive/LinkClassTest.java \ 473 runtime/cds/appcds/dynamicArchive/MismatchedBaseArchive.java \ 474 runtime/cds/appcds/customLoader/HelloCustom.java \ 475 runtime/cds/appcds/customLoader/LoaderSegregationTest.java \ 476 runtime/cds/appcds/javaldr/ArrayTest.java \ 477 runtime/cds/appcds/jigsaw/modulepath/ExportModule.java \ 478 runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java \ 479 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java 480 481 # No need to run every test with EpsilonGC. A small subset will provide enough 482 # coverage. Also avoid some tests that may OOM. 483 hotspot_cds_epsilongc = \ 484 runtime/cds/appcds/HelloTest.java \ 485 runtime/cds/appcds/MultiProcessSharing.java \ 486 runtime/cds/appcds/StaticArchiveWithLambda.java \ 487 runtime/cds/appcds/cacheObject \ 488 runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \ 489 runtime/cds/appcds/dynamicArchive/HelloDynamic.java \ 490 runtime/cds/appcds/javaldr \ 491 runtime/cds/appcds/jigsaw \ 492 runtime/cds/appcds/loaderConstraints 493 494 # needs -nativepath:<output>/images/test/hotspot/jtreg/native/ 495 hotspot_metaspace = \ 496 gtest/MetaspaceGtests.java \ 497 gc/metaspace \ 498 gc/class_unloading \ 499 runtime/Metaspace \ 500 vmTestbase/metaspace \ 501 runtime/SelectionResolution 502 503 # A subset of AppCDS tests to be run in tier1 504 tier1_runtime_appcds = \ 505 runtime/cds/appcds/HelloTest.java \ 506 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \ 507 runtime/cds/appcds/ClassLoaderTest.java 508 509 tier1_runtime_appcds_exclude = \ 510 runtime/cds/appcds/ \ 511 -:tier1_runtime_appcds 512 513 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..." 514 # to test interaction between AppCDS and JFR. It also has the side effect of 515 # testing JVMTI ClassFileLoadHook. 516 # 517 # The excluded tests disallow the jdk.jfr module, which is required to 518 # run with JFR. 519 hotspot_appcds_with_jfr = \ 520 runtime/cds/appcds/ \ 521 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \ 522 -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \ 523 -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \ 524 -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \ 525 -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \ 526 -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java 527 528 tier1_serviceability = \ 529 serviceability/ \ 530 -serviceability/dcmd/compiler/CompilerQueueTest.java \ 531 -serviceability/jvmti/RedefineClasses/RedefineLeak.java \ 532 -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \ 533 -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \ 534 -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \ 535 -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \ 536 -serviceability/sa/ClhsdbScanOops.java \ 537 -serviceability/sa/ClhsdbJstackXcompStress.java \ 538 -serviceability/sa/TestJmapCore.java \ 539 -serviceability/sa/TestJmapCoreMetaspace.java 540 541 tier1 = \ 542 :tier1_common \ 543 :tier1_compiler \ 544 :tier1_gc \ 545 :tier1_runtime \ 546 :tier1_serviceability 547 548 tier2 = \ 549 :hotspot_tier2_runtime \ 550 :hotspot_tier2_runtime_platform_agnostic \ 551 :hotspot_tier2_serviceability \ 552 :tier2_compiler \ 553 :tier2_gc_epsilon \ 554 :tier2_gc_shenandoah 555 556 tier3 = \ 557 :hotspot_tier3_runtime \ 558 :tier3_compiler \ 559 :tier3_gc_shenandoah 560 561 # Everything that is not in other tiers, but not apps 562 tier4 = \ 563 :hotspot_all_no_apps \ 564 -:tier1 \ 565 -:tier2 \ 566 -:tier3 567 568 hotspot_tier2_runtime = \ 569 runtime/ \ 570 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 571 -runtime/CompressedOops/UseCompressedOops.java \ 572 -runtime/InvocationTests \ 573 -runtime/Thread/TestThreadDumpMonitorContention.java \ 574 -:tier1_runtime \ 575 -:hotspot_tier2_runtime_platform_agnostic \ 576 -runtime/signal \ 577 -runtime/NMT/MallocStressTest.java 578 579 hotspot_tier2_serviceability = \ 580 serviceability/ \ 581 -:tier1_serviceability 582 583 hotspot_tier2_runtime_platform_agnostic = \ 584 runtime/SelectionResolution \ 585 -:tier1_runtime 586 587 hotspot_tier3_runtime = \ 588 runtime/ \ 589 -:tier1_runtime \ 590 -:hotspot_tier2_runtime_platform_agnostic \ 591 -:hotspot_tier2_runtime 592 593 hotspot_runtime_minimalvm = \ 594 runtime/MinimalVM \ 595 runtime/ErrorHandling \ 596 runtime/logging 597 598 hotspot_nmt = \ 599 runtime/NMT \ 600 gtest/NMTGtests.java 601 602 hotspot_rest_runtime = \ 603 :hotspot_runtime \ 604 -:tier1_runtime \ 605 -:tier1_runtime_appcds_exclude \ 606 -:hotspot_nmt \ 607 -:hotspot_tier2_runtime_platform_agnostic 608 609 jcstress_part1 = \ 610 applications/jcstress/seqcst.java 611 612 jcstress_part2 = \ 613 applications/jcstress/accessAtomic.java \ 614 applications/jcstress/acqrel.java \ 615 applications/jcstress/atomics.java \ 616 applications/jcstress/coherence.java \ 617 applications/jcstress/locks.java 618 619 jcstress_part3 = \ 620 applications/jcstress \ 621 -:jcstress_part1 \ 622 -:jcstress_part2 623 624 # Stress tests against information provided by VM via JMX 625 vmTestbase_nsk_monitoring = \ 626 vmTestbase/nsk/monitoring 627 628 # Tests for default method implementation 629 vmTestbase_vm_defmeth = \ 630 vmTestbase/vm/runtime/defmeth 631 632 # JDI tests 633 vmTestbase_nsk_jdi = \ 634 vmTestbase/nsk/jdi 635 636 # Stress tests for classes loading/unloading 637 # NSK tests for functionality of the HS system dictionary 638 vmTestbase_nsk_sysdict = \ 639 vmTestbase/nsk/sysdict/vm/stress 640 641 vmTestbase_vm_metaspace = \ 642 vmTestbase/metaspace 643 644 # JVMTI tests 645 vmTestbase_nsk_jvmti = \ 646 vmTestbase/nsk/jvmti \ 647 vmTestbase/nsk/share/ExceptionCheckingJniEnv 648 649 # JDWP tests 650 vmTestbase_nsk_jdwp = \ 651 vmTestbase/nsk/jdwp 652 653 vmTestbase_nsk_stress = \ 654 vmTestbase/nsk/stress 655 656 vmTestbase_vm_g1classunloading = \ 657 vmTestbase/gc/g1/unloading/tests 658 659 # Garbage collector tests 660 vmTestbase_vm_gc = \ 661 :vmTestbase_vm_gc_concurrent \ 662 :vmTestbase_vm_gc_container \ 663 :vmTestbase_vm_gc_compact \ 664 :vmTestbase_vm_gc_juggle \ 665 :vmTestbase_vm_gc_locker \ 666 :vmTestbase_vm_gc_misc \ 667 :vmTestbase_vm_gc_ref 668 669 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size 670 vmTestbase_vm_gc_compact = \ 671 vmTestbase/vm/gc/compact 672 673 # GC and mutlithreads 674 vmTestbase_vm_gc_concurrent = \ 675 vmTestbase/vm/gc/concurrent 676 677 # Various data structures 678 vmTestbase_vm_gc_container = \ 679 vmTestbase/vm/gc/containers \ 680 vmTestbase/gc/vector 681 682 # Playing with object arrays and various strategies of garbage producing 683 vmTestbase_vm_gc_juggle = \ 684 vmTestbase/gc/ArrayJuggle/ \ 685 vmTestbase/gc/memory/Array/ArrayJuggle 686 687 # GC Locker 688 vmTestbase_vm_gc_locker = \ 689 vmTestbase/gc/lock \ 690 vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \ 691 vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \ 692 vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \ 693 vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \ 694 vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \ 695 vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \ 696 vmTestbase/gc/gctests/nativeGC05/nativeGC05.java 697 698 # GC and references 699 vmTestbase_vm_gc_ref = \ 700 vmTestbase/gc/gctests/SoftReference \ 701 vmTestbase/gc/gctests/WeakReference \ 702 vmTestbase/gc/gctests/WeakReferenceGC \ 703 vmTestbase/gc/gctests/PhantomReference \ 704 vmTestbase/gc/gctests/ReferencesGC 705 706 # miscellaneous gc tests 707 vmTestbase_vm_gc_misc = \ 708 vmTestbase/gc \ 709 vmTestbase/vm/gc \ 710 -:vmTestbase_vm_g1classunloading \ 711 -:vmTestbase_vm_gc_compact \ 712 -:vmTestbase_vm_gc_concurrent \ 713 -:vmTestbase_vm_gc_container \ 714 -:vmTestbase_vm_gc_juggle \ 715 -:vmTestbase_vm_gc_locker \ 716 -:vmTestbase_vm_gc_ref 717 718 vmTestbase_largepages = \ 719 vmTestbase/gc/gctests/LoadUnloadGC \ 720 vmTestbase/gc/gctests/LoadUnloadGC2 \ 721 vmTestbase/gc/memory/LargePagesTest \ 722 vmTestbase/gc/memory/Nio \ 723 vmTestbase/metaspace/staticReferences/StaticReferences.java \ 724 vmTestbase/metaspace/stressDictionary/StressDictionary.java \ 725 vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \ 726 vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \ 727 vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \ 728 vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \ 729 vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \ 730 vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java 731 732 # Just-In-Time compiler tests 733 vmTestbase_vm_compiler = \ 734 vmTestbase/vm/compiler \ 735 vmTestbase/jit \ 736 vmTestbase/vm/jit 737 738 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine) 739 vmTestbase_vm_mlvm = \ 740 vmTestbase/vm/mlvm 741 742 # Tests for attach-on-demand implementation 743 vmTestbase_nsk_aod = \ 744 vmTestbase/nsk/aod 745 746 # JDB tests 747 vmTestbase_nsk_jdb = \ 748 vmTestbase/nsk/jdb 749 750 # vmTestbase_*_quick groups are defined in TEST.quick-groups 751 752 hotspot_remaining = \ 753 :hotspot_all_no_apps \ 754 -vmTestbase \ 755 -:tier1