OSDN Git Service

Print more info on mark sweep invalid ref crash.
authorHiroshi Yamauchi <yamauchi@google.com>
Fri, 15 May 2015 22:23:30 +0000 (15:23 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Fri, 15 May 2015 22:46:33 +0000 (15:46 -0700)
commit1e1a47204984e3b72c4a753a2beb704350f38373
tree1c0aca46b9a83b6027fbe42dabf0a8e66f406c2d
parent577d24cc9e330afb21ab7a5f0d95f84b88745e55
Print more info on mark sweep invalid ref crash.

- Add extra info about the field holder.
- Suspend threads when verifying roots.

Bug: 20557050
Change-Id: Ia1f2269aaa3b1a81d0594e781e439a5decfb82f9
runtime/gc/collector/mark_sweep.cc