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/TestParallelGCWithCDS.java \ 432 -runtime/cds/appcds/TestSerialGCWithCDS.java \ 433 -runtime/cds/appcds/TestZGCWithCDS.java \ 434 -runtime/cds/appcds/UnusedCPDuringDump.java \ 435 -runtime/cds/appcds/VerifierTest_1B.java 436 437 hotspot_cds_relocation = \ 438 gc/g1/TestSharedArchiveWithPreTouch.java \ 439 runtime/cds \ 440 runtime/modules/ModulesSymLink.java \ 441 runtime/modules/PatchModule/PatchModuleCDS.java \ 442 runtime/modules/PatchModule/PatchModuleClassList.java \ 443 runtime/NMT \ 444 serviceability/sa \ 445 -runtime/cds/DeterministicDump.java 446 447 hotspot_cds_verify_shared_spaces = \ 448 runtime/cds/appcds/ArchiveRelocationTest.java \ 449 runtime/cds/appcds/BootClassPathMismatch.java \ 450 runtime/cds/appcds/HelloTest.java \ 451 runtime/cds/appcds/VerifierTest_0.java \ 452 runtime/cds/appcds/dynamicArchive/BasicLambdaTest.java \ 453 runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java \ 454 runtime/cds/appcds/dynamicArchive/HelloDynamic.java \ 455 runtime/cds/appcds/dynamicArchive/LinkClassTest.java \ 456 runtime/cds/appcds/dynamicArchive/MismatchedBaseArchive.java \ 457 runtime/cds/appcds/customLoader/HelloCustom.java \ 458 runtime/cds/appcds/customLoader/LoaderSegregationTest.java \ 459 runtime/cds/appcds/javaldr/ArrayTest.java \ 460 runtime/cds/appcds/jigsaw/modulepath/ExportModule.java \ 461 runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java \ 462 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java 463 464 # No need to run every test with EpsilonGC. A small subset will provide enough 465 # coverage. Also avoid some tests that may OOM. 466 hotspot_cds_epsilongc = \ 467 runtime/cds/appcds/HelloTest.java \ 468 runtime/cds/appcds/MultiProcessSharing.java \ 469 runtime/cds/appcds/StaticArchiveWithLambda.java \ 470 runtime/cds/appcds/cacheObject \ 471 runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \ 472 runtime/cds/appcds/dynamicArchive/HelloDynamic.java \ 473 runtime/cds/appcds/javaldr \ 474 runtime/cds/appcds/jigsaw \ 475 runtime/cds/appcds/loaderConstraints 476 477 # needs -nativepath:<output>/images/test/hotspot/jtreg/native/ 478 hotspot_metaspace = \ 479 gtest/MetaspaceGtests.java \ 480 gc/metaspace \ 481 gc/class_unloading \ 482 runtime/Metaspace \ 483 vmTestbase/metaspace \ 484 runtime/SelectionResolution 485 486 # A subset of AppCDS tests to be run in tier1 487 tier1_runtime_appcds = \ 488 runtime/cds/appcds/HelloTest.java \ 489 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \ 490 runtime/cds/appcds/ClassLoaderTest.java 491 492 tier1_runtime_appcds_exclude = \ 493 runtime/cds/appcds/ \ 494 -:tier1_runtime_appcds 495 496 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..." 497 # to test interaction between AppCDS and JFR. It also has the side effect of 498 # testing JVMTI ClassFileLoadHook. 499 # 500 # The excluded tests disallow the jdk.jfr module, which is required to 501 # run with JFR. 502 hotspot_appcds_with_jfr = \ 503 runtime/cds/appcds/ \ 504 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \ 505 -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \ 506 -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \ 507 -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \ 508 -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \ 509 -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java 510 511 tier1_serviceability = \ 512 serviceability/ \ 513 -serviceability/dcmd/compiler/CompilerQueueTest.java \ 514 -serviceability/jvmti/RedefineClasses/RedefineLeak.java \ 515 -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \ 516 -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \ 517 -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \ 518 -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \ 519 -serviceability/sa/ClhsdbScanOops.java \ 520 -serviceability/sa/ClhsdbJstackXcompStress.java \ 521 -serviceability/sa/TestJmapCore.java \ 522 -serviceability/sa/TestJmapCoreMetaspace.java 523 524 tier1 = \ 525 :tier1_common \ 526 :tier1_compiler \ 527 :tier1_gc \ 528 :tier1_runtime \ 529 :tier1_serviceability 530 531 tier2 = \ 532 :hotspot_tier2_runtime \ 533 :hotspot_tier2_runtime_platform_agnostic \ 534 :hotspot_tier2_serviceability \ 535 :tier2_compiler \ 536 :tier2_gc_epsilon \ 537 :tier2_gc_shenandoah 538 539 tier3 = \ 540 :hotspot_tier3_runtime \ 541 :tier3_compiler \ 542 :tier3_gc_shenandoah 543 544 # Everything that is not in other tiers, but not apps 545 tier4 = \ 546 :hotspot_all_no_apps \ 547 -:tier1 \ 548 -:tier2 \ 549 -:tier3 550 551 hotspot_tier2_runtime = \ 552 runtime/ \ 553 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 554 -runtime/CompressedOops/UseCompressedOops.java \ 555 -runtime/InvocationTests \ 556 -runtime/Thread/TestThreadDumpMonitorContention.java \ 557 -:tier1_runtime \ 558 -:hotspot_tier2_runtime_platform_agnostic \ 559 -runtime/signal \ 560 -runtime/NMT/MallocStressTest.java 561 562 hotspot_tier2_serviceability = \ 563 serviceability/ \ 564 -:tier1_serviceability 565 566 hotspot_tier2_runtime_platform_agnostic = \ 567 runtime/SelectionResolution \ 568 -:tier1_runtime 569 570 hotspot_tier3_runtime = \ 571 runtime/ \ 572 -:tier1_runtime \ 573 -:hotspot_tier2_runtime_platform_agnostic \ 574 -:hotspot_tier2_runtime 575 576 hotspot_runtime_minimalvm = \ 577 runtime/MinimalVM \ 578 runtime/ErrorHandling \ 579 runtime/logging 580 581 hotspot_nmt = \ 582 runtime/NMT \ 583 gtest/NMTGtests.java 584 585 hotspot_rest_runtime = \ 586 :hotspot_runtime \ 587 -:tier1_runtime \ 588 -:tier1_runtime_appcds_exclude \ 589 -:hotspot_nmt \ 590 -:hotspot_tier2_runtime_platform_agnostic 591 592 jcstress_part1 = \ 593 applications/jcstress/seqcst.java 594 595 jcstress_part2 = \ 596 applications/jcstress/accessAtomic.java \ 597 applications/jcstress/acqrel.java \ 598 applications/jcstress/atomics.java \ 599 applications/jcstress/coherence.java \ 600 applications/jcstress/locks.java 601 602 jcstress_part3 = \ 603 applications/jcstress \ 604 -:jcstress_part1 \ 605 -:jcstress_part2 606 607 # Stress tests against information provided by VM via JMX 608 vmTestbase_nsk_monitoring = \ 609 vmTestbase/nsk/monitoring 610 611 # Tests for default method implementation 612 vmTestbase_vm_defmeth = \ 613 vmTestbase/vm/runtime/defmeth 614 615 # JDI tests 616 vmTestbase_nsk_jdi = \ 617 vmTestbase/nsk/jdi 618 619 # Stress tests for classes loading/unloading 620 # NSK tests for functionality of the HS system dictionary 621 vmTestbase_nsk_sysdict = \ 622 vmTestbase/nsk/sysdict/vm/stress 623 624 vmTestbase_vm_metaspace = \ 625 vmTestbase/metaspace 626 627 # JVMTI tests 628 vmTestbase_nsk_jvmti = \ 629 vmTestbase/nsk/jvmti \ 630 vmTestbase/nsk/share/ExceptionCheckingJniEnv 631 632 # JDWP tests 633 vmTestbase_nsk_jdwp = \ 634 vmTestbase/nsk/jdwp 635 636 vmTestbase_nsk_stress = \ 637 vmTestbase/nsk/stress 638 639 vmTestbase_vm_g1classunloading = \ 640 vmTestbase/gc/g1/unloading/tests 641 642 # Garbage collector tests 643 vmTestbase_vm_gc = \ 644 :vmTestbase_vm_gc_concurrent \ 645 :vmTestbase_vm_gc_container \ 646 :vmTestbase_vm_gc_compact \ 647 :vmTestbase_vm_gc_juggle \ 648 :vmTestbase_vm_gc_locker \ 649 :vmTestbase_vm_gc_misc \ 650 :vmTestbase_vm_gc_ref 651 652 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size 653 vmTestbase_vm_gc_compact = \ 654 vmTestbase/vm/gc/compact 655 656 # GC and mutlithreads 657 vmTestbase_vm_gc_concurrent = \ 658 vmTestbase/vm/gc/concurrent 659 660 # Various data structures 661 vmTestbase_vm_gc_container = \ 662 vmTestbase/vm/gc/containers \ 663 vmTestbase/gc/vector 664 665 # Playing with object arrays and various strategies of garbage producing 666 vmTestbase_vm_gc_juggle = \ 667 vmTestbase/gc/ArrayJuggle/ \ 668 vmTestbase/gc/memory/Array/ArrayJuggle 669 670 # GC Locker 671 vmTestbase_vm_gc_locker = \ 672 vmTestbase/gc/lock \ 673 vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \ 674 vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \ 675 vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \ 676 vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \ 677 vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \ 678 vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \ 679 vmTestbase/gc/gctests/nativeGC05/nativeGC05.java 680 681 # GC and references 682 vmTestbase_vm_gc_ref = \ 683 vmTestbase/gc/gctests/SoftReference \ 684 vmTestbase/gc/gctests/WeakReference \ 685 vmTestbase/gc/gctests/WeakReferenceGC \ 686 vmTestbase/gc/gctests/PhantomReference \ 687 vmTestbase/gc/gctests/ReferencesGC 688 689 # miscellaneous gc tests 690 vmTestbase_vm_gc_misc = \ 691 vmTestbase/gc \ 692 vmTestbase/vm/gc \ 693 -:vmTestbase_vm_g1classunloading \ 694 -:vmTestbase_vm_gc_compact \ 695 -:vmTestbase_vm_gc_concurrent \ 696 -:vmTestbase_vm_gc_container \ 697 -:vmTestbase_vm_gc_juggle \ 698 -:vmTestbase_vm_gc_locker \ 699 -:vmTestbase_vm_gc_ref 700 701 vmTestbase_largepages = \ 702 vmTestbase/gc/gctests/LoadUnloadGC \ 703 vmTestbase/gc/gctests/LoadUnloadGC2 \ 704 vmTestbase/gc/memory/LargePagesTest \ 705 vmTestbase/gc/memory/Nio \ 706 vmTestbase/metaspace/staticReferences/StaticReferences.java \ 707 vmTestbase/metaspace/stressDictionary/StressDictionary.java \ 708 vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \ 709 vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \ 710 vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \ 711 vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \ 712 vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \ 713 vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java 714 715 # Just-In-Time compiler tests 716 vmTestbase_vm_compiler = \ 717 vmTestbase/vm/compiler \ 718 vmTestbase/jit \ 719 vmTestbase/vm/jit 720 721 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine) 722 vmTestbase_vm_mlvm = \ 723 vmTestbase/vm/mlvm 724 725 # Tests for attach-on-demand implementation 726 vmTestbase_nsk_aod = \ 727 vmTestbase/nsk/aod 728 729 # JDB tests 730 vmTestbase_nsk_jdb = \ 731 vmTestbase/nsk/jdb 732 733 # vmTestbase_*_quick groups are defined in TEST.quick-groups