mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
8003250: SPARC: move MacroAssembler into separate file
Reviewed-by: jrose, kvn
This commit is contained in:
parent
42c0192ee6
commit
34733bb83c
38 changed files with 6946 additions and 7246 deletions
|
@ -247,7 +247,7 @@ class AbstractAssembler : public ResourceObj {
|
|||
#ifdef ASSERT
|
||||
// Make it return true on platforms which need to verify
|
||||
// instruction boundaries for some operations.
|
||||
inline static bool pd_check_instruction_mark();
|
||||
static bool pd_check_instruction_mark();
|
||||
|
||||
// Add delta to short branch distance to verify that it still fit into imm8.
|
||||
int _short_branch_delta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue