--- old/src/share/vm/runtime/vframe.hpp 2014-04-29 16:56:48.000000000 -0400 +++ new/src/share/vm/runtime/vframe.hpp 2014-04-29 16:56:48.000000000 -0400 @@ -399,7 +399,7 @@ if (WizardMode) { tty->print_cr("Error in fill_from_frame: pc_desc for " INTPTR_FORMAT " not found or invalid at %d", - _frame.pc(), decode_offset); + p2i(_frame.pc()), decode_offset); nm()->print(); nm()->method()->print_codes(); nm()->print_code();