From 00a9bdd6aa0ee2685b22577aac7fcd3d818b0a92 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 13 Jun 2018 02:53:25 +0200 Subject: community/openjdk8: upgrade to 3.8.0 (java 8u171b11) --- community/openjdk8/icedtea-hotspot-musl.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/openjdk8/icedtea-hotspot-musl.patch') diff --git a/community/openjdk8/icedtea-hotspot-musl.patch b/community/openjdk8/icedtea-hotspot-musl.patch index 3c9be118c2..cbbb5525f0 100644 --- a/community/openjdk8/icedtea-hotspot-musl.patch +++ b/community/openjdk8/icedtea-hotspot-musl.patch @@ -46,7 +46,7 @@ index 89ba0ff..e84837a 100644 } ///////////////////////////////////////////////////////////////////////////// -@@ -2830,6 +2837,11 @@ extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { } +@@ -2834,6 +2841,11 @@ extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { } extern "C" JNIEXPORT void numa_error(char *where) { } extern "C" JNIEXPORT int fork1() { return fork(); } @@ -96,8 +96,8 @@ index 38388cb..2505ba8 100644 #ifdef AMD64 #define REG_SP REG_RSP -@@ -543,6 +542,9 @@ JVM_handle_linux_signal(int sig, - ShouldNotReachHere(); +@@ -544,6 +543,9 @@ JVM_handle_linux_signal(int sig, + return true; // Mute compiler } +#define _FPU_GETCW(cw) __asm__ __volatile__ ("fnstcw %0" : "=m" (*&cw)) -- cgit v1.2.3