dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.2k stars 497 forks source link

[Misc] Enlarge default ReservedCodeCacheSize in aarch64 from 128m to … #568

Closed sandlerwang closed 1 year ago

sandlerwang commented 1 year ago

…240m

Summary: In current jdk8 community master branch. Default value of ReservedCodeCacheSize on aarch64 systems is 128m while on all other architectures, the value is 240m. This difference may cause performance issues due to code cache full. This patch set ReservedCodeCacheSize on aarch64 to 240m, the same as other architectures.

Test Plan: hotspot/test/codecache/TestDefaultCodeCacheSize.sh

Reviewed-by: kuaiwei, JoshuaZhuwj

Issue: https://github.com/dragonwell-project/dragonwell8/issues/567

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.