Skip to content

Commit 31ba7da

Browse files
committed
Remove NUMA test log
1 parent 6c2a271 commit 31ba7da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hotspot/share/gc/z/zPageAllocator.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -932,11 +932,6 @@ bool ZPageAllocator::commit_and_map_memory(ZPageAllocation* allocation, const ZM
932932
return false;
933933
}
934934

935-
log_trace(gc, heap)("Committed memory at 0x%lx (NUMA preferred=%d actual=%d)",
936-
untype(vmem.start()),
937-
_virtual.get_numa_id(vmem),
938-
ZNUMA::memory_id(untype(ZOffset::address(vmem.start()))));
939-
940935
return true;
941936
}
942937

0 commit comments

Comments
 (0)