< prev index next >

src/hotspot/share/gc/g1/sparsePRT.cpp

Print this page
*** 103,13 ***
    clear();
  }
  
  RSHashTable::~RSHashTable() {
    FREE_C_HEAP_ARRAY(SparsePRTEntry, _entries);
-   _entries = NULL;
    FREE_C_HEAP_ARRAY(int, _buckets);
-   _buckets = NULL;
  }
  
  void RSHashTable::clear() {
    _occupied_entries = 0;
    _occupied_cards = 0;
--- 103,11 ---
< prev index next >