From 307fd6dbb589e9dea02457f689c809811472e480 Mon Sep 17 00:00:00 2001 From: Mythri Alle Date: Mon, 25 Apr 2022 10:50:30 +0000 Subject: Reland "Update how deoptimization from runtime methods is supported" This reverts commit 79f078d87e410ed6d7b78a3afe8f7008db3601dd. Reason for revert: Relanding after fixing golem failures. Earlier the warning about undeoptimizable functions was logged even before we determined if a deoptimization is required. The fix is to delay this warning. Change-Id: I93e59776cef894053f18b8f9ed8835ad7cb11377 --- compiler/optimizing/code_generator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/code_generator.h') diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index d81a7b5382..b09219a2ed 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -33,6 +33,7 @@ #include "graph_visualizer.h" #include "locations.h" #include "nodes.h" +#include "oat_quick_method_header.h" #include "optimizing_compiler_stats.h" #include "read_barrier_option.h" #include "stack.h" -- cgit v1.2.3-59-g8ed1b