src/share/vm/oops/instanceKlass.hpp

changeset 7756
8cd2e2834c8f
parent 7719
7622232b7efa
parent 7636
fdde6a70ea85
child 7761
d8f133adf05d
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Wed Mar 18 18:13:49 2015 -0700
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Wed Mar 25 11:31:54 2015 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -959,8 +959,7 @@
    1.11    Method* method_at_itable(Klass* holder, int index, TRAPS);
    1.12  
    1.13  #if INCLUDE_JVMTI
    1.14 -  void adjust_default_methods(Method** old_methods, Method** new_methods,
    1.15 -                              int methods_length, bool* trace_name_printed);
    1.16 +  void adjust_default_methods(InstanceKlass* holder, bool* trace_name_printed);
    1.17  #endif // INCLUDE_JVMTI
    1.18  
    1.19    // Garbage collection

mercurial