8004548: remove unused AbstractAssembler::print(Label&)

Reviewed-by: kvn, twisti
This commit is contained in:
Bharadwaj Yadavalli 2012-12-17 11:00:22 -08:00 committed by Christian Thalinger
parent 110d953ab2
commit fb74718339
8 changed files with 0 additions and 125 deletions

View file

@ -277,9 +277,6 @@ class AbstractAssembler : public ResourceObj {
};
#endif
// Label functions
void print(Label& L);
public:
// Creation
@ -441,15 +438,6 @@ class AbstractAssembler : public ResourceObj {
*/
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