On Sun, 9 Aug 2026 11:04:18 GMT, Dingli Zhang <[email protected]> wrote:
> Hi, please consider. > > I have been witnessing this build issue with GCC 14 after > [JDK-8388880](https://bugs.openjdk.org/browse/JDK-8388880). > Similar to [JDK-8382522](https://bugs.openjdk.org/browse/JDK-8382522), seems > that GCC 14's deeper inlining optimizations interact badly with > stringop-overflow here. > This disables this warning for the affected file as well. > > An explanation of why an issue on one platform should necessitate this change > on all platforms: > https://github.com/openjdk/jdk/pull/30823#issuecomment-4285519670 > > configure command: > > sh configure --with-boot-jdk=/home/openeuler/jdk-bin/jdk-26+35 > --with-debug-level=release --with-jvm-variants=server > --with-native-debug-symbols=internal --disable-precompiled-headers > --enable-unlimited-crypto > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Marked as reviewed by shade (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/32269#pullrequestreview-4897738298
