svn commit: r542906 - head/java/openjdk8/files

Greg Lewis glewis at FreeBSD.org
Thu Jul 23 02:15:26 UTC 2020


Author: glewis
Date: Thu Jul 23 02:15:25 2020
New Revision: 542906
URL: https://svnweb.freebsd.org/changeset/ports/542906

Log:
  Fix the build for PowerPC64
  
  Submitted by:	Curtis Hamilton

Added:
  head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp   (contents, props changed)

Added: head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp	Thu Jul 23 02:15:25 2020	(r542906)
@@ -0,0 +1,14 @@
+--- 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 <stdlib.h>
++#else
+ #include <alloca.h>
++#endif
+ 
+ #define __ masm->
+ 


More information about the svn-ports-all mailing list