mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8004548: remove unused AbstractAssembler::print(Label&)
Reviewed-by: kvn, twisti
This commit is contained in:
parent
110d953ab2
commit
fb74718339
8 changed files with 0 additions and 125 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue