RFR: 8230756: ZGC: Remove redundant memset in ZStatValue

Stefan Karlsson stefan.karlsson at oracle.com
Mon Sep 9 10:11:09 UTC 2019


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



More information about the hotspot-gc-dev mailing list