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 = \ 301 gc/shenandoah/options/ \ 302 gc/shenandoah/compiler/ \ 303 gc/shenandoah/mxbeans/ \ 304 gc/shenandoah/TestSmallHeap.java \ 305 gc/shenandoah/oom/ 306 307 tier2_gc_shenandoah = \ 308 runtime/MemberName/MemberNameLeak.java \ 309 runtime/CompressedOops/UseCompressedOops.java \ 310 gc/TestHumongousReferenceObject.java \ 311 gc/TestSystemGC.java \ 312 gc/arguments/TestDisableDefaultGC.java \ 313 gc/arguments/TestUseCompressedOopsErgo.java \ 314 gc/arguments/TestAlignmentToUseLargePages.java \ 315 gc/class_unloading/TestClassUnloadingDisabled.java \ 316 gc/ergonomics/TestInitialGCThreadLogging.java \ 317 gc/ergonomics/TestDynamicNumberOfGCThreads.java \ 318 gc/logging/TestGCId.java \ 319 gc/logging/TestMetaSpaceLog.java \ 320 gc/metaspace/TestMetaspacePerfCounters.java \ 321 gc/metaspace/TestMetaspacePerfCounters.java \ 322 gc/startup_warnings/TestShenandoah.java \ 323 gc/TestFullGCALot.java \ 324 gc/logging/TestUnifiedLoggingSwitchStress.java \ 325 runtime/Metaspace/DefineClass.java \ 326 gc/shenandoah/ \ 327 serviceability/sa/TestHeapDumpForInvokeDynamic.java \ 328 -gc/shenandoah/TestStringDedupStress.java \ 329 -:tier1_gc_shenandoah 330 331 tier3_gc_shenandoah = \ 332 gc/stress/gcold/TestGCOldWithShenandoah.java \ 333 gc/stress/gcbasher/TestGCBasherWithShenandoah.java \ 334 gc/stress/gclocker/TestGCLockerWithShenandoah.java \ 335 gc/stress/systemgc/TestSystemGCWithShenandoah.java \ 336 gc/shenandoah/TestStringDedupStress.java \ 337 -:tier2_gc_shenandoah 338 339 hotspot_gc_shenandoah = \ 340 :tier1_gc_shenandoah \ 341 :tier2_gc_shenandoah \ 342 :tier3_gc_shenandoah 343 344 tier1_runtime = \ 345 runtime/ \ 346 -runtime/6626217/bug_21227.java \ 347 -runtime/7100935 \ 348 -runtime/7158988/FieldMonitor.java \ 349 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 350 -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \ 351 -runtime/CompressedOops/UseCompressedOops.java \ 352 -runtime/ConstantPool/IntfMethod.java \ 353 -runtime/ErrorHandling/CreateCoredumpOnCrash.java \ 354 -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \ 355 -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \ 356 -runtime/InvocationTests \ 357 -runtime/logging/MonitorMismatchTest.java \ 358 -runtime/memory/ReserveMemory.java \ 359 -runtime/Metaspace/FragmentMetaspace.java \ 360 -runtime/Metaspace/FragmentMetaspaceSimple.java \ 361 -runtime/Metaspace/elastic/TestMetaspaceAllocationMT1.java \ 362 -runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java \ 363 -runtime/MirrorFrame/Test8003720.java \ 364 -runtime/modules/LoadUnloadModuleStress.java \ 365 -runtime/modules/ModuleStress/ExportModuleStressTest.java \ 366 -runtime/modules/ModuleStress/ModuleStressGC.java \ 367 -runtime/ReservedStack \ 368 -runtime/SelectionResolution/AbstractMethodErrorTest.java \ 369 -runtime/SelectionResolution/IllegalAccessErrorTest.java \ 370 -runtime/SelectionResolution/InvokeInterfaceICCE.java \ 371 -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \ 372 -runtime/SelectionResolution/InvokeSpecialICCE.java \ 373 -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \ 374 -runtime/SelectionResolution/InvokeStaticICCE.java \ 375 -runtime/SelectionResolution/InvokeVirtualICCE.java \ 376 -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \ 377 -runtime/cds/CdsSameObjectAlignment.java \ 378 -runtime/cds/SharedBaseAddress.java \ 379 -runtime/Thread/CancellableThreadTest.java \ 380 -runtime/Thread/ThreadCountLimit.java \ 381 -runtime/Thread/TestThreadDumpMonitorContention.java \ 382 -runtime/Unsafe/RangeCheck.java \ 383 sanity/ \ 384 -:tier1_runtime_appcds_exclude \ 385 -runtime/signal 386 387 hotspot_cds = \ 388 runtime/cds/ \ 389 runtime/CompressedOops/ 390 391 hotspot_cds_only = \ 392 runtime/cds/ 393 394 hotspot_appcds_dynamic = \ 395 runtime/cds/appcds/ \ 396 -runtime/cds/appcds/cacheObject \ 397 -runtime/cds/appcds/customLoader \ 398 -runtime/cds/appcds/dynamicArchive \ 399 -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \ 400 -runtime/cds/appcds/javaldr/ArrayTest.java \ 401 -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \ 402 -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \ 403 -runtime/cds/appcds/javaldr/HumongousDuringDump.java \ 404 -runtime/cds/appcds/javaldr/LockDuringDump.java \ 405 -runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \ 406 -runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \ 407 -runtime/cds/appcds/jcmd/JCmdTestFileSafety.java \ 408 -runtime/cds/appcds/methodHandles \ 409 -runtime/cds/appcds/sharedStrings \ 410 -runtime/cds/appcds/ArchiveRelocationTest.java \ 411 -runtime/cds/appcds/BadBSM.java \ 412 -runtime/cds/appcds/DumpClassList.java \ 413 -runtime/cds/appcds/DumpClassListWithLF.java \ 414 -runtime/cds/appcds/DumpingWithNoCoops.java \ 415 -runtime/cds/appcds/ExtraSymbols.java \ 416 -runtime/cds/appcds/LambdaContainsOldInf.java \ 417 -runtime/cds/appcds/LambdaEagerInit.java \ 418 -runtime/cds/appcds/LambdaProxyClasslist.java \ 419 -runtime/cds/appcds/LambdaVerificationFailedDuringDump.java \ 420 -runtime/cds/appcds/LambdaWithJavaAgent.java \ 421 -runtime/cds/appcds/LambdaWithOldClass.java \ 422 -runtime/cds/appcds/LongClassListPath.java \ 423 -runtime/cds/appcds/LotsOfClasses.java \ 424 -runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java \ 425 -runtime/cds/appcds/NonExistClasspath.java \ 426 -runtime/cds/appcds/RelativePath.java \ 427 -runtime/cds/appcds/SharedArchiveConsistency.java \ 428 -runtime/cds/appcds/StaticArchiveWithLambda.java \ 429 -runtime/cds/appcds/TestCombinedCompressedFlags.java \ 430 -runtime/cds/appcds/TestEpsilonGCWithCDS.java \ 431 -runtime/cds/appcds/TestSerialGCWithCDS.java \ 432 -runtime/cds/appcds/TestZGCWithCDS.java \ 433 -runtime/cds/appcds/UnusedCPDuringDump.java \ 434 -runtime/cds/appcds/VerifierTest_1B.java 435 436 hotspot_cds_relocation = \ 437 gc/g1/TestSharedArchiveWithPreTouch.java \ 438 runtime/cds \ 439 runtime/modules/ModulesSymLink.java \ 440 runtime/modules/PatchModule/PatchModuleCDS.java \ 441 runtime/modules/PatchModule/PatchModuleClassList.java \ 442 runtime/NMT \ 443 serviceability/sa \ 444 -runtime/cds/DeterministicDump.java 445 446 hotspot_cds_verify_shared_spaces = \ 447 runtime/cds/appcds/ArchiveRelocationTest.java \ 448 runtime/cds/appcds/BootClassPathMismatch.java \ 449 runtime/cds/appcds/HelloTest.java \ 450 runtime/cds/appcds/VerifierTest_0.java \ 451 runtime/cds/appcds/dynamicArchive/BasicLambdaTest.java \ 452 runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java \ 453 runtime/cds/appcds/dynamicArchive/HelloDynamic.java \ 454 runtime/cds/appcds/dynamicArchive/LinkClassTest.java \ 455 runtime/cds/appcds/dynamicArchive/MismatchedBaseArchive.java \ 456 runtime/cds/appcds/customLoader/HelloCustom.java \ 457 runtime/cds/appcds/customLoader/LoaderSegregationTest.java \ 458 runtime/cds/appcds/javaldr/ArrayTest.java \ 459 runtime/cds/appcds/jigsaw/modulepath/ExportModule.java \ 460 runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java \ 461 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java 462 463 # No need to run every test with EpsilonGC. A small subset will provide enough 464 # coverage. Also avoid some tests that may OOM. 465 hotspot_cds_epsilongc = \ 466 runtime/cds/appcds/HelloTest.java \ 467 runtime/cds/appcds/MultiProcessSharing.java \ 468 runtime/cds/appcds/StaticArchiveWithLambda.java \ 469 runtime/cds/appcds/cacheObject \ 470 runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \ 471 runtime/cds/appcds/dynamicArchive/HelloDynamic.java \ 472 runtime/cds/appcds/javaldr \ 473 runtime/cds/appcds/jigsaw \ 474 runtime/cds/appcds/loaderConstraints 475 476 # needs -nativepath:<output>/images/test/hotspot/jtreg/native/ 477 hotspot_metaspace = \ 478 gtest/MetaspaceGtests.java \ 479 gc/metaspace \ 480 gc/class_unloading \ 481 runtime/Metaspace \ 482 vmTestbase/metaspace \ 483 runtime/SelectionResolution 484 485 # A subset of AppCDS tests to be run in tier1 486 tier1_runtime_appcds = \ 487 runtime/cds/appcds/HelloTest.java \ 488 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \ 489 runtime/cds/appcds/ClassLoaderTest.java 490 491 tier1_runtime_appcds_exclude = \ 492 runtime/cds/appcds/ \ 493 -:tier1_runtime_appcds 494 495 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..." 496 # to test interaction between AppCDS and JFR. It also has the side effect of 497 # testing JVMTI ClassFileLoadHook. 498 # 499 # The excluded tests disallow the jdk.jfr module, which is required to 500 # run with JFR. 501 hotspot_appcds_with_jfr = \ 502 runtime/cds/appcds/ \ 503 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \ 504 -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \ 505 -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \ 506 -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \ 507 -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \ 508 -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java 509 510 tier1_serviceability = \ 511 serviceability/ \ 512 -serviceability/dcmd/compiler/CompilerQueueTest.java \ 513 -serviceability/jvmti/RedefineClasses/RedefineLeak.java \ 514 -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \ 515 -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \ 516 -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \ 517 -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \ 518 -serviceability/sa/ClhsdbScanOops.java \ 519 -serviceability/sa/ClhsdbJstackXcompStress.java \ 520 -serviceability/sa/TestJmapCore.java \ 521 -serviceability/sa/TestJmapCoreMetaspace.java 522 523 tier1 = \ 524 :tier1_common \ 525 :tier1_compiler \ 526 :tier1_gc \ 527 :tier1_runtime \ 528 :tier1_serviceability 529 530 tier2 = \ 531 :hotspot_tier2_runtime \ 532 :hotspot_tier2_runtime_platform_agnostic \ 533 :hotspot_tier2_serviceability \ 534 :tier2_compiler \ 535 :tier2_gc_epsilon \ 536 :tier2_gc_shenandoah 537 538 tier3 = \ 539 :hotspot_tier3_runtime \ 540 :tier3_compiler \ 541 :tier3_gc_shenandoah 542 543 # Everything that is not in other tiers, but not apps 544 tier4 = \ 545 :hotspot_all_no_apps \ 546 -:tier1 \ 547 -:tier2 \ 548 -:tier3 549 550 hotspot_tier2_runtime = \ 551 runtime/ \ 552 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 553 -runtime/CompressedOops/UseCompressedOops.java \ 554 -runtime/InvocationTests \ 555 -runtime/Thread/TestThreadDumpMonitorContention.java \ 556 -:tier1_runtime \ 557 -:hotspot_tier2_runtime_platform_agnostic \ 558 -runtime/signal \ 559 -runtime/NMT/MallocStressTest.java 560 561 hotspot_tier2_serviceability = \ 562 serviceability/ \ 563 -:tier1_serviceability 564 565 hotspot_tier2_runtime_platform_agnostic = \ 566 runtime/SelectionResolution \ 567 -:tier1_runtime 568 569 hotspot_tier3_runtime = \ 570 runtime/ \ 571 -:tier1_runtime \ 572 -:hotspot_tier2_runtime_platform_agnostic \ 573 -:hotspot_tier2_runtime 574 575 hotspot_runtime_minimalvm = \ 576 runtime/MinimalVM \ 577 runtime/ErrorHandling \ 578 runtime/logging 579 580 hotspot_nmt = \ 581 runtime/NMT \ 582 gtest/NMTGtests.java 583 584 hotspot_rest_runtime = \ 585 :hotspot_runtime \ 586 -:tier1_runtime \ 587 -:tier1_runtime_appcds_exclude \ 588 -:hotspot_nmt \ 589 -:hotspot_tier2_runtime_platform_agnostic 590 591 jcstress_part1 = \ 592 applications/jcstress/seqcst.java 593 594 jcstress_part2 = \ 595 applications/jcstress/accessAtomic.java \ 596 applications/jcstress/acqrel.java \ 597 applications/jcstress/atomics.java \ 598 applications/jcstress/coherence.java \ 599 applications/jcstress/locks.java 600 601 jcstress_part3 = \ 602 applications/jcstress \ 603 -:jcstress_part1 \ 604 -:jcstress_part2 605 606 # Stress tests against information provided by VM via JMX 607 vmTestbase_nsk_monitoring = \ 608 vmTestbase/nsk/monitoring 609 610 # Tests for default method implementation 611 vmTestbase_vm_defmeth = \ 612 vmTestbase/vm/runtime/defmeth 613 614 # JDI tests 615 vmTestbase_nsk_jdi = \ 616 vmTestbase/nsk/jdi 617 618 # Stress tests for classes loading/unloading 619 # NSK tests for functionality of the HS system dictionary 620 vmTestbase_nsk_sysdict = \ 621 vmTestbase/nsk/sysdict/vm/stress 622 623 vmTestbase_vm_metaspace = \ 624 vmTestbase/metaspace 625 626 # JVMTI tests 627 vmTestbase_nsk_jvmti = \ 628 vmTestbase/nsk/jvmti \ 629 vmTestbase/nsk/share/ExceptionCheckingJniEnv 630 631 # JDWP tests 632 vmTestbase_nsk_jdwp = \ 633 vmTestbase/nsk/jdwp 634 635 vmTestbase_nsk_stress = \ 636 vmTestbase/nsk/stress 637 638 vmTestbase_vm_g1classunloading = \ 639 vmTestbase/gc/g1/unloading/tests 640 641 # Garbage collector tests 642 vmTestbase_vm_gc = \ 643 :vmTestbase_vm_gc_concurrent \ 644 :vmTestbase_vm_gc_container \ 645 :vmTestbase_vm_gc_compact \ 646 :vmTestbase_vm_gc_juggle \ 647 :vmTestbase_vm_gc_locker \ 648 :vmTestbase_vm_gc_misc \ 649 :vmTestbase_vm_gc_ref 650 651 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size 652 vmTestbase_vm_gc_compact = \ 653 vmTestbase/vm/gc/compact 654 655 # GC and mutlithreads 656 vmTestbase_vm_gc_concurrent = \ 657 vmTestbase/vm/gc/concurrent 658 659 # Various data structures 660 vmTestbase_vm_gc_container = \ 661 vmTestbase/vm/gc/containers \ 662 vmTestbase/gc/vector 663 664 # Playing with object arrays and various strategies of garbage producing 665 vmTestbase_vm_gc_juggle = \ 666 vmTestbase/gc/ArrayJuggle/ \ 667 vmTestbase/gc/memory/Array/ArrayJuggle 668 669 # GC Locker 670 vmTestbase_vm_gc_locker = \ 671 vmTestbase/gc/lock \ 672 vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \ 673 vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \ 674 vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \ 675 vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \ 676 vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \ 677 vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \ 678 vmTestbase/gc/gctests/nativeGC05/nativeGC05.java 679 680 # GC and references 681 vmTestbase_vm_gc_ref = \ 682 vmTestbase/gc/gctests/SoftReference \ 683 vmTestbase/gc/gctests/WeakReference \ 684 vmTestbase/gc/gctests/WeakReferenceGC \ 685 vmTestbase/gc/gctests/PhantomReference \ 686 vmTestbase/gc/gctests/ReferencesGC 687 688 # miscellaneous gc tests 689 vmTestbase_vm_gc_misc = \ 690 vmTestbase/gc \ 691 vmTestbase/vm/gc \ 692 -:vmTestbase_vm_g1classunloading \ 693 -:vmTestbase_vm_gc_compact \ 694 -:vmTestbase_vm_gc_concurrent \ 695 -:vmTestbase_vm_gc_container \ 696 -:vmTestbase_vm_gc_juggle \ 697 -:vmTestbase_vm_gc_locker \ 698 -:vmTestbase_vm_gc_ref 699 700 vmTestbase_largepages = \ 701 vmTestbase/gc/gctests/LoadUnloadGC \ 702 vmTestbase/gc/gctests/LoadUnloadGC2 \ 703 vmTestbase/gc/memory/LargePagesTest \ 704 vmTestbase/gc/memory/Nio \ 705 vmTestbase/metaspace/staticReferences/StaticReferences.java \ 706 vmTestbase/metaspace/stressDictionary/StressDictionary.java \ 707 vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \ 708 vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \ 709 vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \ 710 vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \ 711 vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \ 712 vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java 713 714 # Just-In-Time compiler tests 715 vmTestbase_vm_compiler = \ 716 vmTestbase/vm/compiler \ 717 vmTestbase/jit \ 718 vmTestbase/vm/jit 719 720 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine) 721 vmTestbase_vm_mlvm = \ 722 vmTestbase/vm/mlvm 723 724 # Tests for attach-on-demand implementation 725 vmTestbase_nsk_aod = \ 726 vmTestbase/nsk/aod 727 728 # JDB tests 729 vmTestbase_nsk_jdb = \ 730 vmTestbase/nsk/jdb 731 732 # vmTestbase_*_quick groups are defined in TEST.quick-groups