提交 6a21d086 编写于 作者: I iveresov

6849122: G1: Typo introduced during implementation of the parallel refinement

Summary: Typo fix
Reviewed-by: jcoomes
上级 218c668e
......@@ -111,7 +111,7 @@ ConcurrentG1Refine::~ConcurrentG1Refine() {
for (int i = 0; i < _n_threads; i++) {
delete _threads[i];
}
FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _n_threads);
FREE_C_HEAP_ARRAY(ConcurrentG1RefineThread*, _threads);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册