提交 30dfcced 编写于 作者: S sjohanss

8027960: Assertion assert(end >= start) failed during nightly testing on solaris

Summary: Needed to update _space_alignment in generation sizer to ensure correct sizing of spaces.
Reviewed-by: jmasa, tschatzl
上级 b80e22ff
......@@ -75,6 +75,7 @@ void GenerationSizer::initialize_size_info() {
size_t new_alignment = round_to(page_sz, _gen_alignment);
if (new_alignment != _gen_alignment) {
_gen_alignment = new_alignment;
_space_alignment = new_alignment;
// Redo everything from the start
initialize_flags();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册