diff -r c2e4165eeb14 -r 8aa0a51a7137 hotspot/src/cpu/zero/vm/assembler_zero.hpp --- a/hotspot/src/cpu/zero/vm/assembler_zero.hpp Fri Dec 14 12:11:17 2012 -0800 +++ b/hotspot/src/cpu/zero/vm/assembler_zero.hpp Mon Dec 17 11:00:22 2012 -0800 @@ -37,9 +37,6 @@ public: void pd_patch_instruction(address branch, address target); -#ifndef PRODUCT - static void pd_print_patched_instruction(address branch); -#endif // PRODUCT }; class MacroAssembler : public Assembler {