changeset 30201 | cfe623bb3f9c |
parent 29697 | 92501504191b |
child 31371 | 311143309e73 |
--- a/hotspot/src/share/vm/runtime/arguments.hpp Fri Mar 27 10:19:18 2015 +0000 +++ b/hotspot/src/share/vm/runtime/arguments.hpp Mon Mar 23 17:09:41 2015 +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();