mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
Merge
This commit is contained in:
commit
988a08a49f
1342 changed files with 79659 additions and 33265 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue