RFR: 8345655: Move reservation code out of ReservedSpace [v3]

Stefan Karlsson stefank at openjdk.org
Tue Dec 17 13:16:40 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

OK. Thanks. I'll give it one more day to let any reviewers get a chance to take a look.

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

PR Comment: https://git.openjdk.org/jdk/pull/22712#issuecomment-2548430738


More information about the shenandoah-dev mailing list