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

Add -Xlp:offheap: #21048

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Add -Xlp:offheap: #21048

merged 1 commit into from
Jan 31, 2025

Conversation

dmitripivkine
Copy link
Contributor

There is a new option to set physical page size/flags for Sparse Heap. Currently this option is going to accept any valid page size, even it is not recommended for Sparse Heap. Any specific limitations can be added later.

There is a new option to set physical page size/flags for Sparse Heap.
Currently this option is going to accept any valid page size, even it is
not recommended for Sparse Heap. Any specific limitations can be added
later.

Signed-off-by: Dmitri Pivkine <[email protected]>
@dmitripivkine
Copy link
Contributor Author

Tested in internal build

PORT_ACCESS_FROM_JAVAVM(vm);

pageSizes = j9vmem_supported_page_sizes();
pageFlags = j9vmem_supported_page_flags();
Copy link
Contributor

Choose a reason for hiding this comment

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

could initialize at definition line

}

if (!found) {
const char *oldQualifier, *newQualifier;
Copy link
Contributor

Choose a reason for hiding this comment

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

could initialize to null (for gcmetadata too)

@amicic
Copy link
Contributor

amicic commented Jan 31, 2025

jenkins compile aix,win jdk21

@amicic amicic merged commit 7a12bae into eclipse-openj9:master Jan 31, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants