summaryrefslogtreecommitdiff
path: root/compiler/optimizing/intrinsics_utils.h
diff options
context:
space:
mode:
author Mythri Alle <mythria@google.com> 2023-11-22 14:36:46 +0000
committer Mythri Alle <mythria@google.com> 2023-11-22 15:43:28 +0000
commit8925084706b544e93c817432d44b24b25a4bd1b7 (patch)
tree182a8e46cc546104cf50e50e76a2f8a0f14c4331 /compiler/optimizing/intrinsics_utils.h
parent6aae29eb6e7b4dbe953590c953a84afbc16619a3 (diff)
Remove a warning from redefinition that isn't very useful
We used to warn when there are multiple class definitions in a original dex file. If we are retransforming and the retransformer doesn't apply any transformations, then we won't be able to handle it and the warning was just saying that. However, we do have a check after retransformations have been applied to check if we have only one class definition and return an error otherwise. So the warning we are logging even before retransformation hooks are called is not very useful. Bug: 259709234 Test: art/test.py Change-Id: I38b8a20552f887465224da8b9dea926f3b25cc78
Diffstat (limited to 'compiler/optimizing/intrinsics_utils.h')
0 files changed, 0 insertions, 0 deletions