src/share/vm/oops/cpCache.hpp

changeset 7795
157895117ad5
parent 7636
fdde6a70ea85
child 7994
04ff2f6cd0eb
child 8368
32b682649973
     1.1 --- a/src/share/vm/oops/cpCache.hpp	Wed Apr 29 11:22:15 2015 +0200
     1.2 +++ b/src/share/vm/oops/cpCache.hpp	Thu Apr 30 03:31:58 2015 -0700
     1.3 @@ -476,8 +476,6 @@
     1.4    // trace_name_printed is set to true if the current call has
     1.5    // printed the klass name so that other routines in the adjust_*
     1.6    // group don't print the klass name.
     1.7 -  void adjust_method_entries(Method** old_methods, Method** new_methods,
     1.8 -                             int methods_length, bool* trace_name_printed);
     1.9    void adjust_method_entries(InstanceKlass* holder, bool* trace_name_printed);
    1.10    bool check_no_old_or_obsolete_entries();
    1.11    void dump_cache();

mercurial