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