< 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

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

156   compiler/gcbarriers/PreserveFPRegistersTest.java \
157   compiler/memoryinitialization/ZeroTLABTest.java \
158   compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java \
159   resourcehogs/compiler \
160   :hotspot_compiler_arraycopy
161 
162 tier1_compiler_1 = \
163   compiler/arraycopy/ \
164   compiler/blackhole/ \
165   compiler/c1/ \
166   compiler/c2/ \
167   -compiler/c2/Test6850611.java \
168   -compiler/c2/cr6890943/Test6890943.java \
169   -compiler/c2/Test6905845.java \
170   -compiler/c2/cr6340864 \
171   -compiler/c2/cr6589834 \
172   -compiler/c2/cr8004867 \
173   -compiler/c2/stemmer \
174   -compiler/c2/Test6792161.java \
175   -compiler/c2/Test6603011.java \

190   compiler/inlining/ \
191   compiler/integerArithmetic/ \
192   compiler/interpreter/ \
193   compiler/jvmci/ \
194   -:hotspot_slow_compiler
195 
196 tier1_compiler_3 = \
197   compiler/intrinsics/ \
198   compiler/jsr292/ \
199   compiler/locks/ \
200   compiler/loopopts/ \
201   compiler/macronodes/ \
202   compiler/memoryinitialization/ \
203   compiler/osr/ \
204   compiler/regalloc/ \
205   compiler/runtime/ \
206   compiler/startup/ \
207   compiler/types/ \
208   compiler/uncommontrap/ \
209   compiler/unsafe/ \

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 ctw_1 = \
267   applications/ctw/modules/ \
268   -:ctw_2 \
269   -:ctw_3
270 
271 ctw_2 = \
272   applications/ctw/modules/java_base.java \
273   applications/ctw/modules/java_base_2.java \
274   applications/ctw/modules/java_desktop.java \
275   applications/ctw/modules/java_desktop_2.java
276 
277 ctw_3 = \
278   applications/ctw/modules/java_xml.java \
279   applications/ctw/modules/jdk_compiler.java \
280   applications/ctw/modules/jdk_localedata.java \
281   applications/ctw/modules/jdk_localedata_2.java
282 
283 tier1_gc = \
284   :tier1_gc_1 \
285   :tier1_gc_2 \

392  -runtime/ReservedStack \
393  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
394  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
395  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
396  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
397  -runtime/SelectionResolution/InvokeSpecialICCE.java \
398  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
399  -runtime/SelectionResolution/InvokeStaticICCE.java \
400  -runtime/SelectionResolution/InvokeVirtualICCE.java \
401  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
402  -runtime/cds/CdsSameObjectAlignment.java \
403  -runtime/cds/SharedBaseAddress.java \
404  -runtime/Thread/CancellableThreadTest.java \
405  -runtime/Thread/ThreadCountLimit.java \
406  -runtime/Thread/TestThreadDumpMonitorContention.java \
407  -runtime/Unsafe/RangeCheck.java \
408   sanity/ \
409  -:tier1_runtime_appcds_exclude \
410  -runtime/signal
411 




412 hotspot_cds = \
413   runtime/cds/ \
414   runtime/CompressedOops/
415 
416 hotspot_cds_only = \
417   runtime/cds/
418 
419 hotspot_appcds_dynamic = \
420   runtime/cds/appcds/ \
421  -runtime/cds/appcds/cacheObject \
422  -runtime/cds/appcds/customLoader \
423  -runtime/cds/appcds/dynamicArchive \
424  -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
425  -runtime/cds/appcds/javaldr/ArrayTest.java \
426  -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
427  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
428  -runtime/cds/appcds/javaldr/LockDuringDump.java \
429  -runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \
430  -runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \
431  -runtime/cds/appcds/jcmd/JCmdTestFileSafety.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

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 \

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 \

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 \

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 \
< prev index next >