From 0561c04898d21ae8b7c81ea23f577c9312388f60 Mon Sep 17 00:00:00 2001 From: eapen Date: Thu, 20 May 2021 17:04:15 +0800 Subject: [PATCH] I3S6HR: delete misleading message for new patches. --- 8031818.patch | 1 - 8182036.patch | 1 - 8193518.patch | 1 - Disable-ddot-intrinsic-on-CPUs-that-not-suppo.patch | 1 - Fixed-a-copyright-writing-problem.patch | 1 - add-appcds-jtreg-test-case-UnusedCPDuringDump.patch | 1 - add-safe-compilation-flags.patch | 1 - downgrade-symver-of-memcpy-GLIBC.patch | 1 - fix-arguments.cpp-error-C2131-on-windows.patch | 1 - fix-log-bug-enhance-aes-hmac-performance.patch | 1 - keep-the-binary-equal.patch | 1 - link-option-use-rpath-instead-of-runpath.patch | 1 - remove-gnu-debuglink-when-using-enable-debug-.patch | 1 - revert-windows-bugfix.patch | 1 - set-vm.vendor-by-configure.patch | 1 - update-cacerts-and-VerifyCACerts.java-test.patch | 1 - update-to-keep-same-with-master.patch | 1 - 17 files changed, 17 deletions(-) diff --git a/8031818.patch b/8031818.patch index f85ba2b..2517af5 100644 --- a/8031818.patch +++ b/8031818.patch @@ -4,7 +4,6 @@ Date: Tue, 9 Mar 2021 17:27:50 +0800 Subject: [PATCH] [Backport]8031818: Experimental VM flag for enforcing safe object construction -Offering: Cloud Compiler JDK Reference: https://bugs.openjdk.java.net/browse/JDK-8031818 diff --git a/8182036.patch b/8182036.patch index 7014fd2..e5756ae 100644 --- a/8182036.patch +++ b/8182036.patch @@ -4,7 +4,6 @@ Date: Tue, 9 Mar 2021 17:24:33 +0800 Subject: [PATCH] [Backport]8182036: 2-Load from initializing arraycopy uses wrong memory state -Offering: Cloud Compiler JDK Reference: https://bugs.openjdk.java.net/browse/JDK-8182036, https://bugs.openjdk.java.net/browse/JDK-8233023 diff --git a/8193518.patch b/8193518.patch index 3160ec0..92b9a11 100644 --- a/8193518.patch +++ b/8193518.patch @@ -4,7 +4,6 @@ Date: Tue, 9 Mar 2021 16:58:48 +0800 Subject: [PATCH] [Backport]8193518: C2:Vector registers sometimes corrupted at safepoint -Offering: Cloud Compiler JDK Reference: https://bugs.openjdk.java.net/browse/JDK-8193518 diff --git a/Disable-ddot-intrinsic-on-CPUs-that-not-suppo.patch b/Disable-ddot-intrinsic-on-CPUs-that-not-suppo.patch index 93f4b75..48c3eaa 100644 --- a/Disable-ddot-intrinsic-on-CPUs-that-not-suppo.patch +++ b/Disable-ddot-intrinsic-on-CPUs-that-not-suppo.patch @@ -4,7 +4,6 @@ Date: Tue, 9 Mar 2021 16:51:56 +0800 Subject: [PATCH] [Huawei]Disable ddot intrinsic on CPUs that not support -Offering: Cloud Compiler JDK Signed-off-by: Mou Zhuojun diff --git a/Fixed-a-copyright-writing-problem.patch b/Fixed-a-copyright-writing-problem.patch index dbf5134..7d9da91 100644 --- a/Fixed-a-copyright-writing-problem.patch +++ b/Fixed-a-copyright-writing-problem.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Sat, 17 Apr 2021 14:06:13 +0800 Subject: [PATCH] [Huawei]Fixed a copyright writing problem. -Offering: Cloud Compiler JDK Reference: NA Summary: : Fixed a copyright writing problem. LLT: NA diff --git a/add-appcds-jtreg-test-case-UnusedCPDuringDump.patch b/add-appcds-jtreg-test-case-UnusedCPDuringDump.patch index 282f1b3..4de16f7 100644 --- a/add-appcds-jtreg-test-case-UnusedCPDuringDump.patch +++ b/add-appcds-jtreg-test-case-UnusedCPDuringDump.patch @@ -4,7 +4,6 @@ Date: Wed, 10 Mar 2021 11:15:17 +0800 Subject: [PATCH] [Huawei]add appcds jtreg test case UnusedCPDuringDump.java & WrongClasspath.java -Offering: Cloud Compiler JDK Signed-off-by: Hu Bodao diff --git a/add-safe-compilation-flags.patch b/add-safe-compilation-flags.patch index 9c9aee6..ccd57a6 100644 --- a/add-safe-compilation-flags.patch +++ b/add-safe-compilation-flags.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Thu, 4 Mar 2021 09:22:24 +0800 Subject: [PATCH] [Huawei]add safe compilation flags -Offering: Cloud Compiler JDK Signed-off-by: Sun Jianye diff --git a/downgrade-symver-of-memcpy-GLIBC.patch b/downgrade-symver-of-memcpy-GLIBC.patch index 63e849e..8bbf31b 100644 --- a/downgrade-symver-of-memcpy-GLIBC.patch +++ b/downgrade-symver-of-memcpy-GLIBC.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Thu, 4 Mar 2021 11:09:20 +0800 Subject: [PATCH] [Huawei]downgrade symver of memcpy@GLIBC -Offering: Cloud Compiler JDK Signed-off-by: Feng Shijie diff --git a/fix-arguments.cpp-error-C2131-on-windows.patch b/fix-arguments.cpp-error-C2131-on-windows.patch index 7c8d330..c93acb5 100644 --- a/fix-arguments.cpp-error-C2131-on-windows.patch +++ b/fix-arguments.cpp-error-C2131-on-windows.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Wed, 17 Mar 2021 14:31:38 +0800 Subject: [PATCH] [Huawei]fix arguments.cpp error C2131 on windows -Offering: Cloud Compiler JDK Signed-off-by: Lin Haibing diff --git a/fix-log-bug-enhance-aes-hmac-performance.patch b/fix-log-bug-enhance-aes-hmac-performance.patch index 98bbde4..48da9a1 100644 --- a/fix-log-bug-enhance-aes-hmac-performance.patch +++ b/fix-log-bug-enhance-aes-hmac-performance.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Tue, 16 Mar 2021 10:11:31 +0800 Subject: [PATCH] [Huawei]fix log bug && enhance aes/hmac performance -Offering: Cloud Compiler JDK Signed-off-by: He Dongbo diff --git a/keep-the-binary-equal.patch b/keep-the-binary-equal.patch index 04eb813..41d281d 100644 --- a/keep-the-binary-equal.patch +++ b/keep-the-binary-equal.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Thu, 4 Mar 2021 09:16:31 +0800 Subject: [PATCH] [Huawei]keep the binary equal -Offering: Cloud Compiler JDK Signed-off-by: Zhou Yong diff --git a/link-option-use-rpath-instead-of-runpath.patch b/link-option-use-rpath-instead-of-runpath.patch index ac414b9..1705385 100644 --- a/link-option-use-rpath-instead-of-runpath.patch +++ b/link-option-use-rpath-instead-of-runpath.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Thu, 4 Mar 2021 10:07:43 +0800 Subject: [PATCH] [Huawei]link option use rpath instead of runpath -Offering: Cloud Compiler JDK Signed-off-by: Sun Jianye diff --git a/remove-gnu-debuglink-when-using-enable-debug-.patch b/remove-gnu-debuglink-when-using-enable-debug-.patch index 6bde4b8..569e321 100644 --- a/remove-gnu-debuglink-when-using-enable-debug-.patch +++ b/remove-gnu-debuglink-when-using-enable-debug-.patch @@ -4,7 +4,6 @@ Date: Thu, 4 Mar 2021 10:10:30 +0800 Subject: [PATCH] [Huawei]remove gnu debuglink when using enable debug symbols -Offering: Cloud Compiler JDK Signed-off-by: Sun Jianye diff --git a/revert-windows-bugfix.patch b/revert-windows-bugfix.patch index 1e8b2f0..6734b1d 100644 --- a/revert-windows-bugfix.patch +++ b/revert-windows-bugfix.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Tue, 16 Mar 2021 09:11:27 +0800 Subject: [PATCH] [Huawei]revert windows bugfix -Offering: Cloud Compiler JDK Signed-off-by: Lin Haibing diff --git a/set-vm.vendor-by-configure.patch b/set-vm.vendor-by-configure.patch index bb601c7..8c7d8df 100644 --- a/set-vm.vendor-by-configure.patch +++ b/set-vm.vendor-by-configure.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Thu, 4 Mar 2021 11:26:22 +0800 Subject: [PATCH] [Huawei]set vm.vendor by configure -Offering: Cloud Compiler JDK Signed-off-by: Guo Ge diff --git a/update-cacerts-and-VerifyCACerts.java-test.patch b/update-cacerts-and-VerifyCACerts.java-test.patch index da422fd..1748414 100644 --- a/update-cacerts-and-VerifyCACerts.java-test.patch +++ b/update-cacerts-and-VerifyCACerts.java-test.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Tue, 20 Apr 2021 10:40:35 +0800 Subject: [PATCH] [Huawei]update cacerts and VerifyCACerts.java test -Offering: Cloud Compiler JDK Signed-off-by: Wang Kun --- diff --git a/update-to-keep-same-with-master.patch b/update-to-keep-same-with-master.patch index 3796056..aeae53f 100644 --- a/update-to-keep-same-with-master.patch +++ b/update-to-keep-same-with-master.patch @@ -3,7 +3,6 @@ From: zhangyipeng Date: Thu, 11 Mar 2021 16:31:50 +0800 Subject: [PATCH] [Huawei]update to keep same with master -Offering: Cloud Compiler JDK Signed-off-by: Lin Haibing -- Gitee