8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters

Tiered policy requires highest compilation levels always available

Reviewed-by: kvn, vlivanov
This commit is contained in:
Igor Veresov 2014-09-11 00:04:50 -07:00
parent 7275456c3a
commit 6dc6f53f6a
5 changed files with 58 additions and 24 deletions

View file

@ -1134,8 +1134,6 @@ void MethodData::init() {
_tenure_traps = 0;
_num_loops = 0;
_num_blocks = 0;
_highest_comp_level = 0;
_highest_osr_comp_level = 0;
_would_profile = true;
#if INCLUDE_RTM_OPT