8230756: ZGC: Remove redundant memset in ZStatValue
Reviewed-by: tschatzl, pliden
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user