I5R4Y8: Dynamic CDS Archive

This commit is contained in:
kuenking111 2022-09-15 19:37:24 +08:00
parent 6af7cd0843
commit 9dcee871e5
2 changed files with 8663 additions and 1 deletions

8657
Dynamic-CDS-Archive.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -916,7 +916,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver}
Release: 5
Release: 6
# 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
@ -1141,6 +1141,7 @@ Patch251: fix_wrap_memcpy_undefined_gcc10_3.patch
Patch252: 8290705_fix_StringConcat_validate_mem_flow_asserts_with_unexpected_userStoreI.patch
Patch253: 8143925-enhancing-CounterMode.crypt-for-AESCrypt.patch
Patch254: kae-usability-enhancement.patch
Patch255: Dynamic-CDS-Archive.patch
#############################################
#
@ -1622,6 +1623,7 @@ pushd %{top_level_dir_name}
%patch252 -p1
%patch253 -p1
%patch254 -p1
%patch255 -p1
popd
# System library fixes
@ -2246,6 +2248,9 @@ cjc.mainProgram(arg)
%endif
%changelog
* Thu Sep 15 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.6
- add Dynamic-CDS-Archive.patch
* Thu Sep 15 2022 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.342-b07.5
- add kae-usability-enhancement.patch