commit | c93f71263555642006d28beb1e8f671309971655 | [log] [tgz] |
---|---|---|
author | tony.ys_liu <tony.ys_liu@htc.com> | Mon Oct 17 11:18:09 2016 +0800 |
committer | tony.ys_liu <tony.ys_liu@htc.com> | Tue Oct 18 13:04:27 2016 +0800 |
tree | acad5da001fd2ada0a70e1aeee7c95fd4b3f4e4f | |
parent | a3344e8349b6abf2d31d8b973627248706382970 [diff] |
Update the Begin() of LargeObjectMapSpace Root cause: LargeObjectMapSpace's begin_ is initialized by nullptr. so, it's always 0 after std::min Solution: Consider the nullptr case when update begin_ Notes: Remove the nullptr check for end_ since it's not needed Test: make test-art-host-gtest-large_object_space_test Change-Id: I9918c30916e5d359f0ab23ec2bdb0fc9f093a85f