--- old/src/share/vm/code/exceptionHandlerTable.cpp 2018-06-14 06:29:51.393799852 -0700 +++ new/src/share/vm/code/exceptionHandlerTable.cpp 2018-06-14 06:29:51.277789455 -0700 @@ -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("}"); }