src/share/vm/memory/universe.hpp

changeset 5097
92ef81e2f571
parent 5018
b06ac540229e
child 5237
f2110083203d
child 5249
ce9ecec70f99
equal deleted inserted replaced
5094:c272092594bd 5097:92ef81e2f571
88 88
89 public: 89 public:
90 ActiveMethodOopsCache() { _prev_methods = NULL; } 90 ActiveMethodOopsCache() { _prev_methods = NULL; }
91 ~ActiveMethodOopsCache(); 91 ~ActiveMethodOopsCache();
92 92
93 void add_previous_version(Method* const method); 93 void add_previous_version(Method* method);
94 bool is_same_method(Method* const method) const; 94 bool is_same_method(const Method* method) const;
95 }; 95 };
96 96
97 97
98 // A helper class for caching a Method* when the user of the cache 98 // A helper class for caching a Method* when the user of the cache
99 // only cares about the latest version of the Method*. 99 // only cares about the latest version of the Method*.

mercurial