summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2014-04-16 08:08:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-16 08:08:11 +0000
commit51f32a651666b06f3cdac4a80a65db1d7bc90aac (patch)
tree5eac564fedd23a556cee80024db9c2484e3aa3e7 /runtime/jdwp
parent172109b72383f109f0ee240955e15643ba755f63 (diff)
parent5f4e6f56fcc4289eed73e7ad00d874148aeb68d1 (diff)
downloadart-51f32a651666b06f3cdac4a80a65db1d7bc90aac.zip
art-51f32a651666b06f3cdac4a80a65db1d7bc90aac.tar.gz
art-51f32a651666b06f3cdac4a80a65db1d7bc90aac.tar.bz2
Merge "Allow use of instance filter for JDWP events"
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 8f224d2..363d4dc 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