1 #
   2 # Copyright (c) 2013, 2020, 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   gtest/MetaspaceGtests.java
  82 
  83 tier1_compiler = \
  84   :tier1_compiler_1 \
  85   :tier1_compiler_2 \
  86   :tier1_compiler_3 \
  87   :tier1_compiler_not_xcomp
  88 
  89 hotspot_not_fast_compiler = \
  90   :hotspot_compiler \
  91   -:tier1_compiler \
  92   -:hotspot_slow_compiler \
  93   -compiler/graalunit
  94 
  95 hotspot_slow_compiler = \
  96   compiler/codegen/aes \
  97   compiler/codecache/stress \
  98   compiler/gcbarriers/PreserveFPRegistersTest.java
  99 
 100 tier1_compiler_1 = \
 101   compiler/arraycopy/ \
 102   compiler/c1/ \
 103   compiler/c2/ \
 104   -compiler/c2/Test6850611.java \
 105   -compiler/c2/cr6890943/Test6890943.java \
 106   -compiler/c2/Test6905845.java \
 107   -compiler/c2/cr6340864 \
 108   -compiler/c2/cr6589834 \
 109   -compiler/c2/cr8004867 \
 110   -compiler/c2/stemmer \
 111   -compiler/c2/Test6792161.java \
 112   -compiler/c2/Test6603011.java \
 113   -compiler/c2/Test6912517.java \
 114 
 115 tier1_compiler_2 = \
 116   compiler/classUnloading/ \
 117   compiler/codecache/ \
 118   compiler/codegen/ \
 119   compiler/cpuflags/ \
 120   compiler/dependencies/ \
 121   compiler/eliminateAutobox/ \
 122   compiler/escapeAnalysis/ \
 123   compiler/exceptions/ \
 124   compiler/floatingpoint/ \
 125   compiler/gcbarriers/ \
 126   compiler/inlining/ \
 127   compiler/integerArithmetic/ \
 128   compiler/interpreter/ \
 129   compiler/jvmci/ \
 130   -:hotspot_slow_compiler
 131 
 132 tier1_compiler_3 = \
 133   compiler/intrinsics/ \
 134   compiler/jsr292/ \
 135   compiler/loopopts/ \
 136   compiler/macronodes/ \
 137   compiler/memoryinitialization/ \
 138   compiler/osr/ \
 139   compiler/regalloc/ \
 140   compiler/runtime/ \
 141   compiler/startup/ \
 142   compiler/types/ \
 143   compiler/uncommontrap/ \
 144   compiler/unsafe/ \
 145   compiler/vectorization/ \
 146   -compiler/intrinsics/bmi \
 147   -compiler/intrinsics/mathexact \
 148   -compiler/intrinsics/sha \
 149   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 150   -compiler/intrinsics/zip/TestAdler32.java \
 151   -compiler/loopopts/Test7052494.java \
 152   -compiler/runtime/Test6826736.java
 153 
 154 tier1_compiler_not_xcomp = \
 155   compiler/aot \
 156   compiler/profiling
 157 
 158 tier1_compiler_aot_jvmci = \
 159   compiler/aot \
 160   compiler/jvmci
 161 
 162 tier1_compiler_graal = \
 163   compiler/graalunit/HotspotTest.java
 164 
 165 ctw_1 = \
 166   applications/ctw/modules/ \
 167   -:ctw_2 \
 168   -:ctw_3
 169 
 170 ctw_2 = \
 171   applications/ctw/modules/java_base.java \
 172   applications/ctw/modules/java_base_2.java \
 173   applications/ctw/modules/java_desktop.java \
 174   applications/ctw/modules/java_desktop_2.java
 175 
 176 ctw_3 = \
 177   applications/ctw/modules/java_xml.java \
 178   applications/ctw/modules/jdk_compiler.java \
 179   applications/ctw/modules/jdk_internal_vm_compiler.java \
 180   applications/ctw/modules/jdk_localedata.java \
 181   applications/ctw/modules/jdk_localedata_2.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 
 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/logging/TestMetaSpaceLog.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  -: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/loaderConstraints/DynamicLoaderConstraintsTest.java \
 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/javaldr/LockDuringDump.java \
 331  -runtime/cds/appcds/sharedStrings \
 332  -runtime/cds/appcds/ArchiveRelocationTest.java \
 333  -runtime/cds/appcds/DumpClassList.java \
 334  -runtime/cds/appcds/ExtraSymbols.java \
 335  -runtime/cds/appcds/LongClassListPath.java \
 336  -runtime/cds/appcds/LotsOfClasses.java \
 337  -runtime/cds/appcds/NonExistClasspath.java \
 338  -runtime/cds/appcds/RelativePath.java \
 339  -runtime/cds/appcds/SharedArchiveConsistency.java \
 340  -runtime/cds/appcds/TestCombinedCompressedFlags.java \
 341  -runtime/cds/appcds/TestZGCWithCDS.java \
 342  -runtime/cds/appcds/UnusedCPDuringDump.java \
 343  -runtime/cds/appcds/VerifierTest_1B.java
 344 
 345 hotspot_cds_relocation = \
 346   gc/g1/TestSharedArchiveWithPreTouch.java \
 347   runtime/cds \
 348   runtime/modules/ModulesSymLink.java \
 349   runtime/modules/PatchModule/PatchModuleCDS.java \
 350   runtime/modules/PatchModule/PatchModuleClassList.java \
 351   runtime/NMT \
 352   serviceability/sa \
 353  -runtime/cds/DeterministicDump.java
 354 
 355 # needs -nativepath:<output>/images/test/hotspot/jtreg/native/
 356 hotspot_metaspace = \
 357   gtest/MetaspaceGtests.java \
 358   gc/metaspace \
 359   gc/class_unloading \
 360   runtime/Metaspace \
 361   vmTestbase/metaspace \
 362   runtime/SelectionResolution
 363 
 364 # A subset of AppCDS tests to be run in tier1
 365 tier1_runtime_appcds = \
 366   runtime/cds/appcds/HelloTest.java \
 367   runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
 368   runtime/cds/appcds/ClassLoaderTest.java
 369 
 370 tier1_runtime_appcds_exclude = \
 371   runtime/cds/appcds/ \
 372   -:tier1_runtime_appcds
 373 
 374 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
 375 # to test interaction between AppCDS and JFR. It also has the side effect of
 376 # testing JVMTI ClassFileLoadHook.
 377 #
 378 # The excluded tests disallow the jdk.jfr module, which is required to
 379 # run with JFR.
 380 hotspot_appcds_with_jfr = \
 381   runtime/cds/appcds/ \
 382  -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
 383  -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \
 384  -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \
 385  -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
 386  -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
 387  -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
 388 
 389 tier1_serviceability = \
 390   serviceability/ \
 391   -serviceability/dcmd/compiler/CompilerQueueTest.java \
 392   -serviceability/jvmti/RedefineClasses/RedefineLeak.java \
 393   -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \
 394   -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \
 395   -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \
 396   -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
 397   -serviceability/sa/ClhsdbScanOops.java \
 398   -serviceability/sa/ClhsdbJstackXcompStress.java \
 399   -serviceability/sa/TestJmapCore.java \
 400   -serviceability/sa/TestJmapCoreMetaspace.java
 401 
 402 tier1 = \
 403   :tier1_common \
 404   :tier1_compiler \
 405   :tier1_gc \
 406   :tier1_runtime \
 407   :tier1_serviceability
 408 
 409 hotspot_tier2_runtime = \
 410   runtime/ \
 411  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 412  -runtime/CompressedOops/UseCompressedOops.java \
 413  -runtime/InvocationTests \
 414  -runtime/Thread/TestThreadDumpMonitorContention.java \
 415  -:tier1_runtime \
 416  -:hotspot_tier2_runtime_platform_agnostic \
 417  -runtime/signal \
 418  -runtime/NMT/MallocStressTest.java
 419 
 420 hotspot_tier2_serviceability = \
 421   serviceability/ \
 422  -:tier1_serviceability
 423 
 424 hotspot_tier2_runtime_platform_agnostic = \
 425   runtime/SelectionResolution \
 426  -:tier1_runtime
 427 
 428 hotspot_tier3_runtime = \
 429   runtime/ \
 430  -:tier1_runtime \
 431  -:hotspot_tier2_runtime_platform_agnostic \
 432  -:hotspot_tier2_runtime
 433 
 434 hotspot_runtime_minimalvm = \
 435   runtime/MinimalVM \
 436   runtime/ErrorHandling \
 437   runtime/logging
 438 
 439 hotspot_nmt = \
 440   runtime/NMT
 441 
 442 hotspot_rest_runtime = \
 443   :hotspot_runtime \
 444   -:tier1_runtime \
 445   -:tier1_runtime_appcds_exclude \
 446   -:hotspot_nmt \
 447   -:hotspot_tier2_runtime_platform_agnostic
 448 
 449 jcstress_part1 = \
 450   applications/jcstress/seqcst.java
 451 
 452 jcstress_part2 = \
 453   applications/jcstress/accessAtomic.java \
 454   applications/jcstress/acqrel.java \
 455   applications/jcstress/atomics.java \
 456   applications/jcstress/coherence.java \
 457   applications/jcstress/locks.java
 458 
 459 jcstress_part3 = \
 460   applications/jcstress \
 461   -:jcstress_part1 \
 462   -:jcstress_part2
 463 
 464 # Stress tests against information provided by VM via JMX
 465 vmTestbase_nsk_monitoring = \
 466   vmTestbase/nsk/monitoring
 467 
 468 # Tests for default method implementation
 469 vmTestbase_vm_defmeth = \
 470   vmTestbase/vm/runtime/defmeth
 471 
 472 # JDI tests
 473 vmTestbase_nsk_jdi = \
 474   vmTestbase/nsk/jdi
 475 
 476 # Stress tests for classes loading/unloading
 477 # NSK tests for functionality of the HS system dictionary
 478 vmTestbase_nsk_sysdict = \
 479   vmTestbase/nsk/sysdict/vm/stress
 480 
 481 vmTestbase_vm_metaspace = \
 482   vmTestbase/metaspace
 483 
 484 # JVMTI tests
 485 vmTestbase_nsk_jvmti = \
 486   vmTestbase/nsk/jvmti \
 487   vmTestbase/nsk/share/ExceptionCheckingJniEnv
 488 
 489 # JDWP tests
 490 vmTestbase_nsk_jdwp = \
 491   vmTestbase/nsk/jdwp
 492 
 493 vmTestbase_nsk_stress = \
 494   vmTestbase/nsk/stress
 495 
 496 vmTestbase_vm_g1classunloading = \
 497   vmTestbase/gc/g1/unloading/tests
 498 
 499 # Garbage collector tests
 500 vmTestbase_vm_gc = \
 501   :vmTestbase_vm_gc_concurrent \
 502   :vmTestbase_vm_gc_container \
 503   :vmTestbase_vm_gc_compact \
 504   :vmTestbase_vm_gc_juggle \
 505   :vmTestbase_vm_gc_locker \
 506   :vmTestbase_vm_gc_misc \
 507   :vmTestbase_vm_gc_ref
 508 
 509 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size
 510 vmTestbase_vm_gc_compact = \
 511   vmTestbase/vm/gc/compact
 512 
 513 # GC and mutlithreads
 514 vmTestbase_vm_gc_concurrent = \
 515   vmTestbase/vm/gc/concurrent
 516 
 517 # Various data structures
 518 vmTestbase_vm_gc_container = \
 519   vmTestbase/vm/gc/containers \
 520   vmTestbase/gc/vector
 521 
 522 # Playing with object arrays and various strategies of garbage producing
 523 vmTestbase_vm_gc_juggle = \
 524   vmTestbase/gc/ArrayJuggle/ \
 525   vmTestbase/gc/memory/Array/ArrayJuggle
 526 
 527 # GC Locker
 528 vmTestbase_vm_gc_locker = \
 529   vmTestbase/gc/lock \
 530   vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \
 531   vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \
 532   vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \
 533   vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \
 534   vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \
 535   vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \
 536   vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
 537 
 538 # GC and references
 539 vmTestbase_vm_gc_ref = \
 540   vmTestbase/gc/gctests/SoftReference \
 541   vmTestbase/gc/gctests/WeakReference \
 542   vmTestbase/gc/gctests/WeakReferenceGC \
 543   vmTestbase/gc/gctests/PhantomReference \
 544   vmTestbase/gc/gctests/ReferencesGC
 545 
 546 # miscellaneous gc tests
 547 vmTestbase_vm_gc_misc = \
 548   vmTestbase/gc \
 549   vmTestbase/vm/gc \
 550   -:vmTestbase_vm_g1classunloading \
 551   -:vmTestbase_vm_gc_compact \
 552   -:vmTestbase_vm_gc_concurrent \
 553   -:vmTestbase_vm_gc_container \
 554   -:vmTestbase_vm_gc_juggle \
 555   -:vmTestbase_vm_gc_locker \
 556   -:vmTestbase_vm_gc_ref
 557 
 558 vmTestbase_largepages = \
 559   vmTestbase/gc/gctests/LoadUnloadGC \
 560   vmTestbase/gc/gctests/LoadUnloadGC2 \
 561   vmTestbase/gc/memory/LargePagesTest \
 562   vmTestbase/gc/memory/Nio \
 563   vmTestbase/metaspace/staticReferences/StaticReferences.java \
 564   vmTestbase/metaspace/stressDictionary/StressDictionary.java \
 565   vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \
 566   vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \
 567   vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \
 568   vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
 569   vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
 570   vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
 571 
 572 # Just-In-Time compiler tests
 573 vmTestbase_vm_compiler = \
 574   vmTestbase/vm/compiler \
 575   vmTestbase/jit \
 576   vmTestbase/vm/jit
 577 
 578 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
 579 vmTestbase_vm_mlvm = \
 580   vmTestbase/vm/mlvm
 581 
 582 # Tests for attach-on-demand implementation
 583 vmTestbase_nsk_aod = \
 584   vmTestbase/nsk/aod
 585 
 586 # JDB tests
 587 vmTestbase_nsk_jdb = \
 588   vmTestbase/nsk/jdb
 589 
 590 # vmTestbase_*_quick groups are defined in TEST.quick-groups