On Tue, 21 Apr 2026 02:18:59 GMT, Dingli Zhang <[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.

Okay so this seems a gcc bug and we need to work-around it. Thanks for the 
additional info. Disabling the warning seems implest.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30823#issuecomment-4294875219

Reply via email to