On Mon, 20 Apr 2026 11:52:33 GMT, David Holmes <[email protected]> wrote:
> I don't see why an issue on one platform should force this change on all > platforms. And what exactly is being complained about? Is there a code issue? > Is there a gcc14 bug? Please explain further. Thanks Hi @dholmes-ora , Thanks for taking a look. The detailed build log on JBS: https://bugs.openjdk.org/secure/attachment/119512/build.log >From the reported error messages, it looks very similar to: >https://bugs.openjdk.org/browse/JDK-8382395. I checked related hotspot cpp code, but I didn't find anything wrong with the CPP code. So it does look like a GCC bug to me. The Linux kernel has: https://www.phoronix.com/news/Linux-Drop-GCC--Wstringop-of. I find this kind of GCC compile issue usually happens to certain CPU platform like JDK-8382395 for aarch64. So I took a similar way to fix it. Please let me know if there is a better way to deal with this kind of issue. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30823#issuecomment-4285519670
