From 6572e391805db12e67b052fc94ac71d553a5953f Mon Sep 17 00:00:00 2001 From: jvmboy Date: Mon, 7 Sep 2020 16:58:19 +0800 Subject: [PATCH] Delete some file header information --- 8080289-8040213-8189067-move-the-store-out-of-the-loop.patch | 3 --- ...Elide-redundant-memory-barrier-after-AllocationNode.patch | 3 --- 8223504-improve-performance-of-forall-loops-by-better.patch | 3 --- ...-option-BoxTypeCachedMax-for-Integer-and-Long-cache.patch | 3 --- java-1.8.0-openjdk.spec | 5 ++++- 5 files changed, 4 insertions(+), 13 deletions(-) diff --git a/8080289-8040213-8189067-move-the-store-out-of-the-loop.patch b/8080289-8040213-8189067-move-the-store-out-of-the-loop.patch index 7697d4e..70b841b 100644 --- a/8080289-8040213-8189067-move-the-store-out-of-the-loop.patch +++ b/8080289-8040213-8189067-move-the-store-out-of-the-loop.patch @@ -1,12 +1,9 @@ From c2d7c271a60a6892bbbf7a2d585aa5b50c85bef1 Mon Sep 17 00:00:00 2001 -From: sunjianye Date: Sat, 23 May 2020 17:40:00 +0800 Subject: [PATCH] 8080289 8040213 8189067: move the store out of the loop -DTS/AR: AR.SR.IREQ02373832.002.001 Summary: : move the store out of the loop 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 --- hotspot/src/share/vm/opto/loopnode.cpp | 2 +- diff --git a/8144993-Elide-redundant-memory-barrier-after-AllocationNode.patch b/8144993-Elide-redundant-memory-barrier-after-AllocationNode.patch index 424fd7b..0254e94 100644 --- a/8144993-Elide-redundant-memory-barrier-after-AllocationNode.patch +++ b/8144993-Elide-redundant-memory-barrier-after-AllocationNode.patch @@ -1,13 +1,10 @@ From e938b66397096f88ef40f4fc3522a543f938267d Mon Sep 17 00:00:00 2001 -From: sunjianye Date: Sat, 23 May 2020 18:10:45 +0800 Subject: [PATCH] 8144993:Elide redundant memory barrier after AllocationNode and JDK:8139758 -DTS/AR: AR.SR.IREQ02373832.002.001 Summary: : Elide redundant memory barrier after AllocationNode LLT: NA -Patch Type: backport 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 ++++ diff --git a/8223504-improve-performance-of-forall-loops-by-better.patch b/8223504-improve-performance-of-forall-loops-by-better.patch index c142025..ec574cd 100644 --- a/8223504-improve-performance-of-forall-loops-by-better.patch +++ b/8223504-improve-performance-of-forall-loops-by-better.patch @@ -1,13 +1,10 @@ From c1d5b7c044ba418848c98d36ec21358a1dac568e Mon Sep 17 00:00:00 2001 -From: sunjianye Date: Sat, 23 May 2020 17:18:39 +0800 Subject: [PATCH] 8223504:improve performance of forall loops by better inlining of "iterator()" methods -DTS/AR: AR.SR.IREQ02373832.002.001 Summary: : improve performance of forall loops by better inlining of "iterator()" methods LLT: NA -Patch Type: backport Bug url: https://bugs.openjdk.java.net/browse/JDK-8223504 --- hotspot/src/share/vm/classfile/systemDictionary.hpp | 3 +++ diff --git a/add-vm-option-BoxTypeCachedMax-for-Integer-and-Long-cache.patch b/add-vm-option-BoxTypeCachedMax-for-Integer-and-Long-cache.patch index 4a879c5..1323389 100644 --- a/add-vm-option-BoxTypeCachedMax-for-Integer-and-Long-cache.patch +++ b/add-vm-option-BoxTypeCachedMax-for-Integer-and-Long-cache.patch @@ -1,12 +1,9 @@ From b5c192bb3dc57021996545b0bac822d73c75ec19 Mon Sep 17 00:00:00 2001 -From: sunjianye Date: Thu, 23 Apr 2020 16:12:34 +0800 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 LLT: NA -Patch Type: huawei Bug url: NA --- hotspot/src/share/vm/opto/c2_globals.hpp | 3 ++ diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index d466692..ffe8d4d 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: 2 +Release: 3 # 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 @@ -2064,6 +2064,9 @@ require "copy_jdk_configs.lua" %endif %changelog +* Mon Sep 7 2020 noah - 1:1.8.0.265-b10.3 +- Delete some file header information + * Mon Sep 1 2020 jdkboy - 1:1.8.0.265-b10.2 - Remove fast-serializer-jdk8.patch -- Gitee