--- old/src/share/vm/oops/oop.cpp 2018-06-14 06:30:14.852902303 -0700 +++ new/src/share/vm/oops/oop.cpp 2018-06-14 06:30:14.732891547 -0700 @@ -46,7 +46,7 @@ void oopDesc::print_address_on(outputStream* st) const { if (PrintOopAddress) { - st->print("{"INTPTR_FORMAT"}", this); + st->print("{" INTPTR_FORMAT "}", this); } }