hotspot/src/share/vm/oops/cpCache.hpp
changeset 30289 10b7b61d759a
parent 29316 5287df8a8972
child 33593 60764a78fa5c
--- a/hotspot/src/share/vm/oops/cpCache.hpp	Mon Apr 27 09:02:41 2015 -0700
+++ b/hotspot/src/share/vm/oops/cpCache.hpp	Mon Apr 27 19:51:00 2015 -0700
@@ -477,8 +477,6 @@
   // trace_name_printed is set to true if the current call has
   // printed the klass name so that other routines in the adjust_*
   // group don't print the klass name.
-  void adjust_method_entries(Method** old_methods, Method** new_methods,
-                             int methods_length, bool* trace_name_printed);
   void adjust_method_entries(InstanceKlass* holder, bool* trace_name_printed);
   bool check_no_old_or_obsolete_entries();
   void dump_cache();