OSDN Git Service

Add handle wrapper for interpreter iget/iput quick
authorMathieu Chartier <mathieuc@google.com>
Thu, 27 Oct 2016 05:57:02 +0000 (22:57 -0700)
committerMathieu Chartier <mathieuc@google.com>
Thu, 27 Oct 2016 06:18:55 +0000 (23:18 -0700)
commita314773a624f9f51391be91bda3472bbdbe0050e
tree11cd3182265c3426b00a34acc5c36961b351408f
parente22305b8a093a892a10029e905064776fd2082c5
Add handle wrapper for interpreter iget/iput quick

JDWP has thread suspension in instrumentation listeners. The fix is
to use handle wrappers here. This change fixes JDWP tests.

Bug: 31113334

Test: art/tools/run-jdwp-tests.sh '--mode=host' '--variant=X64' --debug

Change-Id: Ic7dcb1201ec44946e8002547b2f7f5645b4dea48
runtime/interpreter/interpreter_common.cc