src/share/vm/oops/methodData.cpp

changeset 7365
600c44255e5f
parent 7171
631667807de7
child 7535
7ae4e26cb1e0
child 9183
f95c67788f18
equal deleted inserted replaced
7364:f84125b6f69a 7365:600c44255e5f
1151 _backedge_counter.init(); 1151 _backedge_counter.init();
1152 _invocation_counter_start = 0; 1152 _invocation_counter_start = 0;
1153 _backedge_counter_start = 0; 1153 _backedge_counter_start = 0;
1154 _num_loops = 0; 1154 _num_loops = 0;
1155 _num_blocks = 0; 1155 _num_blocks = 0;
1156 _would_profile = true; 1156 _would_profile = unknown;
1157 1157
1158 #if INCLUDE_RTM_OPT 1158 #if INCLUDE_RTM_OPT
1159 _rtm_state = NoRTM; // No RTM lock eliding by default 1159 _rtm_state = NoRTM; // No RTM lock eliding by default
1160 if (UseRTMLocking && 1160 if (UseRTMLocking &&
1161 !CompilerOracle::has_option_string(_method, "NoRTMLockEliding")) { 1161 !CompilerOracle::has_option_string(_method, "NoRTMLockEliding")) {

mercurial