Delete some file header information

This commit is contained in:
jvmboy 2020-09-07 17:02:07 +08:00
parent d388320f57
commit e2d1844875
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: zhanggaofeng <zhanggaofeng9@huawei.com>
Date: Fri, 7 Aug 2020 18:49:17 +0000
Subject: [PATCH 16/20] 8210461: AArch64: Math.cos intrinsic gives incorrect
results
DTS/AR: DTS2020080710179
Summary: hotspot: backport JDK-8210461 and enable sin/cos stub
LLT: NA
Patch Type: backport
Bug url: https://bugs.openjdk.java.net/browse/JDK-8210461
---
.../aarch64/macroAssembler_aarch64_trig.cpp | 2 +-

View File

@ -1,14 +1,10 @@
From 1e483c1a6ed3f4a32f658031594c5a89ff955260 Mon Sep 17 00:00:00 2001
From: mashoubing <mashoubing1@huawei.com>
Date: Tue, 18 Aug 2020 19:17:27 +0800
Subject: [PATCH 20/20] ZGC: in c1 load barrier d0 and d1 registers miss
restoring
DTS/AR: DTS2020072712733
Summary: <gc>: <load barrier need to save and restore float registers correctly>
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -735,7 +735,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver}
Release: 4
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
@ -1579,6 +1579,9 @@ require "copy_jdk_configs.lua"
%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
- Add 8210473-JEP-345-NUMA-Aware-Memory-Allocation-for-G1.patch
- Add 8210461-AArch64-Math.cos-intrinsic-gives-incorrect-results.patch