src/share/vm/oops/methodData.cpp

changeset 7171
631667807de7
parent 6911
ce8f6bb717c9
child 7365
600c44255e5f
     1.1 --- a/src/share/vm/oops/methodData.cpp	Thu Sep 11 15:41:43 2014 +0000
     1.2 +++ b/src/share/vm/oops/methodData.cpp	Thu Sep 11 12:18:26 2014 -0700
     1.3 @@ -1153,8 +1153,6 @@
     1.4    _backedge_counter_start = 0;
     1.5    _num_loops = 0;
     1.6    _num_blocks = 0;
     1.7 -  _highest_comp_level = 0;
     1.8 -  _highest_osr_comp_level = 0;
     1.9    _would_profile = true;
    1.10  
    1.11  #if INCLUDE_RTM_OPT

mercurial