提交 4d3d690d 编写于 作者: T trims

Merge

...@@ -2401,7 +2401,7 @@ class CSMarkOopClosure: public OopClosure { ...@@ -2401,7 +2401,7 @@ class CSMarkOopClosure: public OopClosure {
// Now process this portion of this one. // Now process this portion of this one.
int lim = MIN2(next_arr_ind, len); int lim = MIN2(next_arr_ind, len);
for (int j = arr_ind; j < lim; j++) { for (int j = arr_ind; j < lim; j++) {
do_oop(aobj->obj_at_addr<T>(j)); do_oop(aobj->objArrayOopDesc::obj_at_addr<T>(j));
} }
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册