commit | d0ad2eea51850ed5972c23d03380b2305cdf7cb7 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Mar 31 14:59:59 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Apr 09 15:18:14 2015 -0700 |
tree | 533baced17c6dc3860e0e2121ce06acde57b8f4d | |
parent | 917f0866f66d3465fa41ddcf9ab09eba2fa78dd3 [diff] |
Add support for nested method verifiers Can occur in the following scenario: MethodVerifier::Verify -> MethodVerifier::GetStaticField -> ResolveFieldJLS -> ThrowNoSuchFieldError -> EnsureInitialized -> VerifyClass Also fixed another case where we can be requested to dump for ANR while we are suspended in one of the AllowSuspension points. Bug: 20140397 Change-Id: Ib17f6b98954caa5d1ea1c1dcde66091cc6d11c25