Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8278016: Add compiler tests to tier{2,3} #18

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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