Delete some file header information
This commit is contained in:
parent
3b4dcc24db
commit
6572e39180
@ -1,12 +1,9 @@
|
|||||||
From c2d7c271a60a6892bbbf7a2d585aa5b50c85bef1 Mon Sep 17 00:00:00 2001
|
From c2d7c271a60a6892bbbf7a2d585aa5b50c85bef1 Mon Sep 17 00:00:00 2001
|
||||||
From: sunjianye <sunjianye@huawei.com>
|
|
||||||
Date: Sat, 23 May 2020 17:40:00 +0800
|
Date: Sat, 23 May 2020 17:40:00 +0800
|
||||||
Subject: [PATCH] 8080289 8040213 8189067: move the store out of the loop
|
Subject: [PATCH] 8080289 8040213 8189067: move the store out of the loop
|
||||||
|
|
||||||
DTS/AR: AR.SR.IREQ02373832.002.001
|
|
||||||
Summary: <superWord> : move the store out of the loop
|
Summary: <superWord> : move the store out of the loop
|
||||||
LLT: NA
|
LLT: NA
|
||||||
Patch Type: backport
|
|
||||||
Bug url: https://bugs.openjdk.java.net/browse/JDK-8080289 https://bugs.openjdk.java.net/browse/JDK-8040213 https://bugs.openjdk.java.net/browse/JDK-8189067
|
Bug url: https://bugs.openjdk.java.net/browse/JDK-8080289 https://bugs.openjdk.java.net/browse/JDK-8040213 https://bugs.openjdk.java.net/browse/JDK-8189067
|
||||||
---
|
---
|
||||||
hotspot/src/share/vm/opto/loopnode.cpp | 2 +-
|
hotspot/src/share/vm/opto/loopnode.cpp | 2 +-
|
||||||
|
|||||||
@ -1,13 +1,10 @@
|
|||||||
From e938b66397096f88ef40f4fc3522a543f938267d Mon Sep 17 00:00:00 2001
|
From e938b66397096f88ef40f4fc3522a543f938267d Mon Sep 17 00:00:00 2001
|
||||||
From: sunjianye <sunjianye@huawei.com>
|
|
||||||
Date: Sat, 23 May 2020 18:10:45 +0800
|
Date: Sat, 23 May 2020 18:10:45 +0800
|
||||||
Subject: [PATCH] 8144993:Elide redundant memory barrier after AllocationNode
|
Subject: [PATCH] 8144993:Elide redundant memory barrier after AllocationNode
|
||||||
and JDK:8139758
|
and JDK:8139758
|
||||||
|
|
||||||
DTS/AR: AR.SR.IREQ02373832.002.001
|
|
||||||
Summary: <C2> : Elide redundant memory barrier after AllocationNode
|
Summary: <C2> : Elide redundant memory barrier after AllocationNode
|
||||||
LLT: NA
|
LLT: NA
|
||||||
Patch Type: backport
|
|
||||||
Bug url: https://bugs.openjdk.java.net/browse/JDK-8144993 https://bugs.openjdk.java.net/browse/JDK-8139758
|
Bug url: https://bugs.openjdk.java.net/browse/JDK-8144993 https://bugs.openjdk.java.net/browse/JDK-8139758
|
||||||
---
|
---
|
||||||
hotspot/src/share/vm/opto/callnode.cpp | 18 ++++
|
hotspot/src/share/vm/opto/callnode.cpp | 18 ++++
|
||||||
|
|||||||
@ -1,13 +1,10 @@
|
|||||||
From c1d5b7c044ba418848c98d36ec21358a1dac568e Mon Sep 17 00:00:00 2001
|
From c1d5b7c044ba418848c98d36ec21358a1dac568e Mon Sep 17 00:00:00 2001
|
||||||
From: sunjianye <sunjianye@huawei.com>
|
|
||||||
Date: Sat, 23 May 2020 17:18:39 +0800
|
Date: Sat, 23 May 2020 17:18:39 +0800
|
||||||
Subject: [PATCH] 8223504:improve performance of forall loops by better
|
Subject: [PATCH] 8223504:improve performance of forall loops by better
|
||||||
inlining of "iterator()" methods
|
inlining of "iterator()" methods
|
||||||
|
|
||||||
DTS/AR: AR.SR.IREQ02373832.002.001
|
|
||||||
Summary: <C2> : improve performance of forall loops by better inlining of "iterator()" methods
|
Summary: <C2> : improve performance of forall loops by better inlining of "iterator()" methods
|
||||||
LLT: NA
|
LLT: NA
|
||||||
Patch Type: backport
|
|
||||||
Bug url: https://bugs.openjdk.java.net/browse/JDK-8223504
|
Bug url: https://bugs.openjdk.java.net/browse/JDK-8223504
|
||||||
---
|
---
|
||||||
hotspot/src/share/vm/classfile/systemDictionary.hpp | 3 +++
|
hotspot/src/share/vm/classfile/systemDictionary.hpp | 3 +++
|
||||||
|
|||||||
@ -1,12 +1,9 @@
|
|||||||
From b5c192bb3dc57021996545b0bac822d73c75ec19 Mon Sep 17 00:00:00 2001
|
From b5c192bb3dc57021996545b0bac822d73c75ec19 Mon Sep 17 00:00:00 2001
|
||||||
From: sunjianye <sunjianye@huawei.com>
|
|
||||||
Date: Thu, 23 Apr 2020 16:12:34 +0800
|
Date: Thu, 23 Apr 2020 16:12:34 +0800
|
||||||
Subject: [PATCH] add vm option BoxTypeCachedMax for Integer and Long cache
|
Subject: [PATCH] add vm option BoxTypeCachedMax for Integer and Long cache
|
||||||
|
|
||||||
DTS/AR: AR.SR.IREQ02373832.002.001
|
|
||||||
Summary: < JDK> : add vm option BoxTypeCachedMax for Integer and Long cache
|
Summary: < JDK> : add vm option BoxTypeCachedMax for Integer and Long cache
|
||||||
LLT: NA
|
LLT: NA
|
||||||
Patch Type: huawei
|
|
||||||
Bug url: NA
|
Bug url: NA
|
||||||
---
|
---
|
||||||
hotspot/src/share/vm/opto/c2_globals.hpp | 3 ++
|
hotspot/src/share/vm/opto/c2_globals.hpp | 3 ++
|
||||||
|
|||||||
@ -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: 2
|
Release: 3
|
||||||
# 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
|
||||||
@ -2064,6 +2064,9 @@ require "copy_jdk_configs.lua"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 7 2020 noah <hedongbo@huawei.com> - 1:1.8.0.265-b10.3
|
||||||
|
- Delete some file header information
|
||||||
|
|
||||||
* Mon Sep 1 2020 jdkboy <guoge1@huawei.com> - 1:1.8.0.265-b10.2
|
* Mon Sep 1 2020 jdkboy <guoge1@huawei.com> - 1:1.8.0.265-b10.2
|
||||||
- Remove fast-serializer-jdk8.patch
|
- Remove fast-serializer-jdk8.patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user