< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page

 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_gc = \
 46   gc
 47 
 48 # By design this group should include ALL tests under runtime sub-directory
 49 hotspot_runtime = \
 50   runtime
 51 
 52 hotspot_runtime_no_cds = \
 53   runtime \
 54   -runtime/cds
 55 
 56 hotspot_runtime_non_cds_mode = \
 57   runtime \
 58   -runtime/cds/CheckSharingWithDefaultArchive.java \
 59   -runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java \
 60   -runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java \
 61   -runtime/cds/appcds/jcmd
 62 
 63 hotspot_handshake = \
 64   runtime/handshake
 65 
 66 hotspot_serviceability = \
 67   serviceability
 68 








 69 hotspot_resourcehogs = \
 70   resourcehogs
 71 
 72 hotspot_misc = \
 73   / \
 74  -applications \
 75  -vmTestbase \
 76  -:hotspot_compiler \
 77  -:hotspot_gc \
 78  -:hotspot_runtime \
 79  -:hotspot_serviceability \
 80  -:hotspot_containers
 81 
 82 hotspot_native_sanity = \
 83   native_sanity
 84 
 85 hotspot_containers = \
 86   containers
 87 
 88 # Test sets for running inside container environment

146   sanity/BasicVMTest.java \
147   gtest/GTestWrapper.java \
148   gtest/LockStackGtests.java \
149   gtest/MetaspaceGtests.java \
150   gtest/LargePageGtests.java \
151   gtest/NMTGtests.java \
152   gtest/WindowsProcessorGroups.java
153 
154 tier1_compiler = \
155   :tier1_compiler_1 \
156   :tier1_compiler_2 \
157   :tier1_compiler_3 \
158   :tier1_compiler_not_xcomp
159 
160 hotspot_not_fast_compiler = \
161   :hotspot_compiler \
162   -:tier1_compiler \
163   -:hotspot_slow_compiler
164 
165 hotspot_slow_compiler = \
166   compiler/codegen/aes \
167   compiler/codecache/stress \

168   compiler/gcbarriers/PreserveFPRegistersTest.java \
169   compiler/memoryinitialization/ZeroTLABTest.java \
170   compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java \
171   resourcehogs/compiler \
172   :hotspot_compiler_arraycopy
173 
174 tier1_compiler_1 = \
175   compiler/arraycopy/ \
176   compiler/blackhole/ \
177   compiler/c1/ \
178   compiler/c2/ \
179   -compiler/c2/Test6850611.java \
180   -compiler/c2/cr6890943/Test6890943.java \
181   -compiler/c2/Test6905845.java \
182   -compiler/c2/cr6340864 \
183   -compiler/c2/cr6589834 \
184   -compiler/c2/cr8004867 \
185   -compiler/c2/stemmer \
186   -compiler/c2/Test6792161.java \
187   -compiler/c2/Test6603011.java \

202   compiler/inlining/ \
203   compiler/integerArithmetic/ \
204   compiler/interpreter/ \
205   compiler/jvmci/ \
206   -:hotspot_slow_compiler
207 
208 tier1_compiler_3 = \
209   compiler/intrinsics/ \
210   compiler/jsr292/ \
211   compiler/locks/ \
212   compiler/loopopts/ \
213   compiler/macronodes/ \
214   compiler/memoryinitialization/ \
215   compiler/osr/ \
216   compiler/regalloc/ \
217   compiler/runtime/ \
218   compiler/startup/ \
219   compiler/types/ \
220   compiler/uncommontrap/ \
221   compiler/unsafe/ \

222   compiler/vectorization/ \
223   -compiler/intrinsics/bmi \
224   -compiler/intrinsics/mathexact \
225   -compiler/intrinsics/sha \
226   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
227   -compiler/intrinsics/zip/TestAdler32.java \
228   -compiler/loopopts/Test7052494.java \
229   -compiler/runtime/Test6826736.java
230 
231 tier2_compiler = \
232   compiler/allocation/ \
233   compiler/arguments/ \
234   compiler/calls/ \
235   compiler/cha/ \
236   compiler/controldependency/ \
237   compiler/conversions/ \
238   compiler/codegen/ \
239   compiler/linkage/ \
240   compiler/loopstripmining/ \
241   compiler/loopopts/Test7052494.java \

258 
259 tier3_compiler = \
260   applications/ctw/modules \
261   compiler/c2/ \
262   compiler/ciReplay/ \
263   compiler/compilercontrol/ \
264   compiler/debug/ \
265   compiler/oracle/ \
266   compiler/print/ \
267   compiler/relocations/ \
268   compiler/tiered/ \
269   compiler/vectorapi/ \
270   compiler/whitebox/ \
271   :hotspot_slow_compiler \
272   -:tier1_compiler \
273   -:tier2_compiler
274 
275 tier1_compiler_not_xcomp = \
276   compiler/profiling
277 







278 ctw_1 = \
279   applications/ctw/modules/ \
280   -:ctw_2 \
281   -:ctw_3
282 
283 ctw_2 = \
284   applications/ctw/modules/java_base.java \
285   applications/ctw/modules/java_base_2.java \
286   applications/ctw/modules/java_desktop.java \
287   applications/ctw/modules/java_desktop_2.java
288 
289 ctw_3 = \
290   applications/ctw/modules/java_xml.java \
291   applications/ctw/modules/jdk_compiler.java \
292   applications/ctw/modules/jdk_localedata.java \
293   applications/ctw/modules/jdk_localedata_2.java
294 
295 tier1_gc = \
296   :tier1_gc_1 \
297   :tier1_gc_2 \

404  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
405  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
406  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
407  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
408  -runtime/SelectionResolution/InvokeSpecialICCE.java \
409  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
410  -runtime/SelectionResolution/InvokeStaticICCE.java \
411  -runtime/SelectionResolution/InvokeVirtualICCE.java \
412  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
413  -runtime/cds/CdsSameObjectAlignment.java \
414  -runtime/cds/SharedBaseAddress.java \
415  -runtime/Thread/CancellableThreadTest.java \
416  -runtime/Thread/ThreadCountLimit.java \
417  -runtime/Thread/TestThreadDumpMonitorContention.java \
418  -runtime/Unsafe/RangeCheck.java \
419   sanity/ \
420  -:tier1_runtime_appcds_exclude \
421  -runtime/signal \
422  -runtime/stack
423 




424 hotspot_cds = \
425   runtime/cds/ \
426   runtime/CompressedOops/
427 
428 hotspot_cds_only = \
429   runtime/cds/
430 
431 hotspot_appcds_dynamic = \
432   runtime/cds/appcds/ \
433  -runtime/cds/appcds/cacheObject \
434  -runtime/cds/appcds/complexURI \
435  -runtime/cds/appcds/customLoader \
436  -runtime/cds/appcds/dynamicArchive \
437  -runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java \
438  -runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java \
439  -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
440  -runtime/cds/appcds/javaldr/ArrayTest.java \
441  -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
442  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
443  -runtime/cds/appcds/javaldr/LockDuringDump.java \

 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_gc = \
 46   gc
 47 
 48 # By design this group should include ALL tests under runtime sub-directory
 49 hotspot_runtime = \
 50   runtime \
 51 
 52 hotspot_runtime_no_cds = \
 53   runtime \
 54   -runtime/cds
 55 
 56 hotspot_runtime_non_cds_mode = \
 57   runtime \
 58   -runtime/cds/CheckSharingWithDefaultArchive.java \
 59   -runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java \
 60   -runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java \
 61   -runtime/cds/appcds/jcmd
 62 
 63 hotspot_handshake = \
 64   runtime/handshake
 65 
 66 hotspot_serviceability = \
 67   serviceability
 68 
 69 hotspot_valhalla = \
 70   runtime/valhalla \
 71   compiler/valhalla \
 72   serviceability/jvmti/valhalla
 73 
 74 hotspot_valhalla_runtime = \
 75   runtime/valhalla
 76 
 77 hotspot_resourcehogs = \
 78   resourcehogs
 79 
 80 hotspot_misc = \
 81   / \
 82  -applications \
 83  -vmTestbase \
 84  -:hotspot_compiler \
 85  -:hotspot_gc \
 86  -:hotspot_runtime \
 87  -:hotspot_serviceability \
 88  -:hotspot_containers
 89 
 90 hotspot_native_sanity = \
 91   native_sanity
 92 
 93 hotspot_containers = \
 94   containers
 95 
 96 # Test sets for running inside container environment

154   sanity/BasicVMTest.java \
155   gtest/GTestWrapper.java \
156   gtest/LockStackGtests.java \
157   gtest/MetaspaceGtests.java \
158   gtest/LargePageGtests.java \
159   gtest/NMTGtests.java \
160   gtest/WindowsProcessorGroups.java
161 
162 tier1_compiler = \
163   :tier1_compiler_1 \
164   :tier1_compiler_2 \
165   :tier1_compiler_3 \
166   :tier1_compiler_not_xcomp
167 
168 hotspot_not_fast_compiler = \
169   :hotspot_compiler \
170   -:tier1_compiler \
171   -:hotspot_slow_compiler
172 
173 hotspot_slow_compiler = \

174   compiler/codecache/stress \
175   compiler/codegen/aes \
176   compiler/gcbarriers/PreserveFPRegistersTest.java \
177   compiler/memoryinitialization/ZeroTLABTest.java \
178   compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java \
179   resourcehogs/compiler \
180   :hotspot_compiler_arraycopy
181 
182 tier1_compiler_1 = \
183   compiler/arraycopy/ \
184   compiler/blackhole/ \
185   compiler/c1/ \
186   compiler/c2/ \
187   -compiler/c2/Test6850611.java \
188   -compiler/c2/cr6890943/Test6890943.java \
189   -compiler/c2/Test6905845.java \
190   -compiler/c2/cr6340864 \
191   -compiler/c2/cr6589834 \
192   -compiler/c2/cr8004867 \
193   -compiler/c2/stemmer \
194   -compiler/c2/Test6792161.java \
195   -compiler/c2/Test6603011.java \

210   compiler/inlining/ \
211   compiler/integerArithmetic/ \
212   compiler/interpreter/ \
213   compiler/jvmci/ \
214   -:hotspot_slow_compiler
215 
216 tier1_compiler_3 = \
217   compiler/intrinsics/ \
218   compiler/jsr292/ \
219   compiler/locks/ \
220   compiler/loopopts/ \
221   compiler/macronodes/ \
222   compiler/memoryinitialization/ \
223   compiler/osr/ \
224   compiler/regalloc/ \
225   compiler/runtime/ \
226   compiler/startup/ \
227   compiler/types/ \
228   compiler/uncommontrap/ \
229   compiler/unsafe/ \
230   compiler/valhalla/ \
231   compiler/vectorization/ \
232   -compiler/intrinsics/bmi \
233   -compiler/intrinsics/mathexact \
234   -compiler/intrinsics/sha \
235   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
236   -compiler/intrinsics/zip/TestAdler32.java \
237   -compiler/loopopts/Test7052494.java \
238   -compiler/runtime/Test6826736.java
239 
240 tier2_compiler = \
241   compiler/allocation/ \
242   compiler/arguments/ \
243   compiler/calls/ \
244   compiler/cha/ \
245   compiler/controldependency/ \
246   compiler/conversions/ \
247   compiler/codegen/ \
248   compiler/linkage/ \
249   compiler/loopstripmining/ \
250   compiler/loopopts/Test7052494.java \

267 
268 tier3_compiler = \
269   applications/ctw/modules \
270   compiler/c2/ \
271   compiler/ciReplay/ \
272   compiler/compilercontrol/ \
273   compiler/debug/ \
274   compiler/oracle/ \
275   compiler/print/ \
276   compiler/relocations/ \
277   compiler/tiered/ \
278   compiler/vectorapi/ \
279   compiler/whitebox/ \
280   :hotspot_slow_compiler \
281   -:tier1_compiler \
282   -:tier2_compiler
283 
284 tier1_compiler_not_xcomp = \
285   compiler/profiling
286 
287 tier1_compiler_no_valhalla = \
288   :tier1_compiler_1 \
289   :tier1_compiler_2 \
290   :tier1_compiler_3 \
291   :tier1_compiler_not_xcomp \
292   -compiler/valhalla
293 
294 ctw_1 = \
295   applications/ctw/modules/ \
296   -:ctw_2 \
297   -:ctw_3
298 
299 ctw_2 = \
300   applications/ctw/modules/java_base.java \
301   applications/ctw/modules/java_base_2.java \
302   applications/ctw/modules/java_desktop.java \
303   applications/ctw/modules/java_desktop_2.java
304 
305 ctw_3 = \
306   applications/ctw/modules/java_xml.java \
307   applications/ctw/modules/jdk_compiler.java \
308   applications/ctw/modules/jdk_localedata.java \
309   applications/ctw/modules/jdk_localedata_2.java
310 
311 tier1_gc = \
312   :tier1_gc_1 \
313   :tier1_gc_2 \

420  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
421  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
422  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
423  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
424  -runtime/SelectionResolution/InvokeSpecialICCE.java \
425  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
426  -runtime/SelectionResolution/InvokeStaticICCE.java \
427  -runtime/SelectionResolution/InvokeVirtualICCE.java \
428  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
429  -runtime/cds/CdsSameObjectAlignment.java \
430  -runtime/cds/SharedBaseAddress.java \
431  -runtime/Thread/CancellableThreadTest.java \
432  -runtime/Thread/ThreadCountLimit.java \
433  -runtime/Thread/TestThreadDumpMonitorContention.java \
434  -runtime/Unsafe/RangeCheck.java \
435   sanity/ \
436  -:tier1_runtime_appcds_exclude \
437  -runtime/signal \
438  -runtime/stack
439 
440 tier1_runtime_no_valhalla = \
441   :tier1_runtime \
442   -runtime/valhalla
443 
444 hotspot_cds = \
445   runtime/cds/ \
446   runtime/CompressedOops/
447 
448 hotspot_cds_only = \
449   runtime/cds/
450 
451 hotspot_appcds_dynamic = \
452   runtime/cds/appcds/ \
453  -runtime/cds/appcds/cacheObject \
454  -runtime/cds/appcds/complexURI \
455  -runtime/cds/appcds/customLoader \
456  -runtime/cds/appcds/dynamicArchive \
457  -runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java \
458  -runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java \
459  -runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
460  -runtime/cds/appcds/javaldr/ArrayTest.java \
461  -runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
462  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
463  -runtime/cds/appcds/javaldr/LockDuringDump.java \
< prev index next >