Skip to content

Commit 4e1bf31

Browse files
committed
8360523: Parallel: Remove unused local variable in MutableNUMASpace::initialize
Reviewed-by: stefank, kbarrett
1 parent 878497f commit 4e1bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/parallel/mutableNUMASpace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ void MutableNUMASpace::initialize(MemRegion mr,
412412
MutableSpace *s = ls->space();
413413
old_region = s->region();
414414

415-
size_t chunk_byte_size = 0, old_chunk_byte_size = 0;
415+
size_t chunk_byte_size = 0;
416416
if (i < lgrp_spaces()->length() - 1) {
417417
if (!UseAdaptiveNUMAChunkSizing ||
418418
(UseAdaptiveNUMAChunkSizing && NUMAChunkResizeWeight == 0) ||

0 commit comments

Comments
 (0)