diff --git a/8160425.patch b/8160425.patch index 529a556b9216c96c049fd7d185254753e411776f..8aac0c810e9da7abab50b0fb2c819ca3bac31f25 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 c549623d7b2a796b2f4fbbb05f2f01cfcdeb25da..02dd88ac4db63332d26926a327065d36715698e9 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 7e33188513e11afe17de4be3480acfceeb6021c9..b5fd0c47cc91cc18eed6b91311fe8d5801461124 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 13867bd870ca3ea8b9e57f0d4df4c7759edde65f..9ce2da9039df7e3e5129aab392c1469e1e084dd7 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