src/share/vm/oops/cpCache.hpp

changeset 7636
fdde6a70ea85
parent 6911
ce8f6bb717c9
child 7795
157895117ad5
     1.1 --- a/src/share/vm/oops/cpCache.hpp	Tue Mar 17 01:56:32 2015 -0700
     1.2 +++ b/src/share/vm/oops/cpCache.hpp	Tue Mar 17 17:11:14 2015 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -378,9 +378,9 @@
    1.11    // printed the klass name so that other routines in the adjust_*
    1.12    // group don't print the klass name.
    1.13    bool adjust_method_entry(Method* old_method, Method* new_method,
    1.14 -         bool * trace_name_printed);
    1.15 +         bool* trace_name_printed);
    1.16    bool check_no_old_or_obsolete_entries();
    1.17 -  bool is_interesting_method_entry(Klass* k);
    1.18 +  Method* get_interesting_method_entry(Klass* k);
    1.19  #endif // INCLUDE_JVMTI
    1.20  
    1.21    // Debugging & Printing
    1.22 @@ -477,7 +477,8 @@
    1.23    // printed the klass name so that other routines in the adjust_*
    1.24    // group don't print the klass name.
    1.25    void adjust_method_entries(Method** old_methods, Method** new_methods,
    1.26 -                             int methods_length, bool * trace_name_printed);
    1.27 +                             int methods_length, bool* trace_name_printed);
    1.28 +  void adjust_method_entries(InstanceKlass* holder, bool* trace_name_printed);
    1.29    bool check_no_old_or_obsolete_entries();
    1.30    void dump_cache();
    1.31  #endif // INCLUDE_JVMTI

mercurial