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.
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). ------------- Commit messages: - 8390033: Disable stringop-overflow in shenandoahHeap.cpp Changes: https://git.openjdk.org/jdk/pull/32269/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32269&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390033 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/32269.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32269/head:pull/32269 PR: https://git.openjdk.org/jdk/pull/32269
