diff options
author | 2021-10-19 16:19:34 +0000 | |
---|---|---|
committer | 2021-10-19 16:23:58 +0000 | |
commit | 2ca0900e98d826644960eefeb8a21c84850c9e04 (patch) | |
tree | ba8a25622f6bee25817be41880ea01c345d9a2b1 /compiler/utils/assembler_thumb_test.cc | |
parent | 44101a388089b4e23b284e1794eb475938a2f7ed (diff) |
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
Diffstat (limited to 'compiler/utils/assembler_thumb_test.cc')
-rw-r--r-- | compiler/utils/assembler_thumb_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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)); |