< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page

 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_resourcehogs = \
 60   resourcehogs
 61 
 62 hotspot_misc = \
 63   / \
 64  -applications \
 65  -vmTestbase \
 66  -:hotspot_compiler \
 67  -:hotspot_gc \
 68  -:hotspot_runtime \
 69  -:hotspot_serviceability \
 70  -:hotspot_containers
 71 
 72 hotspot_native_sanity = \
 73   native_sanity
 74 
 75 hotspot_containers = \
 76   containers
 77 
 78 # Test sets for running inside container environment

127 
128 tier1_common = \
129   sanity/BasicVMTest.java \
130   gtest/GTestWrapper.java \
131   gtest/MetaspaceGtests.java \
132   gtest/LargePageGtests.java \
133   gtest/NMTGtests.java \
134 
135 tier1_compiler = \
136   :tier1_compiler_1 \
137   :tier1_compiler_2 \
138   :tier1_compiler_3 \
139   :tier1_compiler_not_xcomp
140 
141 hotspot_not_fast_compiler = \
142   :hotspot_compiler \
143   -:tier1_compiler \
144   -:hotspot_slow_compiler
145 
146 hotspot_slow_compiler = \
147   compiler/codegen/aes \
148   compiler/codecache/stress \

149   compiler/gcbarriers/PreserveFPRegistersTest.java \
150   resourcehogs/compiler \
151   :hotspot_compiler_arraycopy
152 
153 tier1_compiler_1 = \
154   compiler/arraycopy/ \
155   compiler/blackhole/ \
156   compiler/c1/ \
157   compiler/c2/ \
158   -compiler/c2/Test6850611.java \
159   -compiler/c2/cr6890943/Test6890943.java \
160   -compiler/c2/Test6905845.java \
161   -compiler/c2/cr6340864 \
162   -compiler/c2/cr6589834 \
163   -compiler/c2/cr8004867 \
164   -compiler/c2/stemmer \
165   -compiler/c2/Test6792161.java \
166   -compiler/c2/Test6603011.java \
167   -compiler/c2/Test6912517.java \
168   -:hotspot_slow_compiler

181   compiler/inlining/ \
182   compiler/integerArithmetic/ \
183   compiler/interpreter/ \
184   compiler/jvmci/ \
185   -:hotspot_slow_compiler
186 
187 tier1_compiler_3 = \
188   compiler/intrinsics/ \
189   compiler/jsr292/ \
190   compiler/locks/ \
191   compiler/loopopts/ \
192   compiler/macronodes/ \
193   compiler/memoryinitialization/ \
194   compiler/osr/ \
195   compiler/regalloc/ \
196   compiler/runtime/ \
197   compiler/startup/ \
198   compiler/types/ \
199   compiler/uncommontrap/ \
200   compiler/unsafe/ \

201   compiler/vectorization/ \
202   -compiler/intrinsics/bmi \
203   -compiler/intrinsics/mathexact \
204   -compiler/intrinsics/sha \
205   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
206   -compiler/intrinsics/zip/TestAdler32.java \
207   -compiler/loopopts/Test7052494.java \
208   -compiler/runtime/Test6826736.java
209 
210 tier2_compiler = \
211   compiler/allocation/ \
212   compiler/arguments/ \
213   compiler/calls/ \
214   compiler/cha/ \
215   compiler/controldependency/ \
216   compiler/conversions/ \
217   compiler/codegen/ \
218   compiler/linkage/ \
219   compiler/loopstripmining/ \
220   compiler/loopopts/Test7052494.java \

237   -:hotspot_slow_compiler
238 
239 tier3_compiler = \
240   compiler/c2/ \
241   compiler/ciReplay/ \
242   compiler/compilercontrol/ \
243   compiler/debug/ \
244   compiler/oracle/ \
245   compiler/print/ \
246   compiler/relocations/ \
247   compiler/tiered/ \
248   compiler/vectorapi/ \
249   compiler/whitebox/ \
250   :hotspot_slow_compiler \
251   -:tier1_compiler \
252   -:tier2_compiler
253 
254 tier1_compiler_not_xcomp = \
255   compiler/profiling
256 







257 ctw_1 = \
258   applications/ctw/modules/ \
259   -:ctw_2 \
260   -:ctw_3
261 
262 ctw_2 = \
263   applications/ctw/modules/java_base.java \
264   applications/ctw/modules/java_base_2.java \
265   applications/ctw/modules/java_desktop.java \
266   applications/ctw/modules/java_desktop_2.java
267 
268 ctw_3 = \
269   applications/ctw/modules/java_xml.java \
270   applications/ctw/modules/jdk_compiler.java \
271   applications/ctw/modules/jdk_localedata.java \
272   applications/ctw/modules/jdk_localedata_2.java
273 
274 tier1_gc = \
275   :tier1_gc_1 \
276   :tier1_gc_2 \

385  -runtime/ReservedStack \
386  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
387  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
388  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
389  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
390  -runtime/SelectionResolution/InvokeSpecialICCE.java \
391  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
392  -runtime/SelectionResolution/InvokeStaticICCE.java \
393  -runtime/SelectionResolution/InvokeVirtualICCE.java \
394  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
395  -runtime/cds/CdsSameObjectAlignment.java \
396  -runtime/cds/SharedBaseAddress.java \
397  -runtime/Thread/CancellableThreadTest.java \
398  -runtime/Thread/ThreadCountLimit.java \
399  -runtime/Thread/TestThreadDumpMonitorContention.java \
400  -runtime/Unsafe/RangeCheck.java \
401   sanity/ \
402  -:tier1_runtime_appcds_exclude \
403  -runtime/signal
404 




405 hotspot_cds = \
406   runtime/cds/ \
407   runtime/CompressedOops/
408 
409 hotspot_cds_only = \
410   runtime/cds/
411 
412 hotspot_appcds_dynamic = \
413   runtime/cds/appcds/ \
414  -runtime/cds/appcds/cacheObject \
415  -runtime/cds/appcds/customLoader \
416  -runtime/cds/appcds/dynamicArchive \
417  -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
418  -runtime/cds/appcds/javaldr/ArrayTest.java \
419  -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
420  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
421  -runtime/cds/appcds/javaldr/HumongousDuringDump.java \
422  -runtime/cds/appcds/javaldr/LockDuringDump.java \
423  -runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \
424  -runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \

 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

135 
136 tier1_common = \
137   sanity/BasicVMTest.java \
138   gtest/GTestWrapper.java \
139   gtest/MetaspaceGtests.java \
140   gtest/LargePageGtests.java \
141   gtest/NMTGtests.java \
142 
143 tier1_compiler = \
144   :tier1_compiler_1 \
145   :tier1_compiler_2 \
146   :tier1_compiler_3 \
147   :tier1_compiler_not_xcomp
148 
149 hotspot_not_fast_compiler = \
150   :hotspot_compiler \
151   -:tier1_compiler \
152   -:hotspot_slow_compiler
153 
154 hotspot_slow_compiler = \

155   compiler/codecache/stress \
156   compiler/codegen/aes \
157   compiler/gcbarriers/PreserveFPRegistersTest.java \
158   resourcehogs/compiler \
159   :hotspot_compiler_arraycopy
160 
161 tier1_compiler_1 = \
162   compiler/arraycopy/ \
163   compiler/blackhole/ \
164   compiler/c1/ \
165   compiler/c2/ \
166   -compiler/c2/Test6850611.java \
167   -compiler/c2/cr6890943/Test6890943.java \
168   -compiler/c2/Test6905845.java \
169   -compiler/c2/cr6340864 \
170   -compiler/c2/cr6589834 \
171   -compiler/c2/cr8004867 \
172   -compiler/c2/stemmer \
173   -compiler/c2/Test6792161.java \
174   -compiler/c2/Test6603011.java \
175   -compiler/c2/Test6912517.java \
176   -:hotspot_slow_compiler

189   compiler/inlining/ \
190   compiler/integerArithmetic/ \
191   compiler/interpreter/ \
192   compiler/jvmci/ \
193   -:hotspot_slow_compiler
194 
195 tier1_compiler_3 = \
196   compiler/intrinsics/ \
197   compiler/jsr292/ \
198   compiler/locks/ \
199   compiler/loopopts/ \
200   compiler/macronodes/ \
201   compiler/memoryinitialization/ \
202   compiler/osr/ \
203   compiler/regalloc/ \
204   compiler/runtime/ \
205   compiler/startup/ \
206   compiler/types/ \
207   compiler/uncommontrap/ \
208   compiler/unsafe/ \
209   compiler/valhalla/ \
210   compiler/vectorization/ \
211   -compiler/intrinsics/bmi \
212   -compiler/intrinsics/mathexact \
213   -compiler/intrinsics/sha \
214   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
215   -compiler/intrinsics/zip/TestAdler32.java \
216   -compiler/loopopts/Test7052494.java \
217   -compiler/runtime/Test6826736.java
218 
219 tier2_compiler = \
220   compiler/allocation/ \
221   compiler/arguments/ \
222   compiler/calls/ \
223   compiler/cha/ \
224   compiler/controldependency/ \
225   compiler/conversions/ \
226   compiler/codegen/ \
227   compiler/linkage/ \
228   compiler/loopstripmining/ \
229   compiler/loopopts/Test7052494.java \

246   -:hotspot_slow_compiler
247 
248 tier3_compiler = \
249   compiler/c2/ \
250   compiler/ciReplay/ \
251   compiler/compilercontrol/ \
252   compiler/debug/ \
253   compiler/oracle/ \
254   compiler/print/ \
255   compiler/relocations/ \
256   compiler/tiered/ \
257   compiler/vectorapi/ \
258   compiler/whitebox/ \
259   :hotspot_slow_compiler \
260   -:tier1_compiler \
261   -:tier2_compiler
262 
263 tier1_compiler_not_xcomp = \
264   compiler/profiling
265 
266 tier1_compiler_no_valhalla = \
267   :tier1_compiler_1 \
268   :tier1_compiler_2 \
269   :tier1_compiler_3 \
270   :tier1_compiler_not_xcomp \
271   -compiler/valhalla
272 
273 ctw_1 = \
274   applications/ctw/modules/ \
275   -:ctw_2 \
276   -:ctw_3
277 
278 ctw_2 = \
279   applications/ctw/modules/java_base.java \
280   applications/ctw/modules/java_base_2.java \
281   applications/ctw/modules/java_desktop.java \
282   applications/ctw/modules/java_desktop_2.java
283 
284 ctw_3 = \
285   applications/ctw/modules/java_xml.java \
286   applications/ctw/modules/jdk_compiler.java \
287   applications/ctw/modules/jdk_localedata.java \
288   applications/ctw/modules/jdk_localedata_2.java
289 
290 tier1_gc = \
291   :tier1_gc_1 \
292   :tier1_gc_2 \

401  -runtime/ReservedStack \
402  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
403  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
404  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
405  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
406  -runtime/SelectionResolution/InvokeSpecialICCE.java \
407  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
408  -runtime/SelectionResolution/InvokeStaticICCE.java \
409  -runtime/SelectionResolution/InvokeVirtualICCE.java \
410  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
411  -runtime/cds/CdsSameObjectAlignment.java \
412  -runtime/cds/SharedBaseAddress.java \
413  -runtime/Thread/CancellableThreadTest.java \
414  -runtime/Thread/ThreadCountLimit.java \
415  -runtime/Thread/TestThreadDumpMonitorContention.java \
416  -runtime/Unsafe/RangeCheck.java \
417   sanity/ \
418  -:tier1_runtime_appcds_exclude \
419  -runtime/signal
420 
421 tier1_runtime_no_valhalla = \
422   :tier1_runtime \
423   -runtime/valhalla
424 
425 hotspot_cds = \
426   runtime/cds/ \
427   runtime/CompressedOops/
428 
429 hotspot_cds_only = \
430   runtime/cds/
431 
432 hotspot_appcds_dynamic = \
433   runtime/cds/appcds/ \
434  -runtime/cds/appcds/cacheObject \
435  -runtime/cds/appcds/customLoader \
436  -runtime/cds/appcds/dynamicArchive \
437  -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
438  -runtime/cds/appcds/javaldr/ArrayTest.java \
439  -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
440  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
441  -runtime/cds/appcds/javaldr/HumongousDuringDump.java \
442  -runtime/cds/appcds/javaldr/LockDuringDump.java \
443  -runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \
444  -runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \
< prev index next >