OSDN Git Service

Remove unused StackHandleScope
authorSebastien Hertz <shertz@google.com>
Mon, 11 May 2015 15:53:27 +0000 (17:53 +0200)
committerSebastien Hertz <shertz@google.com>
Mon, 11 May 2015 17:03:56 +0000 (19:03 +0200)
commitdb30566022d477a7362d43247b98152a2cd2e191
treee6adf875f2d980fdda51d724b68d2e68effcefb1
parentcdeb0b5fede4c06488f43a212591e661d946bc78
Remove unused StackHandleScope

It is causing crashes when there is no current thread (because it has
been detached from the runtime). It happens when we sanity check the
stack during runtime shutdown after stopping method tracing.

Bug: 20993343
Change-Id: I549664932f513a01339e5b1c34b3ddc5744888c3
runtime/mirror/art_method.cc