diff options
author | 2023-06-28 14:22:48 +0100 | |
---|---|---|
committer | 2023-07-06 10:38:01 +0000 | |
commit | 5b65e02b1cdce48da11a972ab6d75a7fb5c859bd (patch) | |
tree | eb8bbf8bc23f669114760675ca131057f7e7188b /runtime/oat_file_assistant.h | |
parent | aaf05154a31fe0b326795436ec8077d5d3469fef (diff) |
Remove code related to quicken
It was obsolete (and in some cases dead code).
Update our code to use `verify` instead of `quicken`
for compiler filters.
Bug: 289199192
Change-Id: I39048d50b4d8a3f48e0e88e752a2fd7ad73559a7
Diffstat (limited to 'runtime/oat_file_assistant.h')
-rw-r--r-- | runtime/oat_file_assistant.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/oat_file_assistant.h b/runtime/oat_file_assistant.h index 922dbf3e04..402e9aef1a 100644 --- a/runtime/oat_file_assistant.h +++ b/runtime/oat_file_assistant.h @@ -204,10 +204,8 @@ class OatFileAssistant { // compiler filter is at least as good as an oat file generated with the // given compiler filter otherwise, if its set to true, it checks whether // the oat file generated with the target filter will be downgraded as - // compared to the current state. For example, if the current compiler filter is - // quicken, and target filter is verify, it will recommend to dexopt, while - // if the target filter is speed profile, it will recommend to keep it in its - // current state. + // compared to the current state. For example, if the current compiler filter is verify and the + // target filter is speed profile it will recommend to keep it in its current state. // profile_changed should be true to indicate the profile has recently changed // for this dex location. // If the purpose of the dexopt is to downgrade the compiler filter, |