src/share/vm/memory/universe.hpp

changeset 5097
92ef81e2f571
parent 5018
b06ac540229e
child 5237
f2110083203d
child 5249
ce9ecec70f99
     1.1 --- a/src/share/vm/memory/universe.hpp	Wed May 08 21:06:46 2013 -0400
     1.2 +++ b/src/share/vm/memory/universe.hpp	Fri May 10 08:27:30 2013 -0700
     1.3 @@ -90,8 +90,8 @@
     1.4    ActiveMethodOopsCache()   { _prev_methods = NULL; }
     1.5    ~ActiveMethodOopsCache();
     1.6  
     1.7 -  void add_previous_version(Method* const method);
     1.8 -  bool is_same_method(Method* const method) const;
     1.9 +  void add_previous_version(Method* method);
    1.10 +  bool is_same_method(const Method* method) const;
    1.11  };
    1.12  
    1.13  

mercurial