src/share/vm/oops/methodData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/oops/methodData.cpp

src/share/vm/oops/methodData.cpp

Print this page

        

*** 1132,1142 **** _invocation_counter_start = 0; _backedge_counter_start = 0; _tenure_traps = 0; _num_loops = 0; _num_blocks = 0; ! _would_profile = true; #if INCLUDE_RTM_OPT _rtm_state = NoRTM; // No RTM lock eliding by default if (UseRTMLocking && !CompilerOracle::has_option_string(_method, "NoRTMLockEliding")) { --- 1132,1142 ---- _invocation_counter_start = 0; _backedge_counter_start = 0; _tenure_traps = 0; _num_loops = 0; _num_blocks = 0; ! _would_profile = unknown; #if INCLUDE_RTM_OPT _rtm_state = NoRTM; // No RTM lock eliding by default if (UseRTMLocking && !CompilerOracle::has_option_string(_method, "NoRTMLockEliding")) {
src/share/vm/oops/methodData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File