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 
436 tier1_runtime_no_valhalla = \
437   :tier1_runtime \
438   -runtime/valhalla
439 
440 hotspot_cds = \
441   runtime/cds/ \
442   runtime/CompressedOops/
443 
444 hotspot_cds_only = \
445   runtime/cds/
446 
447 hotspot_appcds_dynamic = \
448   runtime/cds/appcds/ \
449  -runtime/cds/appcds/cacheObject \
450  -runtime/cds/appcds/customLoader \
451  -runtime/cds/appcds/dynamicArchive \
452  -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
453  -runtime/cds/appcds/javaldr/ArrayTest.java \
454  -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
455  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
456  -runtime/cds/appcds/javaldr/LockDuringDump.java \
457  -runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \
458  -runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \
459  -runtime/cds/appcds/jcmd/JCmdTestFileSafety.java \
460  -runtime/cds/appcds/lambdaForm/DefaultClassListLFInvokers.java \
461  -runtime/cds/appcds/methodHandles \
462  -runtime/cds/appcds/sharedStrings \
463  -runtime/cds/appcds/ArchiveRelocationTest.java \
464  -runtime/cds/appcds/BadBSM.java \
465  -runtime/cds/appcds/DumpClassList.java \
466  -runtime/cds/appcds/DumpClassListWithLF.java \
467  -runtime/cds/appcds/DumpingWithNoCoops.java \
468  -runtime/cds/appcds/ExtraSymbols.java \
469  -runtime/cds/appcds/LambdaContainsOldInf.java \
470  -runtime/cds/appcds/LambdaEagerInit.java \
471  -runtime/cds/appcds/LambdaProxyClasslist.java \
472  -runtime/cds/appcds/LambdaVerificationFailedDuringDump.java \
473  -runtime/cds/appcds/LambdaWithJavaAgent.java \
474  -runtime/cds/appcds/LambdaWithUseImplMethodHandle.java \
475  -runtime/cds/appcds/LambdaWithOldClass.java \
476  -runtime/cds/appcds/LongClassListPath.java \
477  -runtime/cds/appcds/LotsOfClasses.java \
478  -runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java \
479  -runtime/cds/appcds/NonExistClasspath.java \
480  -runtime/cds/appcds/RelativePath.java \
481  -runtime/cds/appcds/SharedArchiveConsistency.java \
482  -runtime/cds/appcds/StaticArchiveWithLambda.java \
483  -runtime/cds/appcds/TestCombinedCompressedFlags.java \
484  -runtime/cds/appcds/TestEpsilonGCWithCDS.java \
485  -runtime/cds/appcds/TestParallelGCWithCDS.java \
486  -runtime/cds/appcds/TestSerialGCWithCDS.java \
487  -runtime/cds/appcds/TestZGCWithCDS.java \
488  -runtime/cds/appcds/UnusedCPDuringDump.java \
489  -runtime/cds/appcds/VerifierTest_1B.java
490 
491 hotspot_cds_relocation = \
492   gc/g1/TestSharedArchiveWithPreTouch.java \
493   runtime/cds \
494   runtime/modules/ModulesSymLink.java \
495   runtime/modules/PatchModule/PatchModuleCDS.java \
496   runtime/modules/PatchModule/PatchModuleClassList.java \
497   runtime/NMT \
498   serviceability/sa \
499  -runtime/cds/DeterministicDump.java
500 
501 hotspot_cds_verify_shared_spaces = \
502   runtime/cds/appcds/ArchiveRelocationTest.java \
503   runtime/cds/appcds/BootClassPathMismatch.java \
504   runtime/cds/appcds/HelloTest.java \
505   runtime/cds/appcds/VerifierTest_0.java \
506   runtime/cds/appcds/dynamicArchive/BasicLambdaTest.java \
507   runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java \
508   runtime/cds/appcds/dynamicArchive/HelloDynamic.java \
509   runtime/cds/appcds/dynamicArchive/LinkClassTest.java \
510   runtime/cds/appcds/dynamicArchive/MismatchedBaseArchive.java \
511   runtime/cds/appcds/customLoader/HelloCustom.java \
512   runtime/cds/appcds/customLoader/LoaderSegregationTest.java \
513   runtime/cds/appcds/javaldr/ArrayTest.java \
514   runtime/cds/appcds/jigsaw/modulepath/ExportModule.java \
515   runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java \
516   runtime/cds/appcds/sharedStrings/SharedStringsBasic.java
517 
518 # No need to run every test with EpsilonGC. A small subset will provide enough
519 # coverage. Also avoid some tests that may OOM.
520 hotspot_cds_epsilongc = \
521   runtime/cds/appcds/HelloTest.java \
522   runtime/cds/appcds/MultiProcessSharing.java \
523   runtime/cds/appcds/StaticArchiveWithLambda.java \
524   runtime/cds/appcds/cacheObject \
525   runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \
526   runtime/cds/appcds/dynamicArchive/HelloDynamic.java \
527   runtime/cds/appcds/javaldr \
528   runtime/cds/appcds/jigsaw \
529   runtime/cds/appcds/loaderConstraints
530 
531 # needs -nativepath:<output>/images/test/hotspot/jtreg/native/
532 hotspot_metaspace = \
533   gtest/MetaspaceGtests.java \
534   gc/metaspace \
535   gc/class_unloading \
536   runtime/Metaspace \
537   vmTestbase/metaspace \
538   runtime/SelectionResolution
539 
540 # A subset of AppCDS tests to be run in tier1
541 tier1_runtime_appcds = \
542   runtime/cds/appcds/HelloTest.java \
543   runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
544   runtime/cds/appcds/ClassLoaderTest.java
545 
546 tier1_runtime_appcds_exclude = \
547   runtime/cds/appcds/ \
548   -:tier1_runtime_appcds
549 
550 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
551 # to test interaction between AppCDS and JFR. It also has the side effect of
552 # testing JVMTI ClassFileLoadHook.
553 #
554 # The excluded tests disallow the jdk.jfr module, which is required to
555 # run with JFR.
556 hotspot_appcds_with_jfr = \
557   runtime/cds/appcds/ \
558  -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
559  -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \
560  -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \
561  -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
562  -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
563  -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
564 
565 tier1_serviceability = \
566   serviceability/ \
567   -serviceability/dcmd/compiler/CompilerQueueTest.java \
568   -serviceability/jvmti/RedefineClasses/RedefineLeak.java \
569   -serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java \
570   -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \
571   -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \
572   -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \
573   -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
574   -serviceability/sa/ClhsdbScanOops.java \
575   -serviceability/sa/ClhsdbJstackXcompStress.java \
576   -serviceability/sa/TestJmapCore.java \
577   -serviceability/sa/TestJmapCoreMetaspace.java
578 
579 tier1 = \
580   :tier1_common \
581   :tier1_compiler \
582   :tier1_gc \
583   :tier1_runtime \
584   :tier1_serviceability
585 
586 tier2 = \
587   :hotspot_tier2_runtime \
588   :hotspot_tier2_runtime_platform_agnostic \
589   :hotspot_tier2_serviceability \
590   :tier2_compiler \
591   :tier2_gc_epsilon \
592   :tier2_gc_shenandoah
593 
594 tier3 = \
595   :hotspot_tier3_runtime \
596   :tier3_compiler \
597   :tier3_gc_gcold \
598   :tier3_gc_shenandoah
599 
600 # Everything that is not in other tiers, but not apps
601 tier4 = \
602   :hotspot_all_no_apps \
603  -:tier1 \
604  -:tier2 \
605  -:tier3
606 
607 hotspot_tier2_runtime = \
608   runtime/ \
609  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
610  -runtime/CompressedOops/UseCompressedOops.java \
611  -runtime/InvocationTests \
612  -runtime/Thread/TestThreadDumpMonitorContention.java \
613  -:tier1_runtime \
614  -:hotspot_tier2_runtime_platform_agnostic \
615  -runtime/signal \
616  -runtime/NMT/MallocStressTest.java
617 
618 hotspot_tier2_serviceability = \
619   serviceability/ \
620  -:tier1_serviceability
621 
622 hotspot_tier2_runtime_platform_agnostic = \
623   runtime/SelectionResolution \
624  -:tier1_runtime
625 
626 hotspot_tier3_runtime = \
627   runtime/ \
628  -:tier1_runtime \
629  -:hotspot_tier2_runtime_platform_agnostic \
630  -:hotspot_tier2_runtime
631 
632 hotspot_runtime_minimalvm = \
633   runtime/MinimalVM \
634   runtime/ErrorHandling \
635   runtime/logging
636 
637 hotspot_nmt = \
638   runtime/NMT \
639   gtest/NMTGtests.java
640 
641 hotspot_rest_runtime = \
642   :hotspot_runtime \
643   -:tier1_runtime \
644   -:tier1_runtime_appcds_exclude \
645   -:hotspot_nmt \
646   -:hotspot_tier2_runtime_platform_agnostic
647 
648 jcstress_part1 = \
649   applications/jcstress/seqcst.java
650 
651 jcstress_part2 = \
652   applications/jcstress/accessAtomic.java \
653   applications/jcstress/acqrel.java \
654   applications/jcstress/atomics.java \
655   applications/jcstress/coherence.java \
656   applications/jcstress/locks.java
657 
658 jcstress_part3 = \
659   applications/jcstress \
660   -:jcstress_part1 \
661   -:jcstress_part2
662 
663 # Stress tests against information provided by VM via JMX
664 vmTestbase_nsk_monitoring = \
665   vmTestbase/nsk/monitoring
666 
667 # Tests for default method implementation
668 vmTestbase_vm_defmeth = \
669   vmTestbase/vm/runtime/defmeth
670 
671 # JDI tests
672 vmTestbase_nsk_jdi = \
673   vmTestbase/nsk/jdi
674 
675 # Stress tests for classes loading/unloading
676 # NSK tests for functionality of the HS system dictionary
677 vmTestbase_nsk_sysdict = \
678   vmTestbase/nsk/sysdict/vm/stress
679 
680 vmTestbase_vm_metaspace = \
681   vmTestbase/metaspace
682 
683 # JVMTI tests
684 vmTestbase_nsk_jvmti = \
685   vmTestbase/nsk/jvmti \
686   vmTestbase/nsk/share/ExceptionCheckingJniEnv
687 
688 # JDWP tests
689 vmTestbase_nsk_jdwp = \
690   vmTestbase/nsk/jdwp
691 
692 vmTestbase_nsk_stress = \
693   vmTestbase/nsk/stress
694 
695 vmTestbase_vm_g1classunloading = \
696   vmTestbase/gc/g1/unloading/tests
697 
698 # Garbage collector tests
699 vmTestbase_vm_gc = \
700   :vmTestbase_vm_gc_concurrent \
701   :vmTestbase_vm_gc_container \
702   :vmTestbase_vm_gc_compact \
703   :vmTestbase_vm_gc_juggle \
704   :vmTestbase_vm_gc_locker \
705   :vmTestbase_vm_gc_misc \
706   :vmTestbase_vm_gc_ref
707 
708 # In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size
709 vmTestbase_vm_gc_compact = \
710   vmTestbase/vm/gc/compact
711 
712 # GC and mutlithreads
713 vmTestbase_vm_gc_concurrent = \
714   vmTestbase/vm/gc/concurrent
715 
716 # Various data structures
717 vmTestbase_vm_gc_container = \
718   vmTestbase/vm/gc/containers \
719   vmTestbase/gc/vector
720 
721 # Playing with object arrays and various strategies of garbage producing
722 vmTestbase_vm_gc_juggle = \
723   vmTestbase/gc/ArrayJuggle/
724 
725 # GC Locker
726 vmTestbase_vm_gc_locker = \
727   vmTestbase/gc/lock \
728   vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \
729   vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \
730   vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \
731   vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
732 
733 # GC and references
734 vmTestbase_vm_gc_ref = \
735   vmTestbase/gc/gctests/SoftReference \
736   vmTestbase/gc/gctests/WeakReference \
737   vmTestbase/gc/gctests/WeakReferenceGC \
738   vmTestbase/gc/gctests/PhantomReference \
739   vmTestbase/gc/gctests/ReferencesGC
740 
741 # miscellaneous gc tests
742 vmTestbase_vm_gc_misc = \
743   vmTestbase/gc \
744   vmTestbase/vm/gc \
745   -:vmTestbase_vm_g1classunloading \
746   -:vmTestbase_vm_gc_compact \
747   -:vmTestbase_vm_gc_concurrent \
748   -:vmTestbase_vm_gc_container \
749   -:vmTestbase_vm_gc_juggle \
750   -:vmTestbase_vm_gc_locker \
751   -:vmTestbase_vm_gc_ref
752 
753 vmTestbase_largepages = \
754   vmTestbase/gc/gctests/LoadUnloadGC \
755   vmTestbase/gc/gctests/LoadUnloadGC2 \
756   vmTestbase/gc/memory/LargePagesTest \
757   vmTestbase/gc/memory/Nio \
758   vmTestbase/metaspace/staticReferences/StaticReferences.java \
759   vmTestbase/metaspace/stressDictionary/StressDictionary.java \
760   vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \
761   vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \
762   vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \
763   vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
764   vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
765   vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
766 
767 # Just-In-Time compiler tests
768 vmTestbase_vm_compiler = \
769   vmTestbase/vm/compiler \
770   vmTestbase/jit \
771   vmTestbase/vm/jit
772 
773 # JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
774 vmTestbase_vm_mlvm = \
775   vmTestbase/vm/mlvm
776 
777 # Tests for attach-on-demand implementation
778 vmTestbase_nsk_aod = \
779   vmTestbase/nsk/aod
780 
781 # JDB tests
782 vmTestbase_nsk_jdb = \
783   vmTestbase/nsk/jdb
784 
785 # vmTestbase_*_quick groups are defined in TEST.quick-groups