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