OSDN Git Service

ART: Disallow classes that are abstract and final
authorAndreas Gampe <agampe@google.com>
Sat, 20 Jun 2015 05:58:47 +0000 (22:58 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 22 Jun 2015 14:56:17 +0000 (07:56 -0700)
commita6efe5e813457a1c7946a1e6c62646b7bd1150df
tree94b28b49e249bbfde055a859df8cbce847481f55
parent88593111c3a0fec728c1ced01740a20f702b3ffd
ART: Disallow classes that are abstract and final

Make the verifier fail such classes.

Bug: 21873151

(cherry picked from commit 507cc6f83bf6379728f2dd20391f2ed5fbfe6371)

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