hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
changeset 2886 70bf7d429eba
parent 2882 d508a8bac491
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2885:7dd49b9daa4a 2886:70bf7d429eba
   109   }
   109   }
   110   if (_threads != NULL) {
   110   if (_threads != NULL) {
   111     for (int i = 0; i < _n_threads; i++) {
   111     for (int i = 0; i < _n_threads; i++) {
   112       delete _threads[i];
   112       delete _threads[i];
   113     }
   113     }
   114     FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _n_threads);
   114     FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads);
   115   }
   115   }
   116 }
   116 }
   117 
   117 
   118 void ConcurrentG1Refine::threads_do(ThreadClosure *tc) {
   118 void ConcurrentG1Refine::threads_do(ThreadClosure *tc) {
   119   if (_threads != NULL) {
   119   if (_threads != NULL) {