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

Per Minborg pminborg at openjdk.org
Fri Jan 12 14:35:01 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 two additional commits since the last revision:

 - Update copyright year
 - Add test for zero-out

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

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

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

  Stats: 39 lines in 2 files changed: 37 ins; 0 del; 2 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