diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2025-11-04 15:34:43 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2025-11-04 15:35:58 +0000 |
| commit | c8d46302e25ca4a37b8e521b0b4ce968f3919788 (patch) | |
| tree | 93414177bdf06171c9676e5eb1da4ce2ad747a15 | |
| parent | 62689751c1bb9c262bb871b2957fe58b82a32ced (diff) | |
java/openjdk17: Add missing header file to fix build on aarch64
| -rw-r--r-- | java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp b/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp new file mode 100644 index 000000000000..9a0b26e3aa04 --- /dev/null +++ b/java/openjdk17/files/patch-src_hotspot_cpu_aarch64_jniFastGetField__aarch64.cpp @@ -0,0 +1,10 @@ +--- src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp ++++ src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp +@@ -31,6 +31,7 @@ + #include "prims/jniFastGetField.hpp" + #include "prims/jvm_misc.hpp" + #include "prims/jvmtiExport.hpp" ++#include "runtime/thread.inline.hpp" + #include "runtime/safepoint.hpp" + #include "runtime/threadWXSetters.inline.hpp" + |
