Skip to content

Commit

Permalink
increase compiler stub space for macos x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Dec 2, 2024
1 parent 8497b11 commit 73b73c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/stubDeclarations_x86.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
do_arch_blob, \
do_arch_entry, \
do_arch_entry_init) \
do_arch_blob(compiler, 19000 LP64_ONLY(+47000) WINDOWS_ONLY(+2000)) \
do_arch_blob(compiler, 20000 LP64_ONLY(+48000) WINDOWS_ONLY(+2000)) \
do_stub(compiler, vector_float_sign_mask) \
do_arch_entry(x86, compiler, vector_float_sign_mask, \
vector_float_sign_mask, vector_float_sign_mask) \
Expand Down

0 comments on commit 73b73c5

Please sign in to comment.