RFR: 8323159: Consider adding some text re. memory zeroing in Arena::allocate [v4]

Per Minborg pminborg at openjdk.org
Fri Jan 12 13:41:48 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:

  Fix typo

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/17308/files
  - new: https://git.openjdk.org/jdk/pull/17308/files/878cbcae..7723f604

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17308&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17308&range=02-03

  Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 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