Index: head/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp =================================================================== --- head/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp (nonexistent) +++ head/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp (revision 508130) @@ -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, Property changes on: head/java/openjdk11/files/patch-src_hotspot_os__cpu_bsd__ppc_os__bsd__ppc.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property