OSDN Git Service

Fix an assert during jdwp debugging.
authorMingyao Yang <mingyao@google.com>
Tue, 10 May 2016 21:30:41 +0000 (14:30 -0700)
committerMingyao Yang <mingyao@google.com>
Mon, 16 May 2016 22:33:19 +0000 (15:33 -0700)
commit3fd448a8b7903b00fceaed5853306e2d7eb31c72
tree5ef4f837bb7d0be0f1af86279f22b64b18db8000
parent73660f87497cadb77e8b33b4f5e01c34baae00dc
Fix an assert during jdwp debugging.

When debugger attaches, we patch entry points of methods in framework code.
During that process, it's possible that some method's declaring class isn't
resolved yet. We need to relax one assert for that case.

Bug: 28630805
Change-Id: I59fd488ad75417a64b52321677ffcac6ccdc5ce1
runtime/debugger.cc
runtime/instrumentation.cc
runtime/instrumentation.h