mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
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:
parent
7275456c3a
commit
6dc6f53f6a
5 changed files with 58 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue