[jdk17u-dev] Integrated: 8352800: [PPC] OpenJDK fails to build on PPC after JDK-8350106
Richard Reingruber
rrich at openjdk.org
Fri Oct 3 06:22:02 UTC 2025
On Thu, 18 Sep 2025 14:39:31 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [72bcd824](https://github.com/openjdk/jdk21u-dev/commit/72bcd824606d8a9bc25fb088e73de4c25738ecea) from the [openjdk/jdk21u-dev](https://git.openjdk.org/jdk21u-dev) repository.
>
> https://github.com/openjdk/jdk17u-dev/pull/3957 depends on this backport.
> It fixes build problems by including the declaration of `class os::Linux` referenced in https://github.com/openjdk/jdk17u-dev/pull/3957 .
> In jdk17 os_linux.hpp cannot be included directly though. os.hpp needs to be included which includes os_linux.hpp into the declaration of `class os` (see [here](https://github.com/openjdk/jdk17u-dev/blob/78cafc3138f09de208a786b7e55bed585e42ade8/src/hotspot/share/runtime/os.hpp#L896)).
>
> Risk is low.
>
> Thanks, Richard.
This pull request has now been integrated.
Changeset: 1d96b820
Author: Richard Reingruber <rrich at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/1d96b820532112525588b5ff16ed304d1a84eb30
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8352800: [PPC] OpenJDK fails to build on PPC after JDK-8350106
Reviewed-by: mdoerr
Backport-of: 72bcd824606d8a9bc25fb088e73de4c25738ecea
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/3949
More information about the jdk-updates-dev
mailing list