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