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>2020-08-17 13:02:40 +0200
commit4bcf80651fa555611c13c02eaab3529ccf31bbf6 (patch)
tree0211e7e17f0fe8fc43c0f824f9007ca0703bb856 /recipes-core/openjdk/openjdk-8-release-172b11-common.inc
parent8f6374ef51eb0f4d2e85fbd6b546b9cee0bb954d (diff)
downloadmeta-java-4bcf80651fa555611c13c02eaab3529ccf31bbf6.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 \