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