Skip to content

Don't zero Offheap after commit - #7557

Merged
babsingh merged 1 commit into
eclipse-omr:masterfrom
amicic:dont_zero_offheap_on_commit
Nov 23, 2024
Merged

Don't zero Offheap after commit#7557
babsingh merged 1 commit into
eclipse-omr:masterfrom
amicic:dont_zero_offheap_on_commit

Conversation

@amicic

@amicic amicic commented Nov 22, 2024

Copy link
Copy Markdown
Contributor

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 <Aleksandar_Micic@ca.ibm.com>
@amicic

amicic commented Nov 22, 2024

Copy link
Copy Markdown
Contributor Author

@dmitripivkine please review

@amicic

amicic commented Nov 22, 2024

Copy link
Copy Markdown
Contributor Author

@babsingh, please review/merge

@amicic

amicic commented Nov 22, 2024

Copy link
Copy Markdown
Contributor Author

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

@babsingh

Copy link
Copy Markdown
Contributor

jenkins build all

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