--- old/src/share/vm/code/exceptionHandlerTable.cpp 2015-05-27 21:55:11.090749225 -0400 +++ new/src/share/vm/code/exceptionHandlerTable.cpp 2015-05-27 21:55:09.774674551 -0400 @@ -186,7 +186,7 @@ void ImplicitExceptionTable::print(address base) const { tty->print("{"); for( uint i=0; iprint("< "INTPTR_FORMAT", "INTPTR_FORMAT" > ",base + *adr(i), base + *(adr(i)+1)); + tty->print("< " INTPTR_FORMAT ", " INTPTR_FORMAT " > ",base + *adr(i), base + *(adr(i)+1)); tty->print_cr("}"); }