OSDN Git Service

Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent.
authorHiroshi Yamauchi <yamauchi@google.com>
Fri, 10 Feb 2017 20:07:36 +0000 (12:07 -0800)
committerHiroshi Yamauchi <yamauchi@google.com>
Fri, 10 Feb 2017 20:11:26 +0000 (12:11 -0800)
commit3481f7a104723480497e65d2c3beee67de3c4760
tree7dcd1074f462f230a13f0986f2b737cb705b39e3
parent1561de49b382627ddd277b8ad7e5e8f4cec32f0b
Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent.

This fixes JDWP exception caught test crashes.

Bug: 34929692
Test: CtsJdwpTestCases on angler.
Test: test-art-host
Test: The jdwp test on host.
Change-Id: I2f6a66d7e871e6c7d65a8ad287249286b301c3b1
runtime/instrumentation.cc