diff options
| author | 2012-02-27 13:58:13 -0800 | |
|---|---|---|
| committer | 2012-02-27 13:58:13 -0800 | |
| commit | de0d9c9f636810bd802ceefc2a6d24628f979ddc (patch) | |
| tree | 7a94a0c2b6c7425ec1b659ab588653415b029289 /src/compiler_llvm/compiler_llvm.cc | |
| parent | d1f1bf03e30320e5730790678f470ac8a610b6b6 (diff) | |
Reordered checks for permission and invocation type of private methods.
The verifier now checks for accessibilty of a method so it can throw an
IllegalAccessError where appropriate. It will then check if a private
method was invoked using invoke-super or invoke-direct, and throw a
VerifyError. Before it would throw VerifyError in both error cases.
Change-Id: Iba418c4cf6b4543bf253408db0d1283dcd1121eb
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.cc')
0 files changed, 0 insertions, 0 deletions