RFR(xxxs, trivial): 8203865: Metaspace cleanup: Remove unused MemRegion in VirtualSpaceNode
Zhengyu Gu
zgu at redhat.com
Mon May 28 12:38:13 UTC 2018
Looks good to me.
-Zhengyu
On 05/28/2018 02:28 AM, Thomas Stüfe wrote:
> Hi all,
>
> very tiny cleanup.
>
> May I get a review (I consider this trivial):
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8203865
> Webrev: http://cr.openjdk.java.net/~stuefe/webrevs/8203865-Remove-unused-MemRegion-in-VirtualSpaceNode/webrev.00/webrev/
>
> VirtualSpaceNode contains: MemRegion _reserved;
>
> This member is not used and serves no purpose. It keeps track of the
> reserved memory location, but that is redundant since the underlying
> ReservedSpace does the same. It is also nowhere used. So it should be
> removed.
>
> Best Regards, Thomas
>
More information about the hotspot-runtime-dev
mailing list