You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sandlerwang
added a commit
to sandlerwang/dragonwell8
that referenced
this issue
Jul 18, 2023
…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: dragonwell-project#567
#568)
* [Misc] Enlarge default ReservedCodeCacheSize in aarch64 from 128m to 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: #567
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.
The text was updated successfully, but these errors were encountered: