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