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). This pull request has now been integrated. Changeset: 52854620 Author: Dingli Zhang <[email protected]> URL: https://git.openjdk.org/jdk/commit/52854620e47de3003142ff98162b3c79a798fdf3 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod 8390033: Disable stringop-overflow in shenandoahHeap.cpp Reviewed-by: erikj, shade ------------- PR: https://git.openjdk.org/jdk/pull/32269
