delete some file header

This commit is contained in:
dongbohe 2021-02-05 15:52:23 +08:00
parent d77320dae9
commit d838439615
4 changed files with 5 additions and 7 deletions

View File

@ -4,8 +4,6 @@ Subject: 8160425: Vectorization with signalling NaN returns
wrong result wrong result
Summary: <hotspot>: Should not use doubles/floats for vector constants in the C code Summary: <hotspot>: 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/sparc/vm/sparc.ad | 10 +--
hotspot/src/cpu/x86/vm/x86.ad | 10 +-- hotspot/src/cpu/x86/vm/x86.ad | 10 +--

View File

@ -33,12 +33,10 @@ new file mode 100644
index 000000000..8ab268b57 index 000000000..8ab268b57
--- /dev/null --- /dev/null
+++ b/jdk/test/java/lang/invoke/lookup/TestDefenderMethodLookup.java +++ b/jdk/test/java/lang/invoke/lookup/TestDefenderMethodLookup.java
@@ -0,0 +1,166 @@ @@ -0,0 +1,164 @@
+/* +/*
+ * @test + * @test
+ * @author zhangli
+ * @bug 8203699 + * @bug 8203699
+ * @summary see https://code.huawei.com/HuaweiJDK/JVM-team/JVM/issues/1368
+ * @run testng/othervm test.java.lang.invoke.lookup.TestDefenderMethodLookup + * @run testng/othervm test.java.lang.invoke.lookup.TestDefenderMethodLookup
+ */ + */
+ +

View File

@ -5,7 +5,6 @@ Subject: Test8167409.sh fails to run with 32bit jdk on 64bit
Summary: <test case>: Test8167409.sh fails to run with 32bit jdk on 64bit system Summary: <test case>: Test8167409.sh fails to run with 32bit jdk on 64bit system
LLT: jdk8u/hotspot/test/compiler/criticalnatives/argumentcorruption/Test8167409.sh 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 +++++- .../criticalnatives/argumentcorruption/Test8167409.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-) 1 file changed, 5 insertions(+), 1 deletion(-)

View File

@ -915,7 +915,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver} Version: %{javaver}.%{updatever}.%{buildver}
Release: 4 Release: 5
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # 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 # 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 # also included the epoch in their virtual provides. This created a
@ -2111,6 +2111,9 @@ require "copy_jdk_configs.lua"
%endif %endif
%changelog %changelog
* Fri Feb 5 2021 noah <hedongbo@huawei.com> - 1:1.8.0.282-b08.5
- delete some file header
* Thu Feb 4 2021 jdkboy <ge.guo@huawei.com> - 1:1.8.0.282-b08.4 * Thu Feb 4 2021 jdkboy <ge.guo@huawei.com> - 1:1.8.0.282-b08.4
- add 8240353.patch - add 8240353.patch