summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2014-04-11 12:07:41 +0200
committerSebastien Hertz <shertz@google.com>2014-04-15 16:19:11 +0200
commit5f4e6f56fcc4289eed73e7ad00d874148aeb68d1 (patch)
tree00573868ff19e0a9ef232265e54180dea2b30438 /runtime/jdwp
parent2be6fc74bce10ac68d3d1b39a5019f520ad170ea (diff)
downloadart-5f4e6f56fcc4289eed73e7ad00d874148aeb68d1.zip
art-5f4e6f56fcc4289eed73e7ad00d874148aeb68d1.tar.gz
art-5f4e6f56fcc4289eed73e7ad00d874148aeb68d1.tar.bz2
Allow use of instance filter for JDWP events
Bug: 13922844 Change-Id: Ic4e6d7af7c80928c25417db5f43049614d225c97
Diffstat (limited to 'runtime/jdwp')
-rw-r--r--runtime/jdwp/jdwp_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jdwp/jdwp_handler.cc b/runtime/jdwp/jdwp_handler.cc
index c2a2b54..5ffe753 100644
--- a/runtime/jdwp/jdwp_handler.cc
+++ b/runtime/jdwp/jdwp_handler.cc
@@ -372,7 +372,7 @@ static JdwpError VM_CapabilitiesNew(JdwpState*, Request& request, ExpandBuf* rep
expandBufAdd1(reply, false); // canAddMethod
expandBufAdd1(reply, false); // canUnrestrictedlyRedefineClasses
expandBufAdd1(reply, false); // canPopFrames
- expandBufAdd1(reply, false); // canUseInstanceFilters
+ expandBufAdd1(reply, true); // canUseInstanceFilters
expandBufAdd1(reply, false); // canGetSourceDebugExtension
expandBufAdd1(reply, false); // canRequestVMDeathEvent
expandBufAdd1(reply, false); // canSetDefaultStratum