From 2ca0900e98d826644960eefeb8a21c84850c9e04 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 19 Oct 2021 16:19:34 +0000 Subject: Revert "JNI: Remove `JniMethodFast{Start,End}()`." This reverts commit 64d6e187f19ed670429652020561887e6b220216. Reason for revert: Breaks no-image JIT run tests (flaky). Bug: 172332525 Change-Id: I7813d89283eff0f6266318d3fb02d1257471798d --- compiler/utils/assembler_thumb_test.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/utils/assembler_thumb_test.cc') diff --git a/compiler/utils/assembler_thumb_test.cc b/compiler/utils/assembler_thumb_test.cc index 79ab025f58..83b7eebe55 100644 --- a/compiler/utils/assembler_thumb_test.cc +++ b/compiler/utils/assembler_thumb_test.cc @@ -99,7 +99,6 @@ TEST_F(ArmVIXLAssemblerTest, VixlJniHelpers) { const bool is_static = true; const bool is_synchronized = false; - const bool is_fast_native = false; const bool is_critical_native = false; const char* shorty = "IIFII"; @@ -107,7 +106,6 @@ TEST_F(ArmVIXLAssemblerTest, VixlJniHelpers) { JniCallingConvention::Create(&allocator, is_static, is_synchronized, - is_fast_native, is_critical_native, shorty, InstructionSet::kThumb2)); -- cgit v1.2.3-59-g8ed1b