8222289: Overhaul logic for reading/writing constant pool entries

This commit is contained in:
Henry_Yang 2023-01-31 19:48:51 +08:00
parent cdb12bacd0
commit 911708e9dc
2 changed files with 5934 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -740,7 +740,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver}
Release: 0
Release: 1
# 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
@ -876,6 +876,9 @@ Patch89: downgrade-the-symver-of-memcpy-GLIBC_2.14-on-x86.patch
# 11.0.16
Patch90: fix_Internal_and_external_code_inconsistency.patch
# 11.0.18
patch91: 8222289-Overhaul-logic-for-reading-writing-constant-pool-entries.patch
BuildRequires: elfutils-extra
BuildRequires: autoconf
BuildRequires: alsa-lib-devel
@ -1166,6 +1169,7 @@ pushd %{top_level_dir_name}
%patch88 -p1
%patch89 -p1
%patch90 -p1
%patch91 -p1
popd # openjdk
# %patch1000
@ -1675,6 +1679,9 @@ cjc.mainProgram(arg)
%changelog
* Thu Jan 5 2023 Henry_Yang <yangyudong3@huawei.com> - 1:11.0.18.10-1
- add 8222289-Overhaul-logic-for-reading-writing-constant-pool-entries.patch
* Thu Jan 5 2023 DXwangg <wangjiawei80@huawei.com> - 1:11.0.18.10-0
- update to 11.0.18+10(GA)
- modified 8231441-2-AArch64-Initial-SVE-backend-support.patch