RFR: 8323159: Consider adding some text re. memory zeroing in Arena::allocate [v3]
Per Minborg
pminborg at openjdk.org
Fri Jan 12 13:06:39 UTC 2024
> This PR proposes to add a clarification that an `Arena` always returns zeroed-out segments for `Arena::allocate` methods.
>
> Note that other overloaded methods refer to the abstract `Arena::allocate` method via implementation notes.
Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
Move documentation of zero init to each Arena factory
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17308/files
- new: https://git.openjdk.org/jdk/pull/17308/files/04074d71..878cbcae
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17308&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17308&range=01-02
Stats: 17 lines in 1 file changed: 12 ins; 5 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17308.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17308/head:pull/17308
PR: https://git.openjdk.org/jdk/pull/17308
More information about the core-libs-dev
mailing list