src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h	Tue Dec 13 12:42:18 2016
--- new/src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h	Tue Dec 13 12:42:17 2016

*** 70,82 **** --- 70,85 ---- #if defined(sparc) || defined(sparcv9) || defined(ppc64) || defined(ppc64le) #include <asm/ptrace.h> #define user_regs_struct pt_regs #endif ! #if defined(aarch64) || defined(arm64) #include <asm/ptrace.h> #define user_regs_struct user_pt_regs + #elif defined(arm) + #include <asm/ptrace.h> + #define user_regs_struct pt_regs #endif #if defined(s390x) #include <asm/ptrace.h> #endif

src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File