This commit is contained in:
Chris Hegarty 2013-05-23 12:44:18 +01:00
commit 988a08a49f
1342 changed files with 79659 additions and 33265 deletions

View file

@ -90,8 +90,8 @@ class ActiveMethodOopsCache : public CommonMethodOopCache {
ActiveMethodOopsCache() { _prev_methods = NULL; }
~ActiveMethodOopsCache();
void add_previous_version(Method* const method);
bool is_same_method(Method* const method) const;
void add_previous_version(Method* method);
bool is_same_method(const Method* method) const;
};