src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp
changeset 58084 cddef3bde924
parent 50523 7b7c75d87f9b
--- a/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp	Wed Sep 11 14:16:27 2019 +0200
+++ b/src/hotspot/share/gc/epsilon/epsilonMonitoringSupport.cpp	Wed Sep 11 14:16:30 2019 +0200
@@ -72,9 +72,7 @@
   }
 
   ~EpsilonSpaceCounters() {
-    if (_name_space != NULL) {
-      FREE_C_HEAP_ARRAY(char, _name_space);
-    }
+    FREE_C_HEAP_ARRAY(char, _name_space);
   }
 
   inline void update_all(size_t capacity, size_t used) {