< prev index next >

src/hotspot/share/gc/shared/workgroup.cpp

Print this page
@@ -452,11 +452,11 @@
    }
  }
  
  
  SubTasksDone::~SubTasksDone() {
-   if (_tasks != NULL) FREE_C_HEAP_ARRAY(uint, _tasks);
+   FREE_C_HEAP_ARRAY(uint, _tasks);
  }
  
  // *** SequentialSubTasksDone
  
  void SequentialSubTasksDone::clear() {
< prev index next >