!16 Delete some file header information

Merge pull request !16 from Noah/master
This commit is contained in:
openeuler-ci-bot 2020-09-07 17:53:59 +08:00 committed by Gitee
commit cfaf70b9df
3 changed files with 4 additions and 8 deletions

View File

@ -1,13 +1,10 @@
From 723ae2c317eabdd65836df0bf6677cc2cf00e219 Mon Sep 17 00:00:00 2001 From 723ae2c317eabdd65836df0bf6677cc2cf00e219 Mon Sep 17 00:00:00 2001
From: zhanggaofeng <zhanggaofeng9@huawei.com>
Date: Fri, 7 Aug 2020 18:49:17 +0000 Date: Fri, 7 Aug 2020 18:49:17 +0000
Subject: [PATCH 16/20] 8210461: AArch64: Math.cos intrinsic gives incorrect Subject: [PATCH 16/20] 8210461: AArch64: Math.cos intrinsic gives incorrect
results results
DTS/AR: DTS2020080710179
Summary: hotspot: backport JDK-8210461 and enable sin/cos stub Summary: hotspot: backport JDK-8210461 and enable sin/cos stub
LLT: NA LLT: NA
Patch Type: backport
Bug url: https://bugs.openjdk.java.net/browse/JDK-8210461 Bug url: https://bugs.openjdk.java.net/browse/JDK-8210461
--- ---
.../aarch64/macroAssembler_aarch64_trig.cpp | 2 +- .../aarch64/macroAssembler_aarch64_trig.cpp | 2 +-

View File

@ -1,14 +1,10 @@
From 1e483c1a6ed3f4a32f658031594c5a89ff955260 Mon Sep 17 00:00:00 2001 From 1e483c1a6ed3f4a32f658031594c5a89ff955260 Mon Sep 17 00:00:00 2001
From: mashoubing <mashoubing1@huawei.com>
Date: Tue, 18 Aug 2020 19:17:27 +0800 Date: Tue, 18 Aug 2020 19:17:27 +0800
Subject: [PATCH 20/20] ZGC: in c1 load barrier d0 and d1 registers miss Subject: [PATCH 20/20] ZGC: in c1 load barrier d0 and d1 registers miss
restoring restoring
DTS/AR: DTS2020072712733
Summary: <gc>: <load barrier need to save and restore float registers correctly> Summary: <gc>: <load barrier need to save and restore float registers correctly>
LLT: LLT:
Patch Type: huawei
Bug url: https://gitlab.huawei.com/huaweijdk/jdk11u-dev/issues/857
--- ---
src/hotspot/cpu/aarch64/gc/z/zBarrierSetAssembler_aarch64.cpp | 2 +- src/hotspot/cpu/aarch64/gc/z/zBarrierSetAssembler_aarch64.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -735,7 +735,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver} Version: %{newjavaver}.%{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
@ -1579,6 +1579,9 @@ require "copy_jdk_configs.lua"
%changelog %changelog
* Mon Sep 7 2020 noah <hedongbo@huawei.com> - 1:11.0.8.10-5
- Delete some file header information
* Tue Aug 31 2020 jdkboy <guoge1@huawei.com> - 1:11.0.8.10-4 * Tue Aug 31 2020 jdkboy <guoge1@huawei.com> - 1:11.0.8.10-4
- Add 8210473-JEP-345-NUMA-Aware-Memory-Allocation-for-G1.patch - Add 8210473-JEP-345-NUMA-Aware-Memory-Allocation-for-G1.patch
- Add 8210461-AArch64-Math.cos-intrinsic-gives-incorrect-results.patch - Add 8210461-AArch64-Math.cos-intrinsic-gives-incorrect-results.patch