equal
deleted
inserted
replaced
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) { |