commit | d4032e4e2d454b11dba74acc4824abb8a846f707 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Fri Jun 12 15:47:34 2015 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Mon Jul 06 10:46:07 2015 +0200 |
tree | 8e81a560690c3d28a9400b072ec5ef38b7e439ee | |
parent | 06b6da5ccbf9246c697b8cf1be0ba58ce616521d [diff] |
JDWP: remove suspend count check on invoke We used to return an error when the debugger asks to execute a method in a thread that is suspended more than once. The reason was to avoid blocking the JDWP thread on a thread that is still suspended. Now invoke commands are handled asynchronously, we no longer need to that check. Bug: 19397712 Change-Id: I14f259923753e411dcce514183ed6fccd4cd0450