< prev index next >

src/hotspot/share/runtime/objectMonitor.hpp

Print this page
rev 50074 : 8132287: obsolete the "InlineNotify" flag option
Reviewed-by:

*** 197,206 **** --- 197,207 ---- static PerfCounter * _sync_Inflations; static PerfCounter * _sync_Deflations; static PerfLongVariable * _sync_MonExtant; static int Knob_ExitRelease; + static int Knob_InlineNotify; static int Knob_Verbose; static int Knob_VerifyInUse; static int Knob_VerifyMatch; static int Knob_SpinLimit;
< prev index next >