23 lines
586 B
Diff
23 lines
586 B
Diff
--- openjdk.orig/hotspot/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp
|
|
+++ openjdk/hotspot/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp
|
|
@@ -80,7 +80,7 @@
|
|
# include <pwd.h>
|
|
# include <poll.h>
|
|
# include <ucontext.h>
|
|
-
|
|
+# include <asm/ptrace.h>
|
|
|
|
address os::current_stack_pointer() {
|
|
intptr_t* csp;
|
|
--- openjdk.orig/hotspot.orig/src/cpu/ppc/vm/macroAssembler_ppc.cpp
|
|
+++ openjdk/hotspot/src/cpu/ppc/vm/macroAssembler_ppc.cpp
|
|
@@ -46,6 +46,8 @@
|
|
#include "gc_implementation/g1/heapRegion.hpp"
|
|
#endif
|
|
|
|
+#include <asm/ptrace.h>
|
|
+
|
|
#ifdef PRODUCT
|
|
#define BLOCK_COMMENT(str) // nothing
|
|
#else
|