diff options
author | David Brazdil <dbrazdil@google.com> | 2019-04-10 10:22:26 +0100 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2019-04-11 20:46:22 +0000 |
commit | 62e679771d11be1b2753645fddd2692d03087c90 (patch) | |
tree | f1754c918014e922cdbb8d3e847b783f5583c3b7 /test/008-exceptions/src/MultiDexBadInitWrapper1.java | |
parent | 6383207157c7ee82ddfbe5ce732102198d9ad311 (diff) |
Do not change hidden API ArtMethod/ArtField access flags on AOT
Hidden API may change the access flags of ArtMethod/ArtField in order
to dedupe warnings in logcat. Avoid doing that during AOT compilation
as the updated access flags would survive until runtime in the
boot/app image. This is not a problem for correctness, but better
matches expectations of what the access flags should be and whether we
should warn at runtime.
Test: compiles
Bug: 129063331
Merged-In: I44e235d73914bd42eacf3df69f9ed5285c1e864a
Change-Id: I44e235d73914bd42eacf3df69f9ed5285c1e864a
(cherry picked from commit 0039bc553788c18ba7f619b555d744f548ae749e)
Diffstat (limited to 'test/008-exceptions/src/MultiDexBadInitWrapper1.java')
0 files changed, 0 insertions, 0 deletions