aboutsummaryrefslogtreecommitdiffstats
path: root/community/openjdk8/icedtea-hotspot-musl.patch
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-06-13 02:53:25 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-13 18:22:55 +0000
commit00a9bdd6aa0ee2685b22577aac7fcd3d818b0a92 (patch)
tree6635ba67ad27e3dd2bb1bfd6efe41366216b6adf /community/openjdk8/icedtea-hotspot-musl.patch
parent70ef88bae9e9704e184ea93f19efd3a7b82cfc92 (diff)
downloadaports-00a9bdd6aa0ee2685b22577aac7fcd3d818b0a92.tar.bz2
aports-00a9bdd6aa0ee2685b22577aac7fcd3d818b0a92.tar.xz
community/openjdk8: upgrade to 3.8.0 (java 8u171b11)
Diffstat (limited to 'community/openjdk8/icedtea-hotspot-musl.patch')
-rw-r--r--community/openjdk8/icedtea-hotspot-musl.patch6
1 files changed, 3 insertions, 3 deletions
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))