File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,50 @@ tier1_compiler_3 = \
173
173
-compiler/loopopts/Test7052494.java \
174
174
-compiler/runtime/Test6826736.java
175
175
176
+ tier2_compiler = \
177
+ compiler/allocation/ \
178
+ compiler/arguments/ \
179
+ compiler/calls/ \
180
+ compiler/cha/ \
181
+ compiler/controldependency/ \
182
+ compiler/conversions/ \
183
+ compiler/codegen/ \
184
+ compiler/linkage/ \
185
+ compiler/loopstripmining/ \
186
+ compiler/loopopts/Test7052494.java \
187
+ compiler/longcountedloops/ \
188
+ compiler/intrinsics/bmi \
189
+ compiler/intrinsics/mathexact \
190
+ compiler/intrinsics/sha \
191
+ compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
192
+ compiler/intrinsics/zip/TestAdler32.java \
193
+ compiler/membars/ \
194
+ compiler/onSpinWait/ \
195
+ compiler/parsing/ \
196
+ compiler/rangechecks/ \
197
+ compiler/reflection/ \
198
+ compiler/rtm/ \
199
+ compiler/runtime/Test6826736.java \
200
+ compiler/stable/ \
201
+ compiler/stringopts/ \
202
+ -:tier1_compiler \
203
+ -:hotspot_slow_compiler
204
+
205
+ tier3_compiler = \
206
+ compiler/c2/ \
207
+ compiler/ciReplay/ \
208
+ compiler/compilercontrol/ \
209
+ compiler/debug/ \
210
+ compiler/oracle/ \
211
+ compiler/print/ \
212
+ compiler/relocations/ \
213
+ compiler/tiered/ \
214
+ compiler/vectorapi/ \
215
+ compiler/whitebox/ \
216
+ :hotspot_slow_compiler \
217
+ -:tier1_compiler \
218
+ -:tier2_compiler
219
+
176
220
tier1_compiler_not_xcomp = \
177
221
compiler/profiling
178
222
@@ -468,11 +512,13 @@ tier2 = \
468
512
:hotspot_tier2_runtime \
469
513
:hotspot_tier2_runtime_platform_agnostic \
470
514
:hotspot_tier2_serviceability \
515
+ :tier2_compiler \
471
516
:tier2_gc_epsilon \
472
517
:tier2_gc_shenandoah
473
518
474
519
tier3 = \
475
520
:hotspot_tier3_runtime \
521
+ :tier3_compiler \
476
522
:tier3_gc_shenandoah
477
523
478
524
# Everything that is not in other tiers, but not apps
You can’t perform that action at this time.
0 commit comments