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