src/hotspot/share/gc/g1/heapRegionManager.cpp
changeset 58084 cddef3bde924
parent 55161 1a7f82c98eee
child 58679 9c3209ff7550
child 59060 fce1fa1bdc91
--- a/src/hotspot/share/gc/g1/heapRegionManager.cpp	Wed Sep 11 14:16:27 2019 +0200
+++ b/src/hotspot/share/gc/g1/heapRegionManager.cpp	Wed Sep 11 14:16:30 2019 +0200
@@ -531,9 +531,7 @@
 }
 
 HeapRegionClaimer::~HeapRegionClaimer() {
-  if (_claims != NULL) {
-    FREE_C_HEAP_ARRAY(uint, _claims);
-  }
+  FREE_C_HEAP_ARRAY(uint, _claims);
 }
 
 uint HeapRegionClaimer::offset_for_worker(uint worker_id) const {