提交 f24dbc4a 编写于 作者: J Jonathan Chambers

Avoid exceeding the mark stack limit (case 1235202)

上级 cb87807b
Subproject commit 876a56777d9fb8ca559c8889c586cc88eb120d75
Subproject commit 44c4c0a38e0d954e9653185fd4e76ceb71e95828
......@@ -160,7 +160,7 @@ static mse * GC_gcj_vector_proc (word * addr, mse * mark_stack_ptr,
/* end at last element or max chunk size */
word *actual_end = actual_start + length * words_per_element;
return GC_gcj_vector_mark_proc (mark_stack_ptr, element_desc, start, actual_end, words_per_element);
return GC_gcj_vector_mark_proc (mark_stack_ptr, mark_stack_limit, element_desc, start, actual_end, words_per_element);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册