!189 I3VF9L: G1 GC adds support for NUMA

From: @kuenking111
Reviewed-by: @jvmboy
Signed-off-by: @jvmboy
This commit is contained in:
openeuler-ci-bot 2021-06-12 04:24:41 +00:00 committed by Gitee
commit 70f5d90491
2 changed files with 3572 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -918,7 +918,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver}
Release: 10
Release: 11
# 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
@ -1106,6 +1106,7 @@ Patch192: add_kae_implementation_add_default_conf_file.patch
Patch193: improve_algorithmConstraints_checkAlgorithm_performance.patch
Patch194: modify_the_default_iteration_time_and_forks_in_the_JMH_of_KAEProvider.patch
Patch195: support_CMS_parallel_inspection.patch
Patch196: g1gc-numa-aware-Implementation.patch
#############################################
#
@ -1560,6 +1561,7 @@ pushd %{top_level_dir_name}
%patch192 -p1
%patch194 -p1
%patch195 -p1
%patch196 -p1
popd
# System library fixes
@ -2176,6 +2178,9 @@ require "copy_jdk_configs.lua"
%endif
%changelog
* Sat Jun 12 2021 hu_bo_dao <hubodao@huawei.com> - 1:1.8.0.292-b10.11
- add g1gc-numa-aware-Implementation.patch
* Wed Jun 10 2021 hu_bo_dao <hubodao@huawei.com> - 1:1.8.0.292-b10.10
- add support_CMS_parallel_inspection.patch