mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-03 06:35:31 +00:00
Typo
This commit is contained in:
parent
3492bf51e7
commit
ad1f4c18cb
@ -286,7 +286,7 @@ public:
|
||||
// Used by shared scope closure (scopedMemoryAccess.cpp)
|
||||
bool has_scoped_access() const { return (_bits & SCOPED_ACCESS) != 0; }
|
||||
|
||||
// Stack has been extended and needs reair. See comment in MacroAssembler::remove_frame
|
||||
// Stack has been extended and needs repair. See comment in MacroAssembler::remove_frame
|
||||
bool needs_stack_repair() const { return (_bits & NEEDS_STACK_REPAIR) != 0; }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user