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

changeset 1234
f89cf529c3c7
parent 1230
215f81b4d9b3
child 1279
bd02caa94611
equal deleted inserted replaced
1233:fe1574da39fc 1234:f89cf529c3c7
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) {

mercurial