--- old/src/share/vm/runtime/arguments.hpp 2015-03-26 14:18:27.625989527 +0100 +++ new/src/share/vm/runtime/arguments.hpp 2015-03-26 14:18:27.465852230 +0100 @@ -323,6 +323,8 @@ static bool _BackgroundCompilation; static bool _ClipInlining; static bool _CIDynamicCompilePriority; + static intx _Tier3InvokeNotifyFreqLog; + static intx _Tier4InvocationThreshold; // Tiered static void set_tiered_flags();