Skip to content

Commit cc4a0b1

Browse files
committed
8278016: Add compiler tests to tier{2,3}
Backport-of: f180a4591f52d0af0c030aa85be33c51b06c90ee
1 parent 5ea8f48 commit cc4a0b1

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

test/hotspot/jtreg/TEST.groups

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,50 @@ tier1_compiler_3 = \
172172
-compiler/loopopts/Test7052494.java \
173173
-compiler/runtime/Test6826736.java
174174

175+
tier2_compiler = \
176+
compiler/allocation/ \
177+
compiler/arguments/ \
178+
compiler/calls/ \
179+
compiler/cha/ \
180+
compiler/controldependency/ \
181+
compiler/conversions/ \
182+
compiler/codegen/ \
183+
compiler/linkage/ \
184+
compiler/loopstripmining/ \
185+
compiler/loopopts/Test7052494.java \
186+
compiler/longcountedloops/ \
187+
compiler/intrinsics/bmi \
188+
compiler/intrinsics/mathexact \
189+
compiler/intrinsics/sha \
190+
compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
191+
compiler/intrinsics/zip/TestAdler32.java \
192+
compiler/membars/ \
193+
compiler/onSpinWait/ \
194+
compiler/parsing/ \
195+
compiler/rangechecks/ \
196+
compiler/reflection/ \
197+
compiler/rtm/ \
198+
compiler/runtime/Test6826736.java \
199+
compiler/stable/ \
200+
compiler/stringopts/ \
201+
-:tier1_compiler \
202+
-:hotspot_slow_compiler
203+
204+
tier3_compiler = \
205+
compiler/c2/ \
206+
compiler/ciReplay/ \
207+
compiler/compilercontrol/ \
208+
compiler/debug/ \
209+
compiler/oracle/ \
210+
compiler/print/ \
211+
compiler/relocations/ \
212+
compiler/tiered/ \
213+
compiler/vectorapi/ \
214+
compiler/whitebox/ \
215+
:hotspot_slow_compiler \
216+
-:tier1_compiler \
217+
-:tier2_compiler
218+
175219
tier1_compiler_not_xcomp = \
176220
compiler/profiling
177221

@@ -456,11 +500,13 @@ tier2 = \
456500
:hotspot_tier2_runtime \
457501
:hotspot_tier2_runtime_platform_agnostic \
458502
:hotspot_tier2_serviceability \
503+
:tier2_compiler \
459504
:tier2_gc_epsilon \
460505
:tier2_gc_shenandoah
461506

462507
tier3 = \
463508
:hotspot_tier3_runtime \
509+
:tier3_compiler \
464510
:tier3_gc_shenandoah
465511

466512
# Everything that is not in other tiers, but not apps

0 commit comments

Comments
 (0)