diff options
author | 2022-02-01 17:06:21 +0000 | |
---|---|---|
committer | 2022-02-02 00:07:57 +0000 | |
commit | 239c449f10853374a9a7a2bd1d8413354054573e (patch) | |
tree | ef99d1d7700955ddf53e64e4552f0c6c569ba5b0 /compiler/optimizing/sharpening.cc | |
parent | 8ee882bf027def128c015f03bcf5b56cc74dd9fb (diff) |
Revert "Add bss support for inlining BCP DexFiles for single image"
This reverts commit 2d62882195eb97358fb8a1fd147d52a36cd3c581.
Reason for revert: Native crashes due to out of date OatFile b/217369528
Change-Id: I7bf7d6decb24934b47d5a4b2cc2ce25906032f10
Diffstat (limited to 'compiler/optimizing/sharpening.cc')
-rw-r--r-- | compiler/optimizing/sharpening.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/sharpening.cc b/compiler/optimizing/sharpening.cc index eb4c20690f..1fd76f7029 100644 --- a/compiler/optimizing/sharpening.cc +++ b/compiler/optimizing/sharpening.cc @@ -283,7 +283,6 @@ HLoadClass::LoadKind HSharpening::ComputeLoadClassKind( // We actually cannot reference this class, we're forced to bail. // We cannot reference this class with Bss, as the entrypoint will lookup the class // in the caller's dex file, but that dex file does not reference the class. - // TODO(solanes, 154012332): Add the support for the cross-dex cases. return HLoadClass::LoadKind::kInvalid; } } |