RFR: 8345655: Move reservation code out of ReservedSpace [v3]
Johan Sjölen
jsjolen at openjdk.org
Tue Dec 17 10:07:42 UTC 2024
On Mon, 16 Dec 2024 10:39:17 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> The ReservedSpace class and its friends has a dual functionality of describing a reserved memory region AND it also reserves memory. I would like to split this so that the ReservedSpace classes only acts as data carrier about reserved memory and then have a more explicit API for reserving memory and baking a ReservedSpace given the outcome of the reservation.
>>
>> See the first comment for the full description:
>
> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>
> Copyright
I am okay with this, I wanted to defer an approval to see whether others would chime in. Thank you for this work.
-------------
Marked as reviewed by jsjolen (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22712#pullrequestreview-2508408235
More information about the shenandoah-dev
mailing list