RFR: 8349921: Crash in codeBuffer.cpp:1004: guarantee(sect->end() <= tend) failed: sanity
Vladimir Kozlov
kvn at openjdk.org
Tue Feb 25 18:52:57 UTC 2025
On Tue, 25 Feb 2025 14:48:26 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
> The compiler blob base size needs increasing in case the JDK is built without ZGC. The increment when ZGC is used can be comparably decreased. The final blob size increment when ZGC is included is over generous and can also be decreased.
Good.
src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp line 47:
> 45: do_arch_entry, \
> 46: do_arch_entry_init) \
> 47: do_arch_blob(compiler, 35000 ZGC_ONLY(+5000)) \
Alignment of ``
-------------
PR Review: https://git.openjdk.org/jdk/pull/23776#pullrequestreview-2642114927
PR Review Comment: https://git.openjdk.org/jdk/pull/23776#discussion_r1970350305
More information about the hotspot-compiler-dev
mailing list