RFR: 8356085: JVM crash: Internal Error (codeBuffer.cpp:1005), pid=65197, tid=29187
Andrew Dinn
adinn at openjdk.org
Wed May 7 13:38:26 UTC 2025
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.
-------------
Commit messages:
- 8356085 JVM crash: Internal Error (codeBuffer.cpp:1005), pid=65197, tid=29187
Changes: https://git.openjdk.org/jdk/pull/25094/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25094&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356085
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25094.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25094/head:pull/25094
PR: https://git.openjdk.org/jdk/pull/25094
More information about the hotspot-compiler-dev
mailing list