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

Don't zero Offheap after commit #7557

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

amicic
Copy link
Contributor

@amicic amicic commented Nov 22, 2024

Commit on all existing platforms will implicitly (and likely lazily) zero the address range, since we are currently creating Offheap with anonymous small pages.

Hence we are removing our explicit zero call (which was already the case of xLinux).

Commit on all existing platforms will implicitly (and likely lazily)
zero the address range, since we are currently creating Offheap with
anonymous small pages.

Hence we are removing our explicit zero call (which was already the case
of xLinux).

Signed-off-by: Aleksandar Micic <[email protected]>
@amicic
Copy link
Contributor Author

amicic commented Nov 22, 2024

@dmitripivkine please review

@amicic
Copy link
Contributor Author

amicic commented Nov 22, 2024

@babsingh, please review/merge

@amicic
Copy link
Contributor Author

amicic commented Nov 22, 2024

and set GC label (can't still do it, probably since rename to eclipse-omr )

@babsingh
Copy link
Contributor

jenkins build all

@babsingh babsingh merged commit 92cf0e0 into eclipse-omr:master Nov 23, 2024
12 of 13 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.

3 participants