mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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:
parent
b690259da4
commit
b81d606a4c
3 changed files with 17 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue