mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8178499: Remove _ptr_ and _size_ infixes from align functions
Reviewed-by: rehn, tschatzl
This commit is contained in:
parent
0fcf645cff
commit
dbd3b5a79e
115 changed files with 454 additions and 462 deletions
|
@ -57,8 +57,8 @@ class InterpreterFrame : public ZeroFrame {
|
|||
protected:
|
||||
enum Layout {
|
||||
istate_off = jf_header_words +
|
||||
(align_size_up_(sizeof(BytecodeInterpreter),
|
||||
wordSize) >> LogBytesPerWord) - 1,
|
||||
(align_up_(sizeof(BytecodeInterpreter),
|
||||
wordSize) >> LogBytesPerWord) - 1,
|
||||
header_words
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue