I5R5A6: apply TBI to JDK17 ZGC

This commit is contained in:
kuenking111 2022-09-15 09:57:27 +08:00
parent 4728f396a9
commit 30e5dc4e23
2 changed files with 1734 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} Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver} Version: %{newjavaver}.%{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
@ -971,6 +971,7 @@ Patch16: Clean-up-JDK17-codeDEX-fix-Non-static-numa_node_dist.patch
# 17.0.4 # 17.0.4
Patch17: 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch Patch17: 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch
Patch18: Apply-TBI-to-ZGC-of-JDK17.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -1204,6 +1205,7 @@ pushd %{top_level_dir_name}
%patch15 -p1 %patch15 -p1
%patch16 -p1 %patch16 -p1
%patch17 -p1 %patch17 -p1
%patch18 -p1
popd # openjdk popd # openjdk
# Extract systemtap tapsets # Extract systemtap tapsets
@ -1755,6 +1757,9 @@ cjc.mainProgram(arg)
%changelog %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 * Fri Aug 5 2022 kuenking111 <wangkun49@huawei.com> - 1:17.0.4.8-0.2
- del pr3183-rh1340845-support_system_crypto_policy.patch - del pr3183-rh1340845-support_system_crypto_policy.patch
- del rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch - del rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch