< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page

 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_runtime_non_cds_mode = \
 61   runtime \
 62   -runtime/cds/CheckSharingWithDefaultArchive.java \
 63   -runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java \
 64   -runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java \
 65   -runtime/cds/appcds/jcmd
 66 
 67 hotspot_handshake = \
 68   runtime/handshake
 69 
 70 hotspot_serviceability = \
 71   serviceability
 72 








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

150   sanity/BasicVMTest.java \
151   gtest/GTestWrapper.java \
152   gtest/LockStackGtests.java \
153   gtest/MetaspaceGtests.java \
154   gtest/LargePageGtests.java \
155   gtest/NMTGtests.java \
156   gtest/WindowsProcessorGroups.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/codegen/aes \
171   compiler/codecache/stress \

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 \

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/vectorization/ \
227   -compiler/intrinsics/bmi \
228   -compiler/intrinsics/mathexact \
229   -compiler/intrinsics/sha \
230   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
231   -compiler/intrinsics/zip/TestAdler32.java \
232   -compiler/loopopts/Test7052494.java \
233   -compiler/runtime/Test6826736.java
234 
235 tier2_compiler = \
236   compiler/allocation/ \
237   compiler/arguments/ \
238   compiler/calls/ \
239   compiler/cha/ \
240   compiler/controldependency/ \
241   compiler/conversions/ \
242   compiler/codegen/ \
243   compiler/linkage/ \
244   compiler/loopstripmining/ \
245   compiler/loopopts/Test7052494.java \

262 
263 tier3_compiler = \
264   applications/ctw/modules \
265   compiler/c2/ \
266   compiler/ciReplay/ \
267   compiler/compilercontrol/ \
268   compiler/debug/ \
269   compiler/oracle/ \
270   compiler/print/ \
271   compiler/relocations/ \
272   compiler/tiered/ \
273   compiler/vectorapi/ \
274   compiler/whitebox/ \
275   :hotspot_slow_compiler \
276   -:tier1_compiler \
277   -:tier2_compiler
278 
279 tier1_compiler_not_xcomp = \
280   compiler/profiling
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/SelectionResolution/AbstractMethodErrorTest.java \
409  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
410  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
411  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
412  -runtime/SelectionResolution/InvokeSpecialICCE.java \
413  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
414  -runtime/SelectionResolution/InvokeStaticICCE.java \
415  -runtime/SelectionResolution/InvokeVirtualICCE.java \
416  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
417  -runtime/cds/CdsSameObjectAlignment.java \
418  -runtime/cds/SharedBaseAddress.java \
419  -runtime/Thread/CancellableThreadTest.java \
420  -runtime/Thread/ThreadCountLimit.java \
421  -runtime/Thread/TestThreadDumpMonitorContention.java \
422  -runtime/Unsafe/RangeCheck.java \
423   sanity/ \
424  -:tier1_runtime_appcds_exclude \
425  -runtime/signal \
426  -runtime/stack
427 




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

 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_runtime_non_cds_mode = \
 61   runtime \
 62   -runtime/cds/CheckSharingWithDefaultArchive.java \
 63   -runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java \
 64   -runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java \
 65   -runtime/cds/appcds/jcmd
 66 
 67 hotspot_handshake = \
 68   runtime/handshake
 69 
 70 hotspot_serviceability = \
 71   serviceability
 72 
 73 hotspot_valhalla = \
 74   runtime/valhalla \
 75   compiler/valhalla \
 76   serviceability/jvmti/valhalla
 77 
 78 hotspot_valhalla_runtime = \
 79   runtime/valhalla
 80 
 81 hotspot_resourcehogs = \
 82   resourcehogs
 83 
 84 hotspot_misc = \
 85   / \
 86  -applications \
 87  -vmTestbase \
 88  -:hotspot_compiler \
 89  -:hotspot_gc \
 90  -:hotspot_runtime \
 91  -:hotspot_serviceability \
 92  -:hotspot_containers
 93 
 94 hotspot_native_sanity = \
 95   native_sanity
 96 
 97 hotspot_containers = \
 98   containers
 99 
100 # Test sets for running inside container environment

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

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

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

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

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