提交 cd03c521 编写于 作者: T tschatzl

8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong

Summary: Changed faulty error message in the verification code
Reviewed-by: stefank, tschatzl
Contributed-by: NAndreas Sjoberg <andreas.sjoberg@oracle.com>
上级 6a82f9ac
...@@ -158,7 +158,7 @@ void AdaptiveFreeList<Chunk>::verify_stats() const { ...@@ -158,7 +158,7 @@ void AdaptiveFreeList<Chunk>::verify_stats() const {
" coal_deaths(" SIZE_FORMAT ")" " coal_deaths(" SIZE_FORMAT ")"
" + count(" SSIZE_FORMAT ")", " + count(" SSIZE_FORMAT ")",
p2i(this), size(), _allocation_stats.prev_sweep(), _allocation_stats.split_births(), p2i(this), size(), _allocation_stats.prev_sweep(), _allocation_stats.split_births(),
_allocation_stats.split_births(), _allocation_stats.split_deaths(), _allocation_stats.coal_births(), _allocation_stats.split_deaths(),
_allocation_stats.coal_deaths(), count())); _allocation_stats.coal_deaths(), count()));
} }
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册