src/share/vm/oops/instanceKlass.hpp

changeset 7636
fdde6a70ea85
parent 7502
c4f1e23c4139
child 7683
1a9c5e6e13b7
child 7756
8cd2e2834c8f
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Tue Mar 17 01:56:32 2015 -0700
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Tue Mar 17 17:11:14 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