From a6f0274f4190c196736993ce6ad9138e687df569 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 7 Mar 2024 17:45:56 +0000 Subject: Revert "Reuse boot JNI stub for native methods" This reverts commit c8b6e26aa56bb6761bb781d1095b36f84c4c65d4. Bug: 288983053 Reason for revert: Failure on luci bots. Change-Id: Ieae0f47f2114efbfcb0bc4d8ffb0868001c22653 --- compiler/common_compiler_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.h') diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 89f3fb40ad..9b49c93ea6 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -89,10 +89,10 @@ class EXPORT CommonCompilerTestImpl { protected: virtual ClassLinker* GetClassLinker() = 0; virtual Runtime* GetRuntime() = 0; - class OneCompiledMethodStorage; private: class CodeAndMetadata; + class OneCompiledMethodStorage; std::vector code_and_metadata_; }; -- cgit v1.2.3-59-g8ed1b