--- old/src/share/vm/interpreter/interpreter.cpp 2014-04-29 16:54:19.000000000 -0400 +++ new/src/share/vm/interpreter/interpreter.cpp 2014-04-29 16:54:19.000000000 -0400 @@ -72,7 +72,7 @@ if (description() != NULL) st->print("%s ", description()); if (bytecode() >= 0 ) st->print("%d %s ", bytecode(), Bytecodes::name(bytecode())); st->print_cr("[" INTPTR_FORMAT ", " INTPTR_FORMAT "] %d bytes", - code_begin(), code_end(), code_size()); + p2i(code_begin()), p2i(code_end()), code_size()); if (PrintInterpreter) { st->cr();