--- old/src/share/vm/interpreter/templateInterpreter.cpp 2014-04-29 16:54:24.000000000 -0400 +++ new/src/share/vm/interpreter/templateInterpreter.cpp 2014-04-29 16:54:24.000000000 -0400 @@ -104,7 +104,7 @@ tty->print("["); for (int i = 0; i < number_of_states; i++) { if (i > 0) tty->print(", "); - tty->print(INTPTR_FORMAT, _entry[i]); + tty->print(INTPTR_FORMAT, p2i(_entry[i])); } tty->print("]"); }