RFR: 8356085: JVM crash: Internal Error (codeBuffer.cpp:1005), pid=65197, tid=29187
Aleksey Shipilev
shade at openjdk.org
Wed May 7 13:49:14 UTC 2025
On Wed, 7 May 2025 13:33:11 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
> This patch merges the ZGC-specific component of the compiler stubs buffer size configuration into the default size. The stubs are actually independent of ZGC but the extra space is depended on by normal builds that include ZGC which means that cross-compile builds which exclude ZGC are failing. Now the space is the same in either case.
Looks fine.
I suggest to rename the issue to something more relevant.
It is also fairly wild (although somewhat understandable) that we build build-jdk in a different configuration, but it is not a concern for this bugfix.
-------------
PR Review: https://git.openjdk.org/jdk/pull/25094#pullrequestreview-2821835020
More information about the hotspot-compiler-dev
mailing list