diff -r 77349b58b4c0 -r 68fa8b6c4340 hotspot/src/cpu/x86/vm/frame_x86.cpp --- a/hotspot/src/cpu/x86/vm/frame_x86.cpp Thu Oct 08 12:44:12 2015 +0200 +++ b/hotspot/src/cpu/x86/vm/frame_x86.cpp Fri Oct 09 09:42:33 2015 +0200 @@ -48,8 +48,6 @@ } #endif -PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC - // Profiling/safepoint support bool frame::safe_for_sender(JavaThread *thread) { @@ -280,7 +278,7 @@ address* pc_addr = &(((address*) sp())[-1]); if (TracePcPatching) { tty->print_cr("patch_pc at address " INTPTR_FORMAT " [" INTPTR_FORMAT " -> " INTPTR_FORMAT "]", - pc_addr, *pc_addr, pc); + p2i(pc_addr), p2i(*pc_addr), p2i(pc)); } // Either the return address is the original one or we are going to // patch in the same address that's already there.