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