mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue