diff options
author | 2024-10-04 16:14:16 +0200 | |
---|---|---|
committer | 2024-10-07 12:01:13 +0000 | |
commit | f758d6a7530324ca95a69d551ce48f9a0cc9014c (patch) | |
tree | 8391a29d8303ac032263b0c8b9af4e09d2e28922 /compiler/optimizing/intrinsics_x86.cc | |
parent | d576392c76d75335d8284217f2153bdace62b355 (diff) |
Fix `VerificationResults` use in `OatWriter`.
Since
https://android-review.googlesource.com/2236075
the `OatWriter` has been using a null `VerificationResults`
because `CreateOatWriters()` is called before initializing
the `verification_results_` in `Dex2Oat`. As the `OatWriter`
is using it only to select between two `ClassStatus` values
that currently lead to the very same behavior in the
`ClassLinker::VerifyClassUsingOatFile()` (but with different
comments and therefore prone to diverging), this did not
yet lead to any observable difference in behavior.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing.
Change-Id: I3f0b67497358ac98b4980691f80044a5b0f0fc17
Diffstat (limited to 'compiler/optimizing/intrinsics_x86.cc')
0 files changed, 0 insertions, 0 deletions