diff options
Diffstat (limited to 'openjdkjvmti/fixed_up_dex_file.cc')
-rw-r--r-- | openjdkjvmti/fixed_up_dex_file.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openjdkjvmti/fixed_up_dex_file.cc b/openjdkjvmti/fixed_up_dex_file.cc index eb93fc9c25..6745d91d53 100644 --- a/openjdkjvmti/fixed_up_dex_file.cc +++ b/openjdkjvmti/fixed_up_dex_file.cc @@ -71,6 +71,7 @@ static void DoDexUnquicken(const art::DexFile& new_dex_file, original_dex_file, /* decompile_return_instruction= */ true); } + new_dex_file.UnhideApis(); } static void DCheckVerifyDexFile(const art::DexFile& dex) { |