From 6921d90a241f0307ac25120f8f976744d4a57706 Mon Sep 17 00:00:00 2001 From: Richard Uhler Date: Wed, 9 Aug 2017 10:12:06 +0000 Subject: Revert "Support class unloading in dex2oat for quicken multidex" This reverts commit 0b1c341d2d89a483142cd14bdeb4650ab00184f1. New test Dex2oatDeterminism.UnloadCompile fails on bots gtest-debug-gc and friends. Change-Id: Ib101fc4390d90f88fe017d8482775d5e975f2ccb --- compiler/driver/compiler_driver.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index ba4581c9f4..d9886a2fba 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -377,8 +377,6 @@ class CompilerDriver { return profile_compilation_info_; } - bool CanAssumeVerified(ClassReference ref) const; - private: void PreCompile(jobject class_loader, const std::vector& dex_files, -- cgit v1.2.3-59-g8ed1b