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 06:35:06 +0000 (22:35 -0800)
commitbe6fa5eb4a571e14481cf43f4cb264629c069153
treec7a7aa7642fc08941f9d149de5f0e664b67a6f65
parentb1a38e246cfbfb21100d9c9e57f33970e824f075
Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics.

Bug: 18485243
Change-Id: I011872446490628b51fb38a353abd1d499cc1290
runtime/verifier/method_verifier.cc
test/118-noimage-dex2oat/expected.txt
test/118-noimage-dex2oat/smali/b_18485243.smali [new file with mode: 0644]
test/118-noimage-dex2oat/src/Main.java