[jdk22] Integrated: 8323159: Consider adding some text re. memory zeroing in Arena::allocate

2024-01-17 Thread Per Minborg
On Mon, 15 Jan 2024 16:14:15 GMT, Per Minborg wrote: > 8323159: Consider adding some text re. memory zeroing in Arena::allocate This pull request has now been integrated. Changeset: 887a93b7 Author:Per Minborg URL:

Integrated: 8323159: Consider adding some text re. memory zeroing in Arena::allocate

2024-01-15 Thread Per Minborg
On Mon, 8 Jan 2024 16:16:50 GMT, Per Minborg wrote: > 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.