RFR(xxxs, trivial): 8203865: Metaspace cleanup: Remove unused MemRegion in VirtualSpaceNode
Thomas Stüfe
thomas.stuefe at gmail.com
Mon May 28 12:38:57 UTC 2018
Thanks Zhengyu!
On Mon, May 28, 2018 at 2:38 PM, Zhengyu Gu <zgu at redhat.com> wrote:
> 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