Skip to content

Commit

Permalink
adjust x86 blob sizes to allow for relocated stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Nov 27, 2024
1 parent e1f41d3 commit 8497b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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, 20000 LP64_ONLY(+47000) WINDOWS_ONLY(+2000)) \
do_arch_blob(compiler, 19000 LP64_ONLY(+47000) 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 Expand Up @@ -260,7 +260,7 @@
do_arch_blob, \
do_arch_entry, \
do_arch_entry_init) \
do_arch_blob(final, 10000 LP64_ONLY(+20000) \
do_arch_blob(final, 11000 LP64_ONLY(+20000) \
WINDOWS_ONLY(+2000) ZGC_ONLY(+20000)) \

#endif // CPU_X86_STUBDECLARATIONS_HPP

0 comments on commit 8497b11

Please sign in to comment.