Skip to content

Commit

Permalink
Increase code size
Browse files Browse the repository at this point in the history
  • Loading branch information
linade committed Jan 5, 2024
1 parent 7795f64 commit 3b8de73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/vtableStubs_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ VtableStub* VtableStubs::create_itable_stub(int itable_index) {
temp_reg, temp_reg2, itable_index, L_no_such_interface);

// Reduce "estimate" such that "padding" does not drop below 8.
const ptrdiff_t estimate = UseCompactObjectHeaders ? 128 : 124;
const ptrdiff_t estimate = UseCompactObjectHeaders ? 148 : 144;
const ptrdiff_t codesize = __ pc() - start_pc;
slop_delta = (int)(estimate - codesize);
slop_bytes += slop_delta;
Expand Down

0 comments on commit 3b8de73

Please sign in to comment.