diff options
author | David Brazdil <dbrazdil@google.com> | 2018-04-26 16:52:11 +0100 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2018-05-08 10:32:46 +0100 |
commit | bb0454a067389a7a1370d2150bf59efd5aac20a1 (patch) | |
tree | 1f1c6e58290159dca8f0e946317d16295faf629e /compiler/optimizing/graph_visualizer.cc | |
parent | 39512f5ac08fb8b567336d7c3874065fce062ce7 (diff) |
Do not overwrite hidden access flags for intrinsics
Deduplicating warnings works by overwriting the runtime access flags
of a method/field to move it from a greylist to the whitelist. This
triggers a CHECK when attempted on an intrinsic as their ordinal bits
clash with the hidden API access flags. Do not attempt to deduplicate
for those.
Bug: 78574586
Test: (cd cts/tests/signature ; ./runSignatureTests.sh)
Merged-In: I39e555a0f4cd5f662eea348baf4ef72a5827306d
Change-Id: I39e555a0f4cd5f662eea348baf4ef72a5827306d
(cherry picked from commit 8a6b2f3353d81d8ceb6826bd7b1dd1987c1a6fee)
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions