On Fri, 17 Apr 2026 04:51:31 GMT, Hao Sun <[email protected]> wrote:
> 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). Marked as reviewed by wkemper (Reviewer). I also have a PR to address this in the source: https://github.com/openjdk/jdk/pull/30805. However, I am in favor of this approach too. While reading about this, I learned that the Linux kernel builds disable this flag as well. ------------- PR Review: https://git.openjdk.org/jdk/pull/30784#pullrequestreview-4134564522 PR Comment: https://git.openjdk.org/jdk/pull/30784#issuecomment-4273930954
