diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp b/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp new file mode 100644 index 000000000000..0eeb4da71971 --- /dev/null +++ b/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp @@ -0,0 +1,11 @@ +--- src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp.orig ++++ src/hotspot/os_cpu/bsd_ppc/os_bsd_ppc.cpp +@@ -133,7 +133,7 @@ + } + + static unsigned long ucontext_get_trap(const ucontext_t * uc) { +- return uc->uc_mcontext.regs->trap; ++ return uc->uc_mcontext.mc_exc; + } + + ExtendedPC os::fetch_frame_from_context(const void* ucVoid, |