diff -r 4ac430acedd7 -r ca79cbf3f106 hotspot/agent/src/os/linux/libproc.h --- a/hotspot/agent/src/os/linux/libproc.h Sat Dec 12 21:23:20 2015 +0300 +++ b/hotspot/agent/src/os/linux/libproc.h Sun Dec 13 22:32:16 2015 -0500 @@ -68,7 +68,7 @@ *************************************************************************************/ -#if defined(sparc) || defined(sparcv9) || defined(ppc64) +#if defined(sparc) || defined(sparcv9) || defined(ppc64) || defined(ppc64le) #include #define user_regs_struct pt_regs #endif