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 16:44:35 +0000 (09:44 -0700)
commita12c2a945fe3f10d3ed31aa5db3e422cc1ad7f98
tree090f5c7f02c6250f8d4b0b58a8e91309ba7cd706
parentb9c3888380666a7b44718f04f787693787cd57c6
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
Change-Id: I85a565002fd18ae30105df084796521abd60ea12
runtime/gc/heap.cc
runtime/parsed_options.cc