8230756: ZGC: Remove redundant memset in ZStatValue

Reviewed-by: tschatzl, pliden
This commit is contained in:
Stefan Karlsson 2019-09-10 17:07:02 +02:00
parent 2a1a2b9ae1
commit 3c93f5cf18

@ -359,7 +359,6 @@ void ZStatValue::initialize() {
// Allocation aligned memory
const size_t size = _cpu_offset * ZCPU::count();
_base = ZUtils::alloc_aligned(ZCacheLineSize, size);
memset((void*)_base, 0, size);
}
const char* ZStatValue::group() const {