1 # 2 # Copyright (c) 2013, 2019, 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 -compiler/graalunit 38 39 hotspot_compiler_all_gcs = \ 40 :hotspot_compiler \ 41 -:tier1_compiler_aot_jvmci \ 42 -compiler/graalunit 43 44 hotspot_gc = \ 45 gc \ 46 -gc/nvdimm 47 48 # By design this group should include ALL tests under runtime sub-directory 49 hotspot_runtime = \ 50 runtime 51 52 hotspot_handshake = \ 53 runtime/handshake 54 55 hotspot_serviceability = \ 56 serviceability 57 58 hotspot_resourcehogs = \ 59 resourcehogs 60 61 hotspot_misc = \ 62 / \ 63 -applications \ 64 -vmTestbase \ 65 -:hotspot_compiler \ 66 -:hotspot_gc \ 67 -:hotspot_runtime \ 68 -:hotspot_serviceability \ 69 -gc/nvdimm \ 70 -:hotspot_containers 71 72 hotspot_native_sanity = \ 73 native_sanity 74 75 hotspot_containers = \ 76 containers 77 78 tier1_common = \ 79 sanity/BasicVMTest.java \ 80 gtest/GTestWrapper.java 81 82 tier1_compiler = \ 83 :tier1_compiler_1 \ 84 :tier1_compiler_2 \ 85 :tier1_compiler_3 \ 86 :tier1_compiler_not_xcomp 87 88 hotspot_not_fast_compiler = \ 89 :hotspot_compiler \ 90 -:tier1_compiler \ 91 -:hotspot_slow_compiler \ 92 -compiler/graalunit 93 94 hotspot_slow_compiler = \ 95 compiler/codegen/aes \ 96 compiler/codecache/stress \ 97 compiler/gcbarriers/PreserveFPRegistersTest.java 98 99 tier1_compiler_1 = \ 100 compiler/arraycopy/ \ 101 compiler/c1/ \ 102 compiler/c2/ \ 103 -compiler/c2/Test6850611.java \ 104 -compiler/c2/cr6890943/Test6890943.java \ 105 -compiler/c2/Test6905845.java \ 106 -compiler/c2/cr6340864 \ 107 -compiler/c2/cr6589834 \ 108 -compiler/c2/cr8004867 \ 109 -compiler/c2/stemmer \ 110 -compiler/c2/Test6792161.java \ 111 -compiler/c2/Test6603011.java \ 112 -compiler/c2/Test6912517.java \ 113 114 tier1_compiler_2 = \ 115 compiler/classUnloading/ \ 116 compiler/codecache/ \ 117 compiler/codegen/ \ 118 compiler/cpuflags/ \ 119 compiler/dependencies/ \ 120 compiler/eliminateAutobox/ \ 121 compiler/escapeAnalysis/ \ 122 compiler/exceptions/ \ 123 compiler/floatingpoint/ \ 124 compiler/gcbarriers/ \ 125 compiler/inlining/ \ 126 compiler/integerArithmetic/ \ 127 compiler/interpreter/ \ 128 compiler/jvmci/ \ 129 -:hotspot_slow_compiler 130 131 tier1_compiler_3 = \ 132 compiler/intrinsics/ \ 133 compiler/jsr292/ \ 134 compiler/loopopts/ \ 135 compiler/macronodes/ \ 136 compiler/memoryinitialization/ \ 137 compiler/osr/ \ 138 compiler/regalloc/ \ 139 compiler/runtime/ \ 140 compiler/startup/ \ 141 compiler/types/ \ 142 compiler/uncommontrap/ \ 143 compiler/unsafe/ \ 144 compiler/vectorization/ \ 145 -compiler/intrinsics/bmi \ 146 -compiler/intrinsics/mathexact \ 147 -compiler/intrinsics/sha \ 148 -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \ 149 -compiler/intrinsics/zip/TestAdler32.java \ 150 -compiler/loopopts/Test7052494.java \ 151 -compiler/runtime/Test6826736.java 152 153 tier1_compiler_not_xcomp = \ 154 compiler/aot \ 155 compiler/profiling 156 157 tier1_compiler_aot_jvmci = \ 158 compiler/aot \ 159 compiler/jvmci 160 161 tier1_compiler_graal = \ 162 compiler/graalunit/HotspotTest.java 163 164 ctw_1 = \ 165 applications/ctw/modules/ \ 166 -:ctw_2 \ 167 -:ctw_3 168 169 ctw_2 = \ 170 applications/ctw/modules/java_base.java \ 171 applications/ctw/modules/java_base_2.java \ 172 applications/ctw/modules/java_desktop.java \ 173 applications/ctw/modules/java_desktop_2.java 174 175 ctw_3 = \ 176 applications/ctw/modules/java_xml.java \ 177 applications/ctw/modules/jdk_compiler.java \ 178 applications/ctw/modules/jdk_internal_vm_compiler.java \ 179 applications/ctw/modules/jdk_localedata.java \ 180 applications/ctw/modules/jdk_scripting_nashorn.java \ 181 182 tier1_gc = \ 183 :tier1_gc_1 \ 184 :tier1_gc_2 \ 185 :tier1_gc_gcold \ 186 :tier1_gc_gcbasher \ 187 :tier1_gc_shenandoah 188 189 hotspot_not_fast_gc = \ 190 :hotspot_gc \ 191 -:tier1_gc 192 193 tier1_gc_1 = \ 194 :gc_epsilon \ 195 gc/g1/ \ 196 -gc/g1/ihop/TestIHOPErgo.java 197 -gc/g1/TestTimelyCompaction.java 198 199 tier1_gc_2 = \ 200 gc/ \ 201 -:gc_epsilon \ 202 -gc/g1/ \ 203 -gc/logging/TestUnifiedLoggingSwitchStress.java \ 204 -gc/stress \ 205 -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \ 206 -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \ 207 -gc/shenandoah \ 208 -gc/nvdimm 209 210 gc_epsilon = \ 211 gc/epsilon/ \ 212 gc/CriticalNativeArgs.java \ 213 gc/stress/CriticalNativeStress.java 214 215 tier1_gc_gcold = \ 216 gc/stress/gcold/TestGCOldWithG1.java \ 217 gc/stress/gcold/TestGCOldWithSerial.java \ 218 gc/stress/gcold/TestGCOldWithParallel.java 219 220 tier1_gc_gcbasher = \ 221 gc/stress/gcbasher/TestGCBasherWithG1.java \ 222 gc/stress/gcbasher/TestGCBasherWithSerial.java \ 223 gc/stress/gcbasher/TestGCBasherWithParallel.java 224 225 tier1_gc_shenandoah = \ 226 gc/shenandoah/options/ \ 227 gc/shenandoah/compiler/ \ 228 gc/shenandoah/mxbeans/ \ 229 gc/shenandoah/TestSmallHeap.java \ 230 gc/shenandoah/oom/ \ 231 gc/CriticalNativeArgs.java 232 233 tier2_gc_shenandoah = \ 234 runtime/MemberName/MemberNameLeak.java \ 235 runtime/CompressedOops/UseCompressedOops.java \ 236 gc/TestHumongousReferenceObject.java \ 237 gc/TestSystemGC.java \ 238 gc/arguments/TestDisableDefaultGC.java \ 239 gc/arguments/TestUseCompressedOopsErgo.java \ 240 gc/arguments/TestAlignmentToUseLargePages.java \ 241 gc/class_unloading/TestClassUnloadingDisabled.java \ 242 gc/ergonomics/TestInitialGCThreadLogging.java \ 243 gc/ergonomics/TestDynamicNumberOfGCThreads.java \ 244 gc/logging/TestGCId.java \ 245 gc/metaspace/TestMetaspacePerfCounters.java \ 246 gc/metaspace/TestMetaspacePerfCounters.java \ 247 gc/startup_warnings/TestShenandoah.java \ 248 gc/TestFullGCALot.java \ 249 gc/logging/TestUnifiedLoggingSwitchStress.java \ 250 runtime/Metaspace/DefineClass.java \ 251 gc/shenandoah/ \ 252 serviceability/sa/TestHeapDumpForInvokeDynamic.java \ 253 -gc/shenandoah/TestStringDedupStress.java \ 254 -gc/stress/CriticalNativeStress.java \ 255 -:tier1_gc_shenandoah 256 257 tier3_gc_shenandoah = \ 258 gc/stress/gcold/TestGCOldWithShenandoah.java \ 259 gc/stress/gcbasher/TestGCBasherWithShenandoah.java \ 260 gc/stress/gclocker/TestGCLockerWithShenandoah.java \ 261 gc/stress/systemgc/TestSystemGCWithShenandoah.java \ 262 gc/shenandoah/TestStringDedupStress.java \ 263 gc/stress/CriticalNativeStress.java \ 264 -:tier2_gc_shenandoah 265 266 hotspot_gc_shenandoah = \ 267 :tier1_gc_shenandoah \ 268 :tier2_gc_shenandoah \ 269 :tier3_gc_shenandoah 270 271 tier1_runtime = \ 272 runtime/ \ 273 -runtime/6626217/bug_21227.java \ 274 -runtime/7100935 \ 275 -runtime/7158988/FieldMonitor.java \ 276 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 277 -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \ 278 -runtime/CompressedOops/UseCompressedOops.java \ 279 -runtime/ConstantPool/IntfMethod.java \ 280 -runtime/ErrorHandling/CreateCoredumpOnCrash.java \ 281 -runtime/ErrorHandling/ErrorHandler.java \ 282 -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \ 283 -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java \ 284 -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \ 285 -runtime/InvocationTests \ 286 -runtime/logging/MonitorMismatchTest.java \ 287 -runtime/memory/ReserveMemory.java \ 288 -runtime/memory/RunUnitTestsConcurrently.java \ 289 -runtime/Metaspace/FragmentMetaspace.java \ 290 -runtime/Metaspace/FragmentMetaspaceSimple.java \ 291 -runtime/MirrorFrame/Test8003720.java \ 292 -runtime/modules/LoadUnloadModuleStress.java \ 293 -runtime/modules/ModuleStress/ExportModuleStressTest.java \ 294 -runtime/modules/ModuleStress/ModuleStressGC.java \ 295 -runtime/NMT \ 296 -runtime/ReservedStack \ 297 -runtime/SelectionResolution/AbstractMethodErrorTest.java \ 298 -runtime/SelectionResolution/IllegalAccessErrorTest.java \ 299 -runtime/SelectionResolution/InvokeInterfaceICCE.java \ 300 -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \ 301 -runtime/SelectionResolution/InvokeSpecialICCE.java \ 302 -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \ 303 -runtime/SelectionResolution/InvokeStaticICCE.java \ 304 -runtime/SelectionResolution/InvokeVirtualICCE.java \ 305 -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \ 306 -runtime/cds/CdsSameObjectAlignment.java \ 307 -runtime/cds/SharedBaseAddress.java \ 308 -runtime/Thread/CancellableThreadTest.java \ 309 -runtime/Thread/TestThreadDumpMonitorContention.java \ 310 -runtime/Unsafe/RangeCheck.java \ 311 sanity/ \ 312 testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \ 313 -:tier1_runtime_appcds_exclude \ 314 -runtime/signal 315 316 hotspot_cds = \ 317 runtime/cds/ \ 318 runtime/CompressedOops/ 319 320 321 hotspot_appcds_dynamic = \ 322 runtime/cds/appcds/ \ 323 -runtime/cds/appcds/cacheObject \ 324 -runtime/cds/appcds/customLoader \ 325 -runtime/cds/appcds/dynamicArchive \ 326 -runtime/cds/appcds/javaldr/ArrayTest.java \ 327 -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \ 328 -runtime/cds/appcds/javaldr/HumongousDuringDump.java \ 329 -runtime/cds/appcds/sharedStrings \ 330 -runtime/cds/appcds/ArchiveRelocationTest.java \ 331 -runtime/cds/appcds/DumpClassList.java \ 332 -runtime/cds/appcds/ExtraSymbols.java \ 333 -runtime/cds/appcds/LongClassListPath.java \ 334 -runtime/cds/appcds/LotsOfClasses.java \ 335 -runtime/cds/appcds/NonExistClasspath.java \ 336 -runtime/cds/appcds/RelativePath.java \ 337 -runtime/cds/appcds/SharedArchiveConsistency.java \ 338 -runtime/cds/appcds/UnusedCPDuringDump.java \ 339 -runtime/cds/appcds/VerifierTest_1B.java 340 341 hotspot_cds_relocation = \ 342 gc/g1/TestSharedArchiveWithPreTouch.java \ 343 runtime/cds \ 344 runtime/modules/ModulesSymLink.java \ 345 runtime/modules/PatchModule/PatchModuleCDS.java \ 346 runtime/modules/PatchModule/PatchModuleClassList.java \ 347 runtime/NMT \ 348 serviceability/sa 349 350 # A subset of AppCDS tests to be run in tier1 351 tier1_runtime_appcds = \ 352 runtime/cds/appcds/HelloTest.java \ 353 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \ 354 runtime/cds/appcds/ClassLoaderTest.java 355 356 tier1_runtime_appcds_exclude = \ 357 runtime/cds/appcds/ \ 358 -:tier1_runtime_appcds 359 360 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..." 361 # to test interaction between AppCDS and JFR. It also has the side effect of 362 # testing JVMTI ClassFileLoadHook. 363 # 364 # The excluded tests disallow the jdk.jfr module, which is required to 365 # run with JFR. 366 hotspot_appcds_with_jfr = \ 367 runtime/cds/appcds/ \ 368 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \ 369 -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \ 370 -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \ 371 -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \ 372 -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \ 373 -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java 374 375 tier1_serviceability = \ 376 serviceability/dcmd/compiler \ 377 -serviceability/dcmd/compiler/CompilerQueueTest.java \ 378 serviceability/jvmti/RedefineClasses \ 379 -serviceability/jvmti/RedefineClasses/RedefineLeak.java \ 380 -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \ 381 -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \ 382 -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \ 383 -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \ 384 serviceability/logging \ 385 serviceability/sa \ 386 -serviceability/sa/ClhsdbScanOops.java \ 387 -serviceability/sa/TestJmapCore.java \ 388 -serviceability/sa/TestJmapCoreMetaspace.java 389 390 tier1 = \ 391 :tier1_common \ 392 :tier1_compiler \ 393 :tier1_gc \ 394 :tier1_runtime \ 395 :tier1_serviceability 396 397 hotspot_tier2_runtime = \ 398 runtime/ \ 399 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ 400 -runtime/CompressedOops/UseCompressedOops.java \ 401 -runtime/InvocationTests \ 402 -runtime/Thread/TestThreadDumpMonitorContention.java \ 403 -:tier1_runtime \ 404 -:hotspot_tier2_runtime_platform_agnostic \ 405 -runtime/signal \ 406 -runtime/NMT/MallocStressTest.java 407 408 hotspot_tier2_serviceability = \ 409 serviceability/ \ 410 -:tier1_serviceability 411 412 hotspot_tier2_runtime_platform_agnostic = \ 413 runtime/SelectionResolution \ 414 -:tier1_runtime 415 416 hotspot_tier3_runtime = \ 417 runtime/ \ 418 -:tier1_runtime \ 419 -:hotspot_tier2_runtime_platform_agnostic \ 420 -:hotspot_tier2_runtime 421 422 hotspot_runtime_minimalvm = \ 423 runtime/MinimalVM \ 424 runtime/ErrorHandling \ 425 runtime/logging 426 427 hotspot_nmt = \ 428 runtime/NMT 429 430 hotspot_rest_runtime = \ 431 :hotspot_runtime \ 432 -:tier1_runtime \ 433 -:tier1_runtime_appcds_exclude \ 434 -:hotspot_nmt \ 435 -:hotspot_tier2_runtime_platform_agnostic 436 437 jcstress_part1 = \ 438 applications/jcstress/seqcst.java 439 440 jcstress_part2 = \ 441 applications/jcstress/accessAtomic.java \ 442 applications/jcstress/acqrel.java \ 443 applications/jcstress/atomics.java \ 444 applications/jcstress/coherence.java \ 445 applications/jcstress/locks.java 446 447 jcstress_part3 = \ 448 applications/jcstress \ 449 -:jcstress_part1 \ 450 -:jcstress_part2 451 452 # Stress tests against information provided by VM via JMX 453 vmTestbase_nsk_monitoring = \ 454 vmTestbase/nsk/monitoring 455 456 # Tests for default method implementation 457 vmTestbase_vm_defmeth = \ 458 vmTestbase/vm/runtime/defmeth 459 460 # JDI tests 461 vmTestbase_nsk_jdi = \ 462 vmTestbase/nsk/jdi 463 464 # Stress tests for classes loading/unloading 465 # NSK tests for functionality of the HS system dictionary 466 vmTestbase_nsk_sysdict = \ 467 vmTestbase/nsk/sysdict/vm/stress 468 469 vmTestbase_vm_metaspace = \ 470 vmTestbase/metaspace 471 472 # JVMTI tests 473 vmTestbase_nsk_jvmti = \ 474 vmTestbase/nsk/jvmti \ 475 vmTestbase/nsk/share/ExceptionCheckingJniEnv 476 477 # JDWP tests 478 vmTestbase_nsk_jdwp = \ 479 vmTestbase/nsk/jdwp 480 481 vmTestbase_nsk_stress = \ 482 vmTestbase/nsk/stress 483 484 vmTestbase_vm_g1classunloading = \ 485 vmTestbase/gc/g1/unloading/tests 486 487 # Garbage collector tests 488 vmTestbase_vm_gc = \ 489 :vmTestbase_vm_gc_concurrent \ 490 :vmTestbase_vm_gc_container \ 491 :vmTestbase_vm_gc_compact \ 492 :vmTestbase_vm_gc_juggle \ 493 :vmTestbase_vm_gc_locker \ 494 :vmTestbase_vm_gc_misc \ 495 :vmTestbase_vm_gc_ref 496 497 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size 498 vmTestbase_vm_gc_compact = \ 499 vmTestbase/vm/gc/compact 500 501 # GC and mutlithreads 502 vmTestbase_vm_gc_concurrent = \ 503 vmTestbase/vm/gc/concurrent 504 505 # Various data structures 506 vmTestbase_vm_gc_container = \ 507 vmTestbase/vm/gc/containers \ 508 vmTestbase/gc/vector 509 510 # Playing with object arrays and various strategies of garbage producing 511 vmTestbase_vm_gc_juggle = \ 512 vmTestbase/gc/ArrayJuggle/ \ 513 vmTestbase/gc/memory/Array/ArrayJuggle 514 515 # GC Locker 516 vmTestbase_vm_gc_locker = \ 517 vmTestbase/gc/lock \ 518 vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \ 519 vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \ 520 vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \ 521 vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \ 522 vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \ 523 vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \ 524 vmTestbase/gc/gctests/nativeGC05/nativeGC05.java 525 526 # GC and references 527 vmTestbase_vm_gc_ref = \ 528 vmTestbase/gc/gctests/SoftReference \ 529 vmTestbase/gc/gctests/WeakReference \ 530 vmTestbase/gc/gctests/WeakReferenceGC \ 531 vmTestbase/gc/gctests/PhantomReference \ 532 vmTestbase/gc/gctests/ReferencesGC 533 534 # miscellaneous gc tests 535 vmTestbase_vm_gc_misc = \ 536 vmTestbase/gc \ 537 vmTestbase/vm/gc \ 538 -:vmTestbase_vm_g1classunloading \ 539 -:vmTestbase_vm_gc_compact \ 540 -:vmTestbase_vm_gc_concurrent \ 541 -:vmTestbase_vm_gc_container \ 542 -:vmTestbase_vm_gc_juggle \ 543 -:vmTestbase_vm_gc_locker \ 544 -:vmTestbase_vm_gc_ref 545 546 vmTestbase_largepages = \ 547 vmTestbase/gc/gctests/LoadUnloadGC \ 548 vmTestbase/gc/gctests/LoadUnloadGC2 \ 549 vmTestbase/gc/memory/LargePagesTest \ 550 vmTestbase/gc/memory/Nio \ 551 vmTestbase/metaspace/staticReferences/StaticReferences.java \ 552 vmTestbase/metaspace/stressDictionary/StressDictionary.java \ 553 vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \ 554 vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \ 555 vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \ 556 vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \ 557 vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \ 558 vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java 559 560 # Just-In-Time compiler tests 561 vmTestbase_vm_compiler = \ 562 vmTestbase/vm/compiler \ 563 vmTestbase/jit \ 564 vmTestbase/vm/jit 565 566 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine) 567 vmTestbase_vm_mlvm = \ 568 vmTestbase/vm/mlvm 569 570 # Tests for attach-on-demand implementation 571 vmTestbase_nsk_aod = \ 572 vmTestbase/nsk/aod 573 574 # JDB tests 575 vmTestbase_nsk_jdb = \ 576 vmTestbase/nsk/jdb 577 578 # vmTestbase_*_quick groups are defined in TEST.quick-groups