60
61 hotspot_misc = \
62 / \
63 -applications \
64 -vmTestbase \
65 -:hotspot_compiler \
66 -:hotspot_gc \
67 -:hotspot_runtime \
68 -:hotspot_serviceability \
69 -gc/nvdimm \
70 -:hotspot_containers
71
72 hotspot_native_sanity = \
73 native_sanity
74
75 hotspot_containers = \
76 containers
77
78 tier1_common = \
79 sanity/BasicVMTest.java \
80 gtest/GTestWrapper.java
81
82 tier1_compiler = \
83 :tier1_compiler_1 \
84 :tier1_compiler_2 \
85 :tier1_compiler_3 \
86 :tier1_compiler_not_xcomp
87
88 hotspot_not_fast_compiler = \
89 :hotspot_compiler \
90 -:tier1_compiler \
91 -:hotspot_slow_compiler \
92 -compiler/graalunit
93
94 hotspot_slow_compiler = \
95 compiler/codegen/aes \
96 compiler/codecache/stress \
97 compiler/gcbarriers/PreserveFPRegistersTest.java
98
99 tier1_compiler_1 = \
100 compiler/arraycopy/ \
333 -runtime/cds/appcds/ExtraSymbols.java \
334 -runtime/cds/appcds/LongClassListPath.java \
335 -runtime/cds/appcds/LotsOfClasses.java \
336 -runtime/cds/appcds/NonExistClasspath.java \
337 -runtime/cds/appcds/RelativePath.java \
338 -runtime/cds/appcds/SharedArchiveConsistency.java \
339 -runtime/cds/appcds/TestCombinedCompressedFlags.java \
340 -runtime/cds/appcds/TestZGCWithCDS.java \
341 -runtime/cds/appcds/UnusedCPDuringDump.java \
342 -runtime/cds/appcds/VerifierTest_1B.java
343
344 hotspot_cds_relocation = \
345 gc/g1/TestSharedArchiveWithPreTouch.java \
346 runtime/cds \
347 runtime/modules/ModulesSymLink.java \
348 runtime/modules/PatchModule/PatchModuleCDS.java \
349 runtime/modules/PatchModule/PatchModuleClassList.java \
350 runtime/NMT \
351 serviceability/sa \
352 -runtime/cds/DeterministicDump.java
353
354 # A subset of AppCDS tests to be run in tier1
355 tier1_runtime_appcds = \
356 runtime/cds/appcds/HelloTest.java \
357 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
358 runtime/cds/appcds/ClassLoaderTest.java
359
360 tier1_runtime_appcds_exclude = \
361 runtime/cds/appcds/ \
362 -:tier1_runtime_appcds
363
364 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
365 # to test interaction between AppCDS and JFR. It also has the side effect of
366 # testing JVMTI ClassFileLoadHook.
367 #
368 # The excluded tests disallow the jdk.jfr module, which is required to
369 # run with JFR.
370 hotspot_appcds_with_jfr = \
371 runtime/cds/appcds/ \
372 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
|
60
61 hotspot_misc = \
62 / \
63 -applications \
64 -vmTestbase \
65 -:hotspot_compiler \
66 -:hotspot_gc \
67 -:hotspot_runtime \
68 -:hotspot_serviceability \
69 -gc/nvdimm \
70 -:hotspot_containers
71
72 hotspot_native_sanity = \
73 native_sanity
74
75 hotspot_containers = \
76 containers
77
78 tier1_common = \
79 sanity/BasicVMTest.java \
80 gtest/GTestWrapper.java \
81 gtest/MetaspaceGtests.java
82
83 tier1_compiler = \
84 :tier1_compiler_1 \
85 :tier1_compiler_2 \
86 :tier1_compiler_3 \
87 :tier1_compiler_not_xcomp
88
89 hotspot_not_fast_compiler = \
90 :hotspot_compiler \
91 -:tier1_compiler \
92 -:hotspot_slow_compiler \
93 -compiler/graalunit
94
95 hotspot_slow_compiler = \
96 compiler/codegen/aes \
97 compiler/codecache/stress \
98 compiler/gcbarriers/PreserveFPRegistersTest.java
99
100 tier1_compiler_1 = \
101 compiler/arraycopy/ \
334 -runtime/cds/appcds/ExtraSymbols.java \
335 -runtime/cds/appcds/LongClassListPath.java \
336 -runtime/cds/appcds/LotsOfClasses.java \
337 -runtime/cds/appcds/NonExistClasspath.java \
338 -runtime/cds/appcds/RelativePath.java \
339 -runtime/cds/appcds/SharedArchiveConsistency.java \
340 -runtime/cds/appcds/TestCombinedCompressedFlags.java \
341 -runtime/cds/appcds/TestZGCWithCDS.java \
342 -runtime/cds/appcds/UnusedCPDuringDump.java \
343 -runtime/cds/appcds/VerifierTest_1B.java
344
345 hotspot_cds_relocation = \
346 gc/g1/TestSharedArchiveWithPreTouch.java \
347 runtime/cds \
348 runtime/modules/ModulesSymLink.java \
349 runtime/modules/PatchModule/PatchModuleCDS.java \
350 runtime/modules/PatchModule/PatchModuleClassList.java \
351 runtime/NMT \
352 serviceability/sa \
353 -runtime/cds/DeterministicDump.java
354
355 # needs -nativepath:<output>/images/test/hotspot/jtreg/native/
356 hotspot_metaspace = \
357 gtest/MetaspaceGtests.java \
358 gc/metaspace \
359 gc/class_unloading \
360 runtime/Metaspace \
361 vmTestbase/metaspace \
362 runtime/SelectionResolution
363
364 # A subset of AppCDS tests to be run in tier1
365 tier1_runtime_appcds = \
366 runtime/cds/appcds/HelloTest.java \
367 runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
368 runtime/cds/appcds/ClassLoaderTest.java
369
370 tier1_runtime_appcds_exclude = \
371 runtime/cds/appcds/ \
372 -:tier1_runtime_appcds
373
374 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
375 # to test interaction between AppCDS and JFR. It also has the side effect of
376 # testing JVMTI ClassFileLoadHook.
377 #
378 # The excluded tests disallow the jdk.jfr module, which is required to
379 # run with JFR.
380 hotspot_appcds_with_jfr = \
381 runtime/cds/appcds/ \
382 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
|