From 03e213deba646a86a65f9692c3fc962644cb7468 Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 8 Jun 2021 14:21:14 +0800 Subject: [PATCH] I3S6HR: delete redundant info in patch --- 8140597-Postpone-the-initial-mark-request-until-the-.patch | 2 -- 8214418-half-closed-SSLEngine-status-may-cause-appli.patch | 1 - 8231841-debug.cpp-help-is-missing-an-AArch64-line-fo.patch | 1 - 8254078-DataOutputStream-is-very-slow-post-disabling.patch | 1 - 8259886-Improve-SSL-session-cache-performance-and-sc.patch | 1 - C1-typos-repair.patch | 1 - Use-Mutex-when-G1Uncommit.patch | 2 -- Use-atomic-operation-when-G1Uncommit.patch | 2 -- initialized-value-should-be-0-in-perfInit.patch | 1 - 9 files changed, 12 deletions(-) diff --git a/8140597-Postpone-the-initial-mark-request-until-the-.patch b/8140597-Postpone-the-initial-mark-request-until-the-.patch index 6ae8542..d7381d6 100644 --- a/8140597-Postpone-the-initial-mark-request-until-the-.patch +++ b/8140597-Postpone-the-initial-mark-request-until-the-.patch @@ -3,11 +3,9 @@ Date: Mon, 8 Feb 2021 09:47:28 +0800 Subject: 8140597: Postpone the initial mark request until the current mixed GC phase has finished. -DTS/AR: DTS202102030LAZOBP1G00 Summary: : LLT: jtreg Patch Type: backport -Bug url: https://dts-szv.clouddragon.huawei.com/DTSPortal/ticket/DTS202102030LAZOBP1G00 --- .../gc_implementation/g1/g1CollectedHeap.cpp | 1 - .../g1/g1CollectorPolicy.cpp | 37 +++++++------------ diff --git a/8214418-half-closed-SSLEngine-status-may-cause-appli.patch b/8214418-half-closed-SSLEngine-status-may-cause-appli.patch index e073e44..79efd14 100644 --- a/8214418-half-closed-SSLEngine-status-may-cause-appli.patch +++ b/8214418-half-closed-SSLEngine-status-may-cause-appli.patch @@ -3,7 +3,6 @@ Date: Mon, 8 Mar 2021 09:28:45 +0800 Subject: 8214418: half-closed SSLEngine status may cause application dead loop -DTS/AR: DTS20210308033J8XP0F00 Summary: : half-closed SSLEngine status may cause application dead loop LLT: NA Patch Type: backport diff --git a/8231841-debug.cpp-help-is-missing-an-AArch64-line-fo.patch b/8231841-debug.cpp-help-is-missing-an-AArch64-line-fo.patch index 3d9294d..ef8baaf 100644 --- a/8231841-debug.cpp-help-is-missing-an-AArch64-line-fo.patch +++ b/8231841-debug.cpp-help-is-missing-an-AArch64-line-fo.patch @@ -3,7 +3,6 @@ Date: Fri, 18 Dec 2020 11:18:19 +0800 Subject: 8231841: debug.cpp help() is missing an AArch64 line for pns -DTS/AR: AR.SR.IREQ02373832.002.001 Summary: < hotspot> : debug.cpp help() is missing an AArch64 line for pns LLT: NA Patch Type: backport diff --git a/8254078-DataOutputStream-is-very-slow-post-disabling.patch b/8254078-DataOutputStream-is-very-slow-post-disabling.patch index 8e7e356..e23fcd4 100644 --- a/8254078-DataOutputStream-is-very-slow-post-disabling.patch +++ b/8254078-DataOutputStream-is-very-slow-post-disabling.patch @@ -3,7 +3,6 @@ Date: Mon, 25 Jan 2021 15:48:35 +0800 Subject: 8254078: DataOutputStream is very slow post-disabling of Biased Locking -DTS/AR: DTS202101180520BWP1D00 Summary: : DataOutputStream is very slow post-disabling of Biased Locking LLT: jtreg Patch Type: backport diff --git a/8259886-Improve-SSL-session-cache-performance-and-sc.patch b/8259886-Improve-SSL-session-cache-performance-and-sc.patch index 73192e0..63c18ae 100644 --- a/8259886-Improve-SSL-session-cache-performance-and-sc.patch +++ b/8259886-Improve-SSL-session-cache-performance-and-sc.patch @@ -3,7 +3,6 @@ Date: Thu, 11 Mar 2021 14:34:12 +0800 Subject: 8259886: Improve SSL session cache performance and scalability -DTS/AR: DTS202103110E0APCP0H00 Summary: : Improve SSL session cache performance and scalability LLT: NA Patch Type: backport diff --git a/C1-typos-repair.patch b/C1-typos-repair.patch index 33dbba6..d734ee0 100644 --- a/C1-typos-repair.patch +++ b/C1-typos-repair.patch @@ -2,7 +2,6 @@ From 693b5eed765417ab055a19cbd5fd392cb052b06f Mon Sep 17 00:00:00 2001 Date: Sat, 27 Feb 2021 17:06:24 +0800 Subject: C1 typos repair -DTS/AR: DTS202102240GWU4QP1O00 Summary: : LLT: NA Patch Type: huawei diff --git a/Use-Mutex-when-G1Uncommit.patch b/Use-Mutex-when-G1Uncommit.patch index ff9c108..ec627b1 100644 --- a/Use-Mutex-when-G1Uncommit.patch +++ b/Use-Mutex-when-G1Uncommit.patch @@ -2,11 +2,9 @@ From 120ea606bc94b68e8a8d7d8c2cfc41bf472b5742 Mon Sep 17 00:00:00 2001 Date: Mon, 8 Feb 2021 10:32:10 +0800 Subject: Use Mutex when G1Uncommit -DTS/AR: DTS2021021804F2O5P0H00 Summary: : LLT: jtreg Patch Type: huawei -Bug url: https://dts-szv.clouddragon.huawei.com/DTSPortal/ticket/DTS2021021804F2O5P0H00 --- .../g1/g1PageBasedVirtualSpace.cpp | 8 +++---- .../g1/g1RegionToSpaceMapper.cpp | 22 +++++++++++++------ diff --git a/Use-atomic-operation-when-G1Uncommit.patch b/Use-atomic-operation-when-G1Uncommit.patch index 43beb5e..cae3c30 100644 --- a/Use-atomic-operation-when-G1Uncommit.patch +++ b/Use-atomic-operation-when-G1Uncommit.patch @@ -2,11 +2,9 @@ From bdff9eab4eb0bc16ebdbe908cc6237e0a70d53e6 Mon Sep 17 00:00:00 2001 Date: Sat, 26 Dec 2020 11:22:37 +0800 Subject: Use atomic operation when G1Uncommit -DTS/AR: DTS2021012207P2X7P0E00 Summary: : LLT: jtreg Patch Type: huawei -Bug url: https://dts-szv.clouddragon.huawei.com/DTSPortal/ticket/DTS2021012207P2X7P0E00 --- .../vm/gc_implementation/g1/g1BiasedArray.hpp | 5 ++++ .../g1/g1RegionToSpaceMapper.cpp | 11 ++++----- diff --git a/initialized-value-should-be-0-in-perfInit.patch b/initialized-value-should-be-0-in-perfInit.patch index c304470..9ec08c7 100644 --- a/initialized-value-should-be-0-in-perfInit.patch +++ b/initialized-value-should-be-0-in-perfInit.patch @@ -2,7 +2,6 @@ From 00c58142616a05509f005a676f786edaad88bfb4 Mon Sep 17 00:00:00 2001 Date: Thu, 24 Dec 2020 16:12:02 +0800 Subject: initialized value should be 0 in perfInit() -DTS/AR: AR.SR.IREQ02517150.001.001 Summary: : LLT: Patch Type: huawei -- Gitee