< prev index next >

src/hotspot/os/windows/os_windows.cpp

Print this page
@@ -2719,13 +2719,11 @@
   private:
    int *_numa_used_node_list;  // allocated below
    int _numa_used_node_count;
  
    void free_node_list() {
-     if (_numa_used_node_list != NULL) {
-       FREE_C_HEAP_ARRAY(int, _numa_used_node_list);
-     }
+     FREE_C_HEAP_ARRAY(int, _numa_used_node_list);
    }
  
   public:
    NUMANodeListHolder() {
      _numa_used_node_count = 0;
< prev index next >