From 47a00a02929d3e17b4df59dbfadb2df32e535116 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 30 Jul 2020 21:45:02 +0000 Subject: java/openjdk8: fix patching Remove files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp to fix patching. I'm not sure why this patch was added. Removing it doesn't break build on powerpc64 (both elfv1 and elfv2). There's no include for alloca.h in sharedRuntime_ppc.cpp. --- .../patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp (limited to 'java') diff --git a/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp b/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp deleted file mode 100644 index 4db3d23c4dec..000000000000 --- a/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp -+++ hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp -@@ -42,7 +42,11 @@ - #include "opto/runtime.hpp" - #endif - -+#ifdef _ALLBSD_SOURCE -+#include -+#else - #include -+#endif - - #define __ masm-> - -- cgit v1.2.3