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,1141 **** --- 1132,1142 ---- _invocation_counter_start = 0; _backedge_counter_start = 0; _tenure_traps = 0; _num_loops = 0; _num_blocks = 0; + _stats_valid = false; _would_profile = true; #if INCLUDE_RTM_OPT _rtm_state = NoRTM; // No RTM lock eliding by default if (UseRTMLocking &&
src/share/vm/oops/methodData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File