mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-11 21:15:16 +00:00
8386456: Comments at the declaration of frame::frame_alignment are incorrect on some platforms
Reviewed-by: pchilanomate, amitkumar
This commit is contained in:
parent
19baa1ab5f
commit
e6bb5c75b3
@ -61,6 +61,7 @@
|
||||
// between a callee frame and its stack arguments, where it is part
|
||||
// of the caller/callee overlap
|
||||
metadata_words_at_top = 0,
|
||||
// in bytes
|
||||
frame_alignment = 16,
|
||||
// size, in words, of maximum shift in frame position due to alignment
|
||||
align_wiggle = 1
|
||||
|
||||
@ -402,8 +402,7 @@
|
||||
// between a callee frame and its stack arguments, where it is part
|
||||
// of the caller/callee overlap
|
||||
metadata_words_at_top = sizeof(java_abi) >> LogBytesPerWord,
|
||||
// size, in words, of frame metadata at the frame top that needs
|
||||
// to be reserved for callee functions in the runtime
|
||||
// in bytes
|
||||
frame_alignment = 16,
|
||||
frame_alignment_in_words = frame_alignment >> LogBytesPerWord,
|
||||
// size, in words, of maximum shift in frame position due to alignment
|
||||
|
||||
@ -101,8 +101,7 @@
|
||||
// between a callee frame and its stack arguments, where it is part
|
||||
// of the caller/callee overlap
|
||||
metadata_words_at_top = 0,
|
||||
// size, in words, of frame metadata at the frame top that needs
|
||||
// to be reserved for callee functions in the runtime
|
||||
// in bytes
|
||||
frame_alignment = 16,
|
||||
// size, in words, of maximum shift in frame position due to alignment
|
||||
align_wiggle = 1
|
||||
|
||||
@ -39,6 +39,7 @@
|
||||
// between a callee frame and its stack arguments, where it is part
|
||||
// of the caller/callee overlap
|
||||
metadata_words_at_top = 0,
|
||||
// in bytes
|
||||
frame_alignment = 16,
|
||||
// size, in words, of maximum shift in frame position due to alignment
|
||||
align_wiggle = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user