hotspot/src/share/vm/memory/universe.hpp
changeset 17370 59a0620561fa
parent 17112 e49af4ba7755
child 18025 b7bcf7497f93
child 18063 3a0a5b11ab14
--- a/hotspot/src/share/vm/memory/universe.hpp	Wed May 08 21:06:46 2013 -0400
+++ b/hotspot/src/share/vm/memory/universe.hpp	Fri May 10 08:27:30 2013 -0700
@@ -90,8 +90,8 @@
   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;
 };