After JDK-8381382, GCC 13.3.0 fails to compile shenandoahGenerationalHeap.cpp on Ubuntu 24.04 + AArch64.
It's a weird GCC bug. See the previous discussion in [1]. Similar to JDK-8326717 and JDK-8320212, we disable this warning for the affected file as well. [1] https://github.com/openjdk/jdk/pull/26067#issuecomment-3030839463 --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8382395: Disable stringop-overflow in shenandoahGenerationalHeap.cpp Changes: https://git.openjdk.org/jdk/pull/30784/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30784&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8382395 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30784.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30784/head:pull/30784 PR: https://git.openjdk.org/jdk/pull/30784
