From 5f4e6f56fcc4289eed73e7ad00d874148aeb68d1 Mon Sep 17 00:00:00 2001 From: Sebastien Hertz Date: Fri, 11 Apr 2014 12:07:41 +0200 Subject: Allow use of instance filter for JDWP events Bug: 13922844 Change-Id: Ic4e6d7af7c80928c25417db5f43049614d225c97 --- runtime/jdwp/jdwp_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/jdwp') 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 -- cgit v1.1