diff -r 68bbd727dd5f -r 9c3fe09f69bc src/hotspot/share/oops/instanceKlass.hpp --- a/src/hotspot/share/oops/instanceKlass.hpp Fri Feb 22 11:07:18 2019 -0800 +++ b/src/hotspot/share/oops/instanceKlass.hpp Fri Feb 22 13:56:08 2019 -0500 @@ -1141,7 +1141,7 @@ Method* method_at_itable(Klass* holder, int index, TRAPS); #if INCLUDE_JVMTI - void adjust_default_methods(InstanceKlass* holder, bool* trace_name_printed); + void adjust_default_methods(bool* trace_name_printed); #endif // INCLUDE_JVMTI void clean_weak_instanceklass_links();