DescriptionAvoid SLOW_ASSERT when calling HeapGraphNode::GetChildrenCount
It may occur that GetChildrenCount is called on the node which has no children and stored last in the internal nodes array. In that case HeapEntry::children_arr() would fail when taking address of the element at index children_index_ which is past the last element in the children's array.
BUG=None
LOG=N
R=alph@chromium.org, ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=18378
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comment addressed #
Total comments: 2
Messages
Total messages: 7 (0 generated)
|