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