From 196f0df7e6d4c0f7130c41e7f2b8a0551b01586f Mon Sep 17 00:00:00 2001 From: dongbohe Date: Fri, 5 Feb 2021 15:52:23 +0800 Subject: [PATCH] delete some file header (cherry picked from commit d838439615f42c08ab4b89cf0a61b700f22371e6) --- 8160425.patch | 2 -- 8203699.patch | 4 +--- ...8167409.sh-fails-to-run-with-32bit-jdk-on-64bit-.patch | 1 - java-1.8.0-openjdk.spec | 8 +++++++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/8160425.patch b/8160425.patch index 529a556..8aac0c8 100644 --- a/8160425.patch +++ b/8160425.patch @@ -4,8 +4,6 @@ Subject: 8160425: Vectorization with signalling NaN returns wrong result Summary: : Should not use doubles/floats for vector constants in the C code -LLT: huawei/test/gc/zgc/DTS2020032004776.java -Bug url: https://bugs.openjdk.java.net/browse/JDK-8160425 https://gitlab.huawei.com/huaweijdk/jdk8u-dev/issues/2213 --- hotspot/src/cpu/sparc/vm/sparc.ad | 10 +-- hotspot/src/cpu/x86/vm/x86.ad | 10 +-- diff --git a/8203699.patch b/8203699.patch index c549623..02dd88a 100644 --- a/8203699.patch +++ b/8203699.patch @@ -33,12 +33,10 @@ new file mode 100644 index 000000000..8ab268b57 --- /dev/null +++ b/jdk/test/java/lang/invoke/lookup/TestDefenderMethodLookup.java -@@ -0,0 +1,166 @@ +@@ -0,0 +1,164 @@ +/* + * @test -+ * @author zhangli + * @bug 8203699 -+ * @summary see https://code.huawei.com/HuaweiJDK/JVM-team/JVM/issues/1368 + * @run testng/othervm test.java.lang.invoke.lookup.TestDefenderMethodLookup + */ + diff --git a/Test8167409.sh-fails-to-run-with-32bit-jdk-on-64bit-.patch b/Test8167409.sh-fails-to-run-with-32bit-jdk-on-64bit-.patch index 7e33188..b5fd0c4 100644 --- a/Test8167409.sh-fails-to-run-with-32bit-jdk-on-64bit-.patch +++ b/Test8167409.sh-fails-to-run-with-32bit-jdk-on-64bit-.patch @@ -5,7 +5,6 @@ Subject: Test8167409.sh fails to run with 32bit jdk on 64bit Summary: : Test8167409.sh fails to run with 32bit jdk on 64bit system LLT: jdk8u/hotspot/test/compiler/criticalnatives/argumentcorruption/Test8167409.sh -Bug url: https://gitlab.huawei.com/huaweijdk/jdk8u-dev/issues/2157 --- .../criticalnatives/argumentcorruption/Test8167409.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 13867bd..9ce2da9 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -915,7 +915,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever}.%{buildver} -Release: 3 +Release: 5 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # and this change was brought into RHEL-4. java-1.5.0-ibm packages # also included the epoch in their virtual provides. This created a @@ -2109,6 +2109,12 @@ require "copy_jdk_configs.lua" %endif %changelog +* Fri Feb 5 2021 noah - 1:1.8.0.282-b08.5 +- delete some file header + +* Thu Feb 4 2021 jdkboy - 1:1.8.0.282-b08.4 +- add 8240353.patch + * Thu Feb 4 2021 jdkboy - 1:1.8.0.282-b08.3 - fix wrong patch G1-memory-uncommit.patch -- Gitee