Fix Heap::AllocateFillerObject() to use double alignment param.
authorpaul.lind <paul.lind@imgtec.com>
Fri, 15 May 2015 06:49:46 +0000 (23:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 15 May 2015 06:49:35 +0000 (06:49 +0000)
commitcbfb7cc1b16fa04f4d72fcc9119066b6d3c92e2c
treee13f9026a09afa7593b7a070dbddf2f5416f8e5a
parentcdc43bc5fd02fff2905e2e28a79054d0d1eee3ea
Fix Heap::AllocateFillerObject() to use double alignment param.

This is called from Runtime, and was dropping the requested alignment
for doubles. Needed for upcoming MIPS CL to remove some more
workarounds for load/store doubles.

BUG=

Review URL: https://codereview.chromium.org/1131123003

Cr-Commit-Position: refs/heads/master@{#28413}
src/heap/heap.cc