OSDN Git Service

ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID
authorAndreas Gampe <agampe@google.com>
Fri, 31 Jul 2015 20:36:10 +0000 (13:36 -0700)
committerAndreas Gampe <agampe@google.com>
Sat, 1 Aug 2015 04:12:45 +0000 (21:12 -0700)
commitb29179611a5d24ada72d8a7914bc8c1259e6d5b6
tree6e0df28ab6f3856a0cd4271bafff8d660e93566b
parent0d72ce0b4f9eaf0f60c70a2901198099086795e0
ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID

RETURN_VOID_NO_BARRIER is used in all methods with return-void,
as long as they're not a constructor and have been quickened. As
such, do the regular checking of the return type.

Bug: https://code.google.com/p/android/issues/detail?id=181700
Bug: 22871329
Change-Id: I11bcf7bffd91fc01995b703a99e603ddb370016e
runtime/verifier/method_verifier.cc