diff -r c2e4165eeb14 -r 8aa0a51a7137 hotspot/src/share/vm/asm/assembler.hpp --- a/hotspot/src/share/vm/asm/assembler.hpp Fri Dec 14 12:11:17 2012 -0800 +++ b/hotspot/src/share/vm/asm/assembler.hpp Mon Dec 17 11:00:22 2012 -0800 @@ -277,9 +277,6 @@ }; #endif - // Label functions - void print(Label& L); - public: // Creation @@ -441,15 +438,6 @@ */ void pd_patch_instruction(address branch, address target); -#ifndef PRODUCT - /** - * Platform-dependent method of printing an instruction that needs to be - * patched. - * - * @param branch the instruction to be patched in the buffer. - */ - static void pd_print_patched_instruction(address branch); -#endif // PRODUCT }; #ifdef TARGET_ARCH_x86