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

@ -56,12 +56,6 @@ void Assembler::pd_patch_instruction(address branch, address target) {
ShouldNotCallThis();
}
#ifndef PRODUCT
void Assembler::pd_print_patched_instruction(address branch) {
ShouldNotCallThis();
}
#endif // PRODUCT
void MacroAssembler::align(int modulus) {
while (offset() % modulus != 0)
emit_byte(AbstractAssembler::code_fill_byte());