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_localedata_2.java \
 181   applications/ctw/modules/jdk_scripting_nashorn.java \
 182 
 183 tier1_gc = \
 184   :tier1_gc_1 \
 185   :tier1_gc_2 \
 186   :tier1_gc_gcold \
 187   :tier1_gc_gcbasher \
 188   :tier1_gc_shenandoah
 189 
 190 hotspot_not_fast_gc = \
 191   :hotspot_gc \
 192   -:tier1_gc
 193 
 194 tier1_gc_1 = \
 195   :gc_epsilon \
 196   gc/g1/ \
 197   -gc/g1/ihop/TestIHOPErgo.java
 198   -gc/g1/TestTimelyCompaction.java
 199 
 200 tier1_gc_2 = \
 201   gc/ \
 202   -:gc_epsilon \
 203   -gc/g1/ \
 204   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 205   -gc/stress \
 206   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 207   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
 208   -gc/shenandoah \
 209   -gc/nvdimm
 210 
 211 gc_epsilon = \
 212   gc/epsilon/ \
 213   gc/CriticalNativeArgs.java \
 214   gc/stress/CriticalNativeStress.java
 215 
 216 tier1_gc_gcold = \
 217   gc/stress/gcold/TestGCOldWithG1.java \
 218   gc/stress/gcold/TestGCOldWithSerial.java \
 219   gc/stress/gcold/TestGCOldWithParallel.java
 220 
 221 tier1_gc_gcbasher = \
 222   gc/stress/gcbasher/TestGCBasherWithG1.java \
 223   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 224   gc/stress/gcbasher/TestGCBasherWithParallel.java
 225 
 226 tier1_gc_shenandoah = \
 227   gc/shenandoah/options/ \
 228   gc/shenandoah/compiler/ \
 229   gc/shenandoah/mxbeans/ \
 230   gc/shenandoah/TestSmallHeap.java \
 231   gc/shenandoah/oom/ \
 232   gc/CriticalNativeArgs.java
 233 
 234 tier2_gc_shenandoah = \
 235   runtime/MemberName/MemberNameLeak.java \
 236   runtime/CompressedOops/UseCompressedOops.java \
 237   gc/TestHumongousReferenceObject.java \
 238   gc/TestSystemGC.java \
 239   gc/arguments/TestDisableDefaultGC.java \
 240   gc/arguments/TestUseCompressedOopsErgo.java \
 241   gc/arguments/TestAlignmentToUseLargePages.java \
 242   gc/class_unloading/TestClassUnloadingDisabled.java \
 243   gc/ergonomics/TestInitialGCThreadLogging.java \
 244   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 245   gc/logging/TestGCId.java \
 246   gc/metaspace/TestMetaspacePerfCounters.java \
 247   gc/metaspace/TestMetaspacePerfCounters.java \
 248   gc/startup_warnings/TestShenandoah.java \
 249   gc/TestFullGCALot.java \
 250   gc/logging/TestUnifiedLoggingSwitchStress.java \
 251   runtime/Metaspace/DefineClass.java \
 252   gc/shenandoah/ \
 253   serviceability/sa/TestHeapDumpForInvokeDynamic.java \
 254   -gc/shenandoah/TestStringDedupStress.java \
 255   -gc/stress/CriticalNativeStress.java \
 256   -:tier1_gc_shenandoah
 257 
 258 tier3_gc_shenandoah = \
 259   gc/stress/gcold/TestGCOldWithShenandoah.java \
 260   gc/stress/gcbasher/TestGCBasherWithShenandoah.java \
 261   gc/stress/gclocker/TestGCLockerWithShenandoah.java \
 262   gc/stress/systemgc/TestSystemGCWithShenandoah.java \
 263   gc/shenandoah/TestStringDedupStress.java \
 264   gc/stress/CriticalNativeStress.java \
 265   -:tier2_gc_shenandoah
 266 
 267 hotspot_gc_shenandoah = \
 268   :tier1_gc_shenandoah \
 269   :tier2_gc_shenandoah \
 270   :tier3_gc_shenandoah
 271 
 272 tier1_runtime = \
 273   runtime/ \
 274  -runtime/6626217/bug_21227.java \
 275  -runtime/7100935 \
 276  -runtime/7158988/FieldMonitor.java \
 277  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 278  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 279  -runtime/CompressedOops/UseCompressedOops.java \
 280  -runtime/ConstantPool/IntfMethod.java \
 281  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 282  -runtime/ErrorHandling/ErrorHandler.java \
 283  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
 284  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java \
 285  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 286  -runtime/InvocationTests \
 287  -runtime/logging/MonitorMismatchTest.java \
 288  -runtime/memory/ReserveMemory.java \
 289  -runtime/memory/RunUnitTestsConcurrently.java \
 290  -runtime/Metaspace/FragmentMetaspace.java \
 291  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 292  -runtime/MirrorFrame/Test8003720.java \
 293  -runtime/modules/LoadUnloadModuleStress.java \
 294  -runtime/modules/ModuleStress/ExportModuleStressTest.java \
 295  -runtime/modules/ModuleStress/ModuleStressGC.java \
 296  -runtime/NMT \
 297  -runtime/ReservedStack \
 298  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
 299  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
 300  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
 301  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
 302  -runtime/SelectionResolution/InvokeSpecialICCE.java \
 303  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
 304  -runtime/SelectionResolution/InvokeStaticICCE.java \
 305  -runtime/SelectionResolution/InvokeVirtualICCE.java \
 306  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
 307  -runtime/cds/CdsSameObjectAlignment.java \
 308  -runtime/cds/SharedBaseAddress.java \
 309  -runtime/Thread/CancellableThreadTest.java \
 310  -runtime/Thread/TestThreadDumpMonitorContention.java \
 311  -runtime/Unsafe/RangeCheck.java \
 312   sanity/ \
 313   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
 314  -:tier1_runtime_appcds_exclude \
 315  -runtime/signal
 316 
 317 hotspot_cds = \
 318   runtime/cds/ \
 319   runtime/CompressedOops/
 320 
 321 
 322 hotspot_appcds_dynamic = \
 323   runtime/cds/appcds/ \
 324  -runtime/cds/appcds/cacheObject \
 325  -runtime/cds/appcds/customLoader \
 326  -runtime/cds/appcds/dynamicArchive \
 327  -runtime/cds/appcds/javaldr/ArrayTest.java \
 328  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
 329  -runtime/cds/appcds/javaldr/HumongousDuringDump.java \
 330  -runtime/cds/appcds/sharedStrings \
 331  -runtime/cds/appcds/ArchiveRelocationTest.java \
 332  -runtime/cds/appcds/DumpClassList.java \
 333  -runtime/cds/appcds/ExtraSymbols.java \
 334  -runtime/cds/appcds/LongClassListPath.java \
 335  -runtime/cds/appcds/LotsOfClasses.java \
 336  -runtime/cds/appcds/NonExistClasspath.java \
 337  -runtime/cds/appcds/RelativePath.java \
 338  -runtime/cds/appcds/SharedArchiveConsistency.java \
 339  -runtime/cds/appcds/UnusedCPDuringDump.java \
 340  -runtime/cds/appcds/VerifierTest_1B.java
 341 
 342 hotspot_cds_relocation = \
 343   gc/g1/TestSharedArchiveWithPreTouch.java \
 344   runtime/cds \
 345   runtime/modules/ModulesSymLink.java \
 346   runtime/modules/PatchModule/PatchModuleCDS.java \
 347   runtime/modules/PatchModule/PatchModuleClassList.java \
 348   runtime/NMT \
 349   serviceability/sa
 350 
 351 # A subset of AppCDS tests to be run in tier1
 352 tier1_runtime_appcds = \
 353   runtime/cds/appcds/HelloTest.java \
 354   runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
 355   runtime/cds/appcds/ClassLoaderTest.java
 356 
 357 tier1_runtime_appcds_exclude = \
 358   runtime/cds/appcds/ \
 359   -:tier1_runtime_appcds
 360 
 361 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
 362 # to test interaction between AppCDS and JFR. It also has the side effect of
 363 # testing JVMTI ClassFileLoadHook.
 364 #
 365 # The excluded tests disallow the jdk.jfr module, which is required to
 366 # run with JFR.
 367 hotspot_appcds_with_jfr = \
 368   runtime/cds/appcds/ \
 369  -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
 370  -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \
 371  -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \
 372  -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
 373  -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
 374  -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
 375 
 376 tier1_serviceability = \
 377   serviceability/dcmd/compiler \
 378   -serviceability/dcmd/compiler/CompilerQueueTest.java \
 379   serviceability/jvmti/RedefineClasses \
 380   -serviceability/jvmti/RedefineClasses/RedefineLeak.java \
 381   -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \
 382   -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \
 383   -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \
 384   -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
 385   serviceability/logging \
 386   serviceability/sa \
 387   -serviceability/sa/ClhsdbScanOops.java \
 388   -serviceability/sa/TestJmapCore.java \
 389   -serviceability/sa/TestJmapCoreMetaspace.java
 390 
 391 tier1 = \
 392   :tier1_common \
 393   :tier1_compiler \
 394   :tier1_gc \
 395   :tier1_runtime \
 396   :tier1_serviceability
 397 
 398 hotspot_tier2_runtime = \
 399   runtime/ \
 400  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 401  -runtime/CompressedOops/UseCompressedOops.java \
 402  -runtime/InvocationTests \
 403  -runtime/Thread/TestThreadDumpMonitorContention.java \
 404  -:tier1_runtime \
 405  -:hotspot_tier2_runtime_platform_agnostic \
 406  -runtime/signal \
 407  -runtime/NMT/MallocStressTest.java
 408 
 409 hotspot_tier2_serviceability = \
 410   serviceability/ \
 411  -:tier1_serviceability
 412 
 413 hotspot_tier2_runtime_platform_agnostic = \
 414   runtime/SelectionResolution \
 415  -:tier1_runtime
 416 
 417 hotspot_tier3_runtime = \
 418   runtime/ \
 419  -:tier1_runtime \
 420  -:hotspot_tier2_runtime_platform_agnostic \
 421  -:hotspot_tier2_runtime
 422 
 423 hotspot_runtime_minimalvm = \
 424   runtime/MinimalVM \
 425   runtime/ErrorHandling \
 426   runtime/logging
 427 
 428 hotspot_nmt = \
 429   runtime/NMT
 430 
 431 hotspot_rest_runtime = \
 432   :hotspot_runtime \
 433   -:tier1_runtime \
 434   -:tier1_runtime_appcds_exclude \
 435   -:hotspot_nmt \
 436   -:hotspot_tier2_runtime_platform_agnostic
 437 
 438 jcstress_part1 = \
 439   applications/jcstress/seqcst.java
 440 
 441 jcstress_part2 = \
 442   applications/jcstress/accessAtomic.java \
 443   applications/jcstress/acqrel.java \
 444   applications/jcstress/atomics.java \
 445   applications/jcstress/coherence.java \
 446   applications/jcstress/locks.java
 447 
 448 jcstress_part3 = \
 449   applications/jcstress \
 450   -:jcstress_part1 \
 451   -:jcstress_part2
 452 
 453 # Stress tests against information provided by VM via JMX
 454 vmTestbase_nsk_monitoring = \
 455   vmTestbase/nsk/monitoring
 456 
 457 # Tests for default method implementation
 458 vmTestbase_vm_defmeth = \
 459   vmTestbase/vm/runtime/defmeth
 460 
 461 # JDI tests
 462 vmTestbase_nsk_jdi = \
 463   vmTestbase/nsk/jdi
 464 
 465 # Stress tests for classes loading/unloading
 466 # NSK tests for functionality of the HS system dictionary
 467 vmTestbase_nsk_sysdict = \
 468   vmTestbase/nsk/sysdict/vm/stress
 469 
 470 vmTestbase_vm_metaspace = \
 471   vmTestbase/metaspace
 472 
 473 # JVMTI tests
 474 vmTestbase_nsk_jvmti = \
 475   vmTestbase/nsk/jvmti \
 476   vmTestbase/nsk/share/ExceptionCheckingJniEnv
 477 
 478 # JDWP tests
 479 vmTestbase_nsk_jdwp = \
 480   vmTestbase/nsk/jdwp
 481 
 482 vmTestbase_nsk_stress = \
 483   vmTestbase/nsk/stress
 484 
 485 vmTestbase_vm_g1classunloading = \
 486   vmTestbase/gc/g1/unloading/tests
 487 
 488 # Garbage collector tests
 489 vmTestbase_vm_gc = \
 490   :vmTestbase_vm_gc_concurrent \
 491   :vmTestbase_vm_gc_container \
 492   :vmTestbase_vm_gc_compact \
 493   :vmTestbase_vm_gc_juggle \
 494   :vmTestbase_vm_gc_locker \
 495   :vmTestbase_vm_gc_misc \
 496   :vmTestbase_vm_gc_ref
 497 
 498 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size
 499 vmTestbase_vm_gc_compact = \
 500   vmTestbase/vm/gc/compact
 501 
 502 # GC and mutlithreads
 503 vmTestbase_vm_gc_concurrent = \
 504   vmTestbase/vm/gc/concurrent
 505 
 506 # Various data structures
 507 vmTestbase_vm_gc_container = \
 508   vmTestbase/vm/gc/containers \
 509   vmTestbase/gc/vector
 510 
 511 # Playing with object arrays and various strategies of garbage producing
 512 vmTestbase_vm_gc_juggle = \
 513   vmTestbase/gc/ArrayJuggle/ \
 514   vmTestbase/gc/memory/Array/ArrayJuggle
 515 
 516 # GC Locker
 517 vmTestbase_vm_gc_locker = \
 518   vmTestbase/gc/lock \
 519   vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \
 520   vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \
 521   vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \
 522   vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \
 523   vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \
 524   vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \
 525   vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
 526 
 527 # GC and references
 528 vmTestbase_vm_gc_ref = \
 529   vmTestbase/gc/gctests/SoftReference \
 530   vmTestbase/gc/gctests/WeakReference \
 531   vmTestbase/gc/gctests/WeakReferenceGC \
 532   vmTestbase/gc/gctests/PhantomReference \
 533   vmTestbase/gc/gctests/ReferencesGC
 534 
 535 # miscellaneous gc tests
 536 vmTestbase_vm_gc_misc = \
 537   vmTestbase/gc \
 538   vmTestbase/vm/gc \
 539   -:vmTestbase_vm_g1classunloading \
 540   -:vmTestbase_vm_gc_compact \
 541   -:vmTestbase_vm_gc_concurrent \
 542   -:vmTestbase_vm_gc_container \
 543   -:vmTestbase_vm_gc_juggle \
 544   -:vmTestbase_vm_gc_locker \
 545   -:vmTestbase_vm_gc_ref
 546 
 547 vmTestbase_largepages = \
 548   vmTestbase/gc/gctests/LoadUnloadGC \
 549   vmTestbase/gc/gctests/LoadUnloadGC2 \
 550   vmTestbase/gc/memory/LargePagesTest \
 551   vmTestbase/gc/memory/Nio \
 552   vmTestbase/metaspace/staticReferences/StaticReferences.java \
 553   vmTestbase/metaspace/stressDictionary/StressDictionary.java \
 554   vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \
 555   vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \
 556   vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java \
 557   vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
 558   vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
 559   vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
 560 
 561 # Just-In-Time compiler tests
 562 vmTestbase_vm_compiler = \
 563   vmTestbase/vm/compiler \
 564   vmTestbase/jit \
 565   vmTestbase/vm/jit
 566 
 567 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
 568 vmTestbase_vm_mlvm = \
 569   vmTestbase/vm/mlvm
 570 
 571 # Tests for attach-on-demand implementation
 572 vmTestbase_nsk_aod = \
 573   vmTestbase/nsk/aod
 574 
 575 # JDB tests
 576 vmTestbase_nsk_jdb = \
 577   vmTestbase/nsk/jdb
 578 
 579 # vmTestbase_*_quick groups are defined in TEST.quick-groups