OSDN Git Service

Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic seman...
authorBrian Carlstrom <bdc@google.com>
Wed, 10 Dec 2014 04:15:42 +0000 (20:15 -0800)
committerBrian Carlstrom <bdc@google.com>
Wed, 10 Dec 2014 07:12:02 +0000 (23:12 -0800)
commitf9943f251a57644b28800212e21f6a252683adba
tree79a4aed93c040b4d9c74cd7c42b07fc4d066f3b3
parentab0f981e81d3c812cd34ca3e7be1e7f11ed8ca14
Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics.

Bug: 18485243

(cherry picked from commit be6fa5eb4a571e14481cf43f4cb264629c069153)

Change-Id: I6e4d8e7587f7e03288ce039471154c1e6ebc7d8a
runtime/verifier/method_verifier.cc