OSDN Git Service

Fix testing wrong variable for non zygote.
authorMathieu Chartier <mathieuc@google.com>
Fri, 22 Aug 2014 01:28:20 +0000 (18:28 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 22 Aug 2014 17:16:46 +0000 (10:16 -0700)
commit0deeb815d32be7c98d8b1567db3e8f8d190b6d3b
tree0700bb71db244d91bfeb8228e3ab6b6da3133c3f
parent044019918d43d2b21a81d24e96045666d3630410
Fix testing wrong variable for non zygote.

For non zygote we want to only have a single non moving space to
let dex2oat use RosAlloc for all allocations.

Fixed stale low memory logic in parsed options.

Bug: 17189964

(cherry picked from commit a12c2a945fe3f10d3ed31aa5db3e422cc1ad7f98)

Change-Id: I4fc00b277db6780ed410eab4cd969e8f004d5348
runtime/gc/heap.cc
runtime/parsed_options.cc