From db8d486af2d639729a7fdec65961c83aa3428f7b984b360dbf538bb679637404 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 15 Nov 2019 09:41:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-1_8_0-openjdk?expand=0&rev=326 --- hotspot-aarch64.patch | 13 ------------- java-1_8_0-openjdk.changes | 4 +++- java-1_8_0-openjdk.spec | 6 ------ 3 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 hotspot-aarch64.patch diff --git a/hotspot-aarch64.patch b/hotspot-aarch64.patch deleted file mode 100644 index baa48aa..0000000 --- a/hotspot-aarch64.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- openjdk/hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp 2019-05-24 21:46:57.000000000 +0200 -+++ openjdk/hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp 2019-10-17 12:04:06.232646618 +0200 -@@ -3281,8 +3281,8 @@ void LIR_Assembler::atomic_op(LIR_Code c - __ prfm(Address(tmp), PSTL1STRM); - __ bind(again); - (_masm->*lda)(dst, tmp); -- (_masm->*stl)(rscratch2, obj, tmp); -- __ cbnzw(rscratch2, again); -+ (_masm->*stl)(rscratch1, obj, tmp); -+ __ cbnzw(rscratch1, again); - } - if (is_oop && UseCompressedOops) { - __ decode_heap_oop(dst); diff --git a/java-1_8_0-openjdk.changes b/java-1_8_0-openjdk.changes index 51a2e31..1a7dfe2 100644 --- a/java-1_8_0-openjdk.changes +++ b/java-1_8_0-openjdk.changes @@ -252,7 +252,9 @@ Fri Nov 15 09:08:43 UTC 2019 - Fridrich Strba + S8207838: AArch32: Float registers incorrectly restored in JNI call + save_args/restore_args misses second part of VMRegPair - +- Removed patch: + * hotspot-aarch64.patch + + not needed any more with this version ------------------------------------------------------------------- Mon Oct 21 06:41:23 UTC 2019 - Guillaume GARDET diff --git a/java-1_8_0-openjdk.spec b/java-1_8_0-openjdk.spec index d1e5b48..3d3a1b4 100644 --- a/java-1_8_0-openjdk.spec +++ b/java-1_8_0-openjdk.spec @@ -190,8 +190,6 @@ Patch14: zero-javadoc-verbose.patch # # Patch for PPC Patch103: ppc-zero-hotspot.patch -# Patch for aarch64 -Patch104: hotspot-aarch64.patch Patch1001: java-1_8_0-openjdk-suse-desktop-files.patch Patch1002: icedtea-3.8.0-s390.patch @@ -525,10 +523,6 @@ patch -p0 -i %{PATCH14} patch -p0 -i %{PATCH103} %endif -%ifarch aarch64 -patch -p0 -i %{PATCH104} -%endif - patch -p0 -i %{PATCH2001} (cd openjdk/common/autoconf