OSDN Git Service

JDWP: fix method argument count
authorSebastien Hertz <shertz@google.com>
Mon, 8 Aug 2016 08:20:28 +0000 (10:20 +0200)
committerSebastien Hertz <shertz@google.com>
Tue, 9 Aug 2016 15:41:17 +0000 (17:41 +0200)
commitaef0c91e0b03f26c3947ccf2608d92ae6eae632d
tree08d60d0b9b18a87fa02cfd71ccbe94dcc54f785c
parentc10ad423024432df36f6360eafca8332d07b946a
JDWP: fix method argument count

The arguments count must include 'this' for instance method.

Bug: 30673627
Test: make test-art-host
Test: art/tools/run-jdwp-tests.sh --mode=host --variant=X64
Change-Id: Ie582e3bb3e27a2572ce5d3c66990f02650eee61b
runtime/debugger.cc