src/share/vm/gc_implementation/g1/sparsePRT.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/g1/sparsePRT.cpp	Tue Nov 18 07:33:06 2014
--- new/src/share/vm/gc_implementation/g1/sparsePRT.cpp	Tue Nov 18 07:33:06 2014

*** 152,166 **** --- 152,166 ---- clear(); } RSHashTable::~RSHashTable() { if (_entries != NULL) { - FREE_C_HEAP_ARRAY(SparsePRTEntry, _entries, mtGC); _entries = NULL; } if (_buckets != NULL) { - FREE_C_HEAP_ARRAY(int, _buckets, mtGC); _buckets = NULL; } } void RSHashTable::clear() {

src/share/vm/gc_implementation/g1/sparsePRT.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File