Skip to content

Commit daf6fa1

Browse files
committed
8356085: AArch64: compiler stub buffer size wrongly depends on ZGC
Reviewed-by: shade, kvn
1 parent 223eec5 commit daf6fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
do_arch_blob, \
4545
do_arch_entry, \
4646
do_arch_entry_init) \
47-
do_arch_blob(compiler, 65000 ZGC_ONLY(+5000)) \
47+
do_arch_blob(compiler, 70000) \
4848
do_stub(compiler, vector_iota_indices) \
4949
do_arch_entry(aarch64, compiler, vector_iota_indices, \
5050
vector_iota_indices, vector_iota_indices) \

0 commit comments

Comments
 (0)