Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

sandlerwang
Copy link
Collaborator

…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

…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
@CLAassistant
Copy link

CLAassistant commented Jul 18, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@JoshuaZhuwj JoshuaZhuwj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sandlerwang sandlerwang merged commit 544ebe8 into dragonwell-project:master Jul 20, 2023
13 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants