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 @@ -172,6 +172,50 @@ tier1_compiler_3 = \
172
172
-compiler/loopopts/Test7052494.java \
173
173
-compiler/runtime/Test6826736.java
174
174
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
+
175
219
tier1_compiler_not_xcomp = \
176
220
compiler/profiling
177
221
@@ -456,11 +500,13 @@ tier2 = \
456
500
:hotspot_tier2_runtime \
457
501
:hotspot_tier2_runtime_platform_agnostic \
458
502
:hotspot_tier2_serviceability \
503
+ :tier2_compiler \
459
504
:tier2_gc_epsilon \
460
505
:tier2_gc_shenandoah
461
506
462
507
tier3 = \
463
508
:hotspot_tier3_runtime \
509
+ :tier3_compiler \
464
510
:tier3_gc_shenandoah
465
511
466
512
# Everything that is not in other tiers, but not apps
You can’t perform that action at this time.
0 commit comments