commit | 98be1a9d7280f82e533bc02d2df564da4c8f73a0 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Aug 28 08:25:45 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Wed Aug 30 11:37:16 2017 -0700 |
tree | 5e9e0ad0e721023742fe3433e413023bee583953 | |
parent | 7da4c401614344e3274434a242b8231126b17981 [diff] |
ART: Don't check access for method parameters Rename ResolveClassAndCheckAccess to ResolveClass and add a CheckAccess template parameter. Do not check access when checking the signature of the method to be verified. A parameter itself is not an access and would not trigger an IllegalAccessError. So only check on actual usage. Bug: 64681719 Test: m test-art-host Change-Id: I00aa37f5fb097b37e267bd4332638fa3092b4fe9