8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies

-Xmixed following -Xcomp doesn't undo the effect of -Xcomp with tiered on

Reviewed-by: kvn, vlivanov
This commit is contained in:
Roland Westrelin 2015-03-23 17:09:41 +01:00
parent b690259da4
commit b81d606a4c
3 changed files with 17 additions and 2 deletions

View file

@ -323,6 +323,8 @@ class Arguments : AllStatic {
static bool _BackgroundCompilation;
static bool _ClipInlining;
static bool _CIDynamicCompilePriority;
static intx _Tier3InvokeNotifyFreqLog;
static intx _Tier4InvocationThreshold;
// Tiered
static void set_tiered_flags();