review comments

This commit is contained in:
Amit Kumar 2026-06-11 18:11:27 +00:00
parent e929c24b76
commit 3f500175f4
2 changed files with 2 additions and 1 deletions

View File

@ -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) {

View File

@ -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