--- old/src/hotspot/share/interpreter/linkResolver.cpp 2018-07-16 15:03:41.170428670 -0400 +++ new/src/hotspot/share/interpreter/linkResolver.cpp 2018-07-16 15:03:40.749973769 -0400 @@ -528,7 +528,7 @@ result->print_on(tty); tty->print(" lookup_polymorphic_method => appendix = "); if (appendix.is_null()) tty->print_cr("(none)"); - else appendix->print_on(tty); + else oopDesc::print_on(tty, appendix()); } if (result.not_null()) { #ifdef ASSERT