summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
diff options
context:
space:
mode:
authorWenlin Kang <wenlin.kang@windriver.com>2019-02-18 18:30:57 -0800
committerRichard Leitner <richard.leitner@skidata.com>2019-12-27 12:09:02 +0100
commit481f8bc2bd1662d6bc52e5c8af79c37b7d266b53 (patch)
treefd913987366197719c6896110bcf6299a6896c85 /recipes-core/openjdk/openjdk-8-release-172b11-common.inc
parent7a3a8322a747c8803dbfbf3aa4912cf9f8158695 (diff)
downloadmeta-java-481f8bc2bd1662d6bc52e5c8af79c37b7d266b53.tar.gz
openjdk-8: fix a random crash on JNI_CreateJavaVM
When call JNI_CreateJavaVM API, sometimes it will crash(we have reproduced it on quemuppc), this patch fixes it. Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-172b11-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-172b11-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
index d4e80f6..f50b494 100644
--- a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
+++ b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
@@ -21,6 +21,7 @@ PATCHES_URI = "\
21 ${LIBPNG_NEON_PATCH} \ 21 ${LIBPNG_NEON_PATCH} \
22 file://handle_extra_output.patch \ 22 file://handle_extra_output.patch \
23 file://hotspot-handle-gcc7-format-overflow.patch \ 23 file://hotspot-handle-gcc7-format-overflow.patch \
24 file://0001-hotspot-fix-crash-on-JNI_CreateJavaVM.patch \
24" 25"
25HOTSPOT_UB_PATCH = "\ 26HOTSPOT_UB_PATCH = "\
26 file://0014-hotspot-zero-fix-undefined-behaviour-gcc-v8-fix.patch \ 27 file://0014-hotspot-zero-fix-undefined-behaviour-gcc-v8-fix.patch \