Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8278016: Add compiler tests to tier{2,3}
Backport-of: f180a4591f52d0af0c030aa85be33c51b06c90ee
  • Loading branch information
shipilev committed Dec 21, 2021
1 parent 5ea8f48 commit cc4a0b1
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions test/hotspot/jtreg/TEST.groups
Expand Up @@ -172,6 +172,50 @@ tier1_compiler_3 = \
-compiler/loopopts/Test7052494.java \
-compiler/runtime/Test6826736.java

tier2_compiler = \
compiler/allocation/ \
compiler/arguments/ \
compiler/calls/ \
compiler/cha/ \
compiler/controldependency/ \
compiler/conversions/ \
compiler/codegen/ \
compiler/linkage/ \
compiler/loopstripmining/ \
compiler/loopopts/Test7052494.java \
compiler/longcountedloops/ \
compiler/intrinsics/bmi \
compiler/intrinsics/mathexact \
compiler/intrinsics/sha \
compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
compiler/intrinsics/zip/TestAdler32.java \
compiler/membars/ \
compiler/onSpinWait/ \
compiler/parsing/ \
compiler/rangechecks/ \
compiler/reflection/ \
compiler/rtm/ \
compiler/runtime/Test6826736.java \
compiler/stable/ \
compiler/stringopts/ \
-:tier1_compiler \
-:hotspot_slow_compiler

tier3_compiler = \
compiler/c2/ \
compiler/ciReplay/ \
compiler/compilercontrol/ \
compiler/debug/ \
compiler/oracle/ \
compiler/print/ \
compiler/relocations/ \
compiler/tiered/ \
compiler/vectorapi/ \
compiler/whitebox/ \
:hotspot_slow_compiler \
-:tier1_compiler \
-:tier2_compiler

tier1_compiler_not_xcomp = \
compiler/profiling

Expand Down Expand Up @@ -456,11 +500,13 @@ tier2 = \
:hotspot_tier2_runtime \
:hotspot_tier2_runtime_platform_agnostic \
:hotspot_tier2_serviceability \
:tier2_compiler \
:tier2_gc_epsilon \
:tier2_gc_shenandoah

tier3 = \
:hotspot_tier3_runtime \
:tier3_compiler \
:tier3_gc_shenandoah

# Everything that is not in other tiers, but not apps
Expand Down

1 comment on commit cc4a0b1

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.