[jdk11u-dev] RFR: 8249087: Always initialize _body[0..1] in Symbol constructor

Jonathan Dowland jdowland at openjdk.org
Wed Feb 14 16:25:04 UTC 2024


On Tue, 30 Jan 2024 10:34:35 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> This change is closely related to 8247818, which we want to backport as part of getting jdk11u-dev to build with GCC >= 12.
>
> Please check if GHA failures of macos-aarch64 are related.

@jerboaa 
> Please check if GHA failures of macos-aarch64 are related.

Thanks for your review!

I can reproduce them locally on an M1 Mac from this branch, and from the parent ([openjdk:pr/2451](https://github.com/openjdk/jdk11u-dev/tree/pr/2451)) and from its parent commit too (https://github.com/openjdk/jdk11u-dev/commit/bcfabe3ce20f9ba39501030957d6e5a96847d70c , merged to `master`).

Rebasing onto current `master` (https://github.com/openjdk/jdk11u-dev/commit/a60fb5a71d82faae6e6d7e6364d421fb181f2077) resolves the issue for me (for both PRs).

As such, the failures are unrelated. To get GHA green lights, I would need to rebase these two PRs. Would you like that?

-------------

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2471#issuecomment-1944169359


More information about the jdk-updates-dev mailing list