mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-12 05:25:07 +00:00
review comments
This commit is contained in:
parent
e929c24b76
commit
3f500175f4
@ -241,7 +241,7 @@ uint Runtime1::runtime_blob_current_thread_offset(frame f) {
|
||||
(float_reg_slots * 8) +
|
||||
(int_regs_before_r8 * 8);
|
||||
|
||||
return z_thread_offset / 8; // Convert to 64-bit words
|
||||
return z_thread_offset / wordSize;
|
||||
}
|
||||
|
||||
OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
|
||||
|
||||
@ -574,6 +574,7 @@
|
||||
metadata_words = sizeof(z_java_abi) >> LogBytesPerWord,
|
||||
metadata_words_at_bottom = 0,
|
||||
metadata_words_at_top = sizeof(z_java_abi) >> LogBytesPerWord,
|
||||
// in bytes
|
||||
frame_alignment = 8,
|
||||
// size, in words, of maximum shift in frame position due to alignment
|
||||
align_wiggle = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user