From 3a38a77f5c3f6f5ee253d479026c70e0a29d7fbc Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 18 Sep 2025 14:17:52 +0000 Subject: [PATCH 1/2] Backport 72bcd824606d8a9bc25fb088e73de4c25738ecea --- src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp b/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp index bf15786ae1f..65680563cfc 100644 --- a/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp +++ b/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp @@ -25,6 +25,7 @@ #include "precompiled.hpp" #include "memory/metaspace.hpp" +#include "os_linux.hpp" #include "runtime/frame.inline.hpp" #include "runtime/thread.hpp" From 5fa5e82503701a5656e39477a271ff049b65aabe Mon Sep 17 00:00:00 2001 From: Richard Reingruber Date: Mon, 22 Sep 2025 17:37:42 +0200 Subject: [PATCH 2/2] Must include os.hpp in jdk17 to access os::Linux --- src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp b/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp index 65680563cfc..8404c8d2517 100644 --- a/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp +++ b/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp @@ -25,8 +25,8 @@ #include "precompiled.hpp" #include "memory/metaspace.hpp" -#include "os_linux.hpp" #include "runtime/frame.inline.hpp" +#include "runtime/os.hpp" #include "runtime/thread.hpp" frame JavaThread::pd_last_frame() {