RFR: 8230756: ZGC: Remove redundant memset in ZStatValue
Thomas Schatzl
thomas.schatzl at oracle.com
Mon Sep 9 10:15:52 UTC 2019
On 9/9/19 12:11 PM, Stefan Karlsson wrote:
> Hi all,
>
> Please review this patch to remove a redundant memset in ZStatValue.
>
> https://cr.openjdk.java.net/~stefank/8230756/webrev.01/
> https://bugs.openjdk.java.net/browse/JDK-8230756
>
> ZUtils::alloc_aligned alread clears the memory, so there's no need to
> clear the returned memory.
>
> Thanks,
> StefanK
looks good.
Thomas
More information about the hotspot-gc-dev
mailing list