RFR: 8296620: Removed total_space_rs from MetaspaceShared::map_archives()
Ioi Lam
iklam at openjdk.org
Wed Nov 9 04:42:31 UTC 2022
On Wed, 9 Nov 2022 00:42:34 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> The `total_space_rs` variable is passed around by several functions in the `MetaspaceShared` class. However, it's used only inside `MetaspaceShared::reserve_address_space_for_archives()`.
>
> We should remove it from other functions and simplify the interfaces.
For some reason, this patch causes failures on Windows. Withdrawing.
-------------
PR: https://git.openjdk.org/jdk/pull/11050
More information about the hotspot-runtime-dev
mailing list