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