comparison src/share/vm/oops/methodData.cpp @ 20528:f0bedf980c65

Merge
author asaha
date Tue, 16 Sep 2014 13:55:38 -0700
parents 631667807de7
children 600c44255e5f
comparison
equal deleted inserted replaced
20527:8cb56c8cb30d 20528:f0bedf980c65
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 _highest_comp_level = 0;
1157 _highest_osr_comp_level = 0;
1158 _would_profile = true; 1156 _would_profile = true;
1159 1157
1160 #if INCLUDE_RTM_OPT 1158 #if INCLUDE_RTM_OPT
1161 _rtm_state = NoRTM; // No RTM lock eliding by default 1159 _rtm_state = NoRTM; // No RTM lock eliding by default
1162 if (UseRTMLocking && 1160 if (UseRTMLocking &&