RFR: 8232601: ZGC: Parameterize the ZGranuleMap table size
erik.osterlund at oracle.com
erik.osterlund at oracle.com
Tue Oct 22 09:17:25 UTC 2019
Hi Stefan,
Looks good.
Thanks,
/Erik
On 10/21/19 3:00 PM, Stefan Karlsson wrote:
> Hi all,
>
> Please review this patch to parameterize the ZGranuleMap table size.
>
> https://cr.openjdk.java.net/~stefank/8232601/webrev.01/
> https://bugs.openjdk.java.net/browse/JDK-8232601
>
> Previously, the maps were always bound by the range of a virtual
> address space view (ZAddressOffsetMax). We want to be able to use
> ZGranuleMap to map against physical memory offsets, so this RFE
> suggests that we allow users of ZGranuleMap to specify the max offset.
>
> Thanks,
> StefanK
More information about the hotspot-gc-dev
mailing list