!12 I5THSQ : apply TBI to JDK17 ZGC

From: @kuenking111 
Reviewed-by: @jvmboy 
Signed-off-by: @jvmboy
This commit is contained in:
openeuler-ci-bot 2022-09-28 02:23:22 +00:00 committed by Gitee
commit f115e089c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1735 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -885,7 +885,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{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
@ -971,6 +971,7 @@ Patch16: Clean-up-JDK17-codeDEX-fix-Non-static-numa_node_dist.patch
# 17.0.4
Patch17: 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch
Patch18: Apply-TBI-to-ZGC-of-JDK17.patch
BuildRequires: autoconf
BuildRequires: automake
@ -980,6 +981,7 @@ BuildRequires: cups-devel
BuildRequires: desktop-file-utils
# elfutils only are OK for build without AOT
BuildRequires: elfutils-devel
BuildRequires: elfutils-extra
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
BuildRequires: giflib-devel
@ -1204,6 +1206,7 @@ pushd %{top_level_dir_name}
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
popd # openjdk
# Extract systemtap tapsets
@ -1755,6 +1758,9 @@ cjc.mainProgram(arg)
%changelog
* Thu Sep 15 2022 kuenking111 <wangkun49@huawei.com> - 1:17.0.4.8-0.3
- add Apply-TBI-to-ZGC-of-JDK17.patch
* Fri Aug 5 2022 kuenking111 <wangkun49@huawei.com> - 1:17.0.4.8-0.2
- del pr3183-rh1340845-support_system_crypto_policy.patch
- del rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch