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

src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp

Print this page

        

*** 105,115 **** ConcurrentG1Refine::~ConcurrentG1Refine() { if (_threads != NULL) { for (uint i = 0; i < _n_threads; i++) { delete _threads[i]; } ! FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads, mtGC); } } void ConcurrentG1Refine::threads_do(ThreadClosure *tc) { if (_threads != NULL) { --- 105,115 ---- ConcurrentG1Refine::~ConcurrentG1Refine() { if (_threads != NULL) { for (uint i = 0; i < _n_threads; i++) { delete _threads[i]; } ! FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads); } } void ConcurrentG1Refine::threads_do(ThreadClosure *tc) { if (_threads != NULL) {
src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File