Bug#894064: openjdk-11: Please add patch for ia64 support

John Paul Adrian Glaubitz <[email protected]>
Newsgroups gmane.linux.debian.ports.ia64
Message-ID <152202788913.15862.14262612019734700781.reportbug__3519.38576573065$1522027877$gmane$org@z6.physik.fu-berlin.de>
Source: openjdk-11
Version: 11~5-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ia64

Hi!

The attached patch fixes OpenJDK-11 for ia64 (Zero). Please consider
applying it for the next upload.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - [email protected]
`. `'   Freie Universitaet Berlin - [email protected]
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
openjdk-11-ia64.diff (text/plain, 1.7 KB)
diff -Nru old/openjdk-11-11~5/debian/patches/hotspot-ia64.diff new/openjdk-11-11~5/debian/patches/hotspot-ia64.diff
--- old/openjdk-11-11~5/debian/patches/hotspot-ia64.diff	1970-01-01 01:00:00.000000000 +0100
+++ new/openjdk-11-11~5/debian/patches/hotspot-ia64.diff	2018-03-26 02:41:36.451934089 +0200
@@ -0,0 +1,26 @@
+--- a/src/hotspot/share/runtime/os.cpp	2018-03-05 14:18:55.000000000 +0100
++++ b/src/hotspot/share/runtime/os.cpp	2018-03-26 02:26:44.607427867 +0200
+@@ -1145,7 +1145,7 @@
+ // if C stack is walkable beyond current frame. The check for fp() is not
+ // necessary on Sparc, but it's harmless.
+ bool os::is_first_C_frame(frame* fr) {
+-#if (defined(IA64) && !defined(AIX)) && !defined(_WIN32)
++#if (defined(IA64) && !defined(AIX)) && !defined(_WIN32) && !defined(LINUX)
+   // On IA64 we have to check if the callers bsp is still valid
+   // (i.e. within the register stack bounds).
+   // Notice: this only works for threads created by the VM and only if
+--- a/make/autoconf/platform.m4	2018-03-05 14:18:55.000000000 +0100
++++ b/make/autoconf/platform.m4	2018-03-26 02:28:39.067699053 +0200
+@@ -60,6 +60,12 @@
+       VAR_CPU_BITS=64
+       VAR_CPU_ENDIAN=little
+       ;;
++    ia64)
++      VAR_CPU=ia64
++      VAR_CPU_ARCH=ia64
++      VAR_CPU_BITS=64
++      VAR_CPU_ENDIAN=little
++      ;;
+     m68k)
+       VAR_CPU=m68k
+       VAR_CPU_ARCH=m68k
diff -Nru old/openjdk-11-11~5/debian/rules new/openjdk-11-11~5/debian/rules
--- old/openjdk-11-11~5/debian/rules	2018-03-22 00:43:24.000000000 +0100
+++ new/openjdk-11-11~5/debian/rules	2018-03-26 03:14:41.436735774 +0200
@@ -319,6 +319,7 @@
 	8199220.diff \
 	machine-flag.diff \
 	zero-x32.diff \
+	hotspot-ia64.diff \
 
 #	m68k-support.diff \
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.