• bjaideep's avatar
    [heap] Update verification of LO_SPACE in SizeOfInitialHeap · 45b64d15
    bjaideep authored
    On PPC64 linux the OS page size is 64KB, therefore when the
    snapshot is created the serialized heap already has LO_SPACE
    allocated(the allocation goes beyond the 1st page of
    CODE_SPACE and hence LO_SPACE is allocated).
    I've updated the testcase to check if the delta
    of the LO_SPACE is zero.
    
    R=mlippautz@chromium.org, ulan@chromium.org, vogelheim@chromium.org
    BUG=
    
    Review-Url: https://codereview.chromium.org/2394893002
    Cr-Commit-Position: refs/heads/master@{#40014}
    45b64d15
Name
Last commit
Last update
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-spaces.cc Loading commit data...