src/share/vm/oops/methodData.hpp

changeset 5097
92ef81e2f571
parent 4908
b84fd7d73702
child 5726
69f26e8e09f9
child 6470
abe03600372a
     1.1 --- a/src/share/vm/oops/methodData.hpp	Wed May 08 21:06:46 2013 -0400
     1.2 +++ b/src/share/vm/oops/methodData.hpp	Fri May 10 08:27:30 2013 -0700
     1.3 @@ -1338,9 +1338,9 @@
     1.4    void set_would_profile(bool p)              { _would_profile = p;    }
     1.5    bool would_profile() const                  { return _would_profile; }
     1.6  
     1.7 -  int highest_comp_level()                    { return _highest_comp_level;      }
     1.8 +  int highest_comp_level() const              { return _highest_comp_level;      }
     1.9    void set_highest_comp_level(int level)      { _highest_comp_level = level;     }
    1.10 -  int highest_osr_comp_level()                { return _highest_osr_comp_level;  }
    1.11 +  int highest_osr_comp_level() const          { return _highest_osr_comp_level;  }
    1.12    void set_highest_osr_comp_level(int level)  { _highest_osr_comp_level = level; }
    1.13  
    1.14    int num_loops() const                       { return _num_loops;  }

mercurial