From c52f3034b06c03632e937aff07d46c2bdcadfef5 Mon Sep 17 00:00:00 2001 From: Richard Uhler Date: Thu, 2 Mar 2017 13:45:45 +0000 Subject: Remove --include-patch-information option from dex2oat. Because we no longer support running patchoat on npic oat files, which means the included patch information is unused . Bug: 33192586 Test: m test-art-host Change-Id: I9e100c4e47dc24d91cd74226c84025e961d30f67 --- compiler/jit/jit_compiler.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/jit/jit_compiler.cc') diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc index cbd831a60f..3ae7974038 100644 --- a/compiler/jit/jit_compiler.cc +++ b/compiler/jit/jit_compiler.cc @@ -100,7 +100,6 @@ JitCompiler::JitCompiler() { CompilerOptions::kDefaultInlineDepthLimit, CompilerOptions::kDefaultInlineMaxCodeUnits, /* no_inline_from */ nullptr, - /* include_patch_information */ false, CompilerOptions::kDefaultTopKProfileThreshold, Runtime::Current()->IsJavaDebuggable(), CompilerOptions::kDefaultGenerateDebugInfo, -- cgit v1.2.3-59-g8ed1b