diff src/share/vm/memory/universe.hpp @ 11017:ce9ecec70f99

Merge
author chegar
date Thu, 23 May 2013 12:44:18 +0100
parents 7ee0d5c53c78 92ef81e2f571
children 3a0774193f71
line wrap: on
line diff
--- a/src/share/vm/memory/universe.hpp	Thu May 16 11:44:33 2013 +0100
+++ b/src/share/vm/memory/universe.hpp	Thu May 23 12:44:18 2013 +0100
@@ -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;
 };