OSDN Git Service

Use the uncached form of BacktraceMap::Create.
authorChristopher Ferris <cferris@google.com>
Tue, 5 Aug 2014 00:15:21 +0000 (17:15 -0700)
committerChristopher Ferris <cferris@google.com>
Tue, 5 Aug 2014 02:22:40 +0000 (19:22 -0700)
commit422f4733ce76eda8f4ebb5a3dce5c0a5a2264886
tree32340767bc568f75b7148b5ba40aa1d1e57a7636
parentc52361cfaae8be2fbaa25b175d4f6c37d4110764
Use the uncached form of BacktraceMap::Create.

The code assumes that calling BacktraceMap::Create creates a map based
on the current state of the maps. This is not true by default, so
call the Create function indicating we want an uncached BacktraceMap object.

(cherry picked from 27a10f618357cf85cc0677a04f0a5a3a8a437aed)

Change-Id: Ic7a2dedaea9950174b24ede4dcda30ffe036fe93
runtime/mem_map.cc