OSDN Git Service

ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes
authorAndreas Gampe <agampe@google.com>
Mon, 22 Jun 2015 18:35:46 +0000 (11:35 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 22 Jun 2015 18:35:46 +0000 (11:35 -0700)
commit68df32091cc79468c81956633e279523b48ea8bf
treeac0868ff03740dc14800ebf02db202b9cbcc5101
parent59cb52189d350fa9fb38b767fa9b25d971375833
ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes

We must check that all fields are non-final, even for unresolved
classes. Fall back to the dex file for this information.

Bug: 22005084
Bug: https://code.google.com/p/android/issues/detail?id=177694
Change-Id: If2126d1be5dccadbbedcdccabde7398688d6e5ca
runtime/verifier/method_verifier.cc