diff options
author | 2024-03-07 17:45:56 +0000 | |
---|---|---|
committer | 2024-03-08 11:22:13 +0000 | |
commit | a6f0274f4190c196736993ce6ad9138e687df569 (patch) | |
tree | b7c608052b56049530f0c6967d0d1053c34bac65 /compiler/common_compiler_test.h | |
parent | 00464160ac51fb1ece69fe883fcaefb484a3932a (diff) |
Revert "Reuse boot JNI stub for native methods"
This reverts commit c8b6e26aa56bb6761bb781d1095b36f84c4c65d4.
Bug: 288983053
Reason for revert: Failure on luci bots.
Change-Id: Ieae0f47f2114efbfcb0bc4d8ffb0868001c22653
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<CodeAndMetadata> code_and_metadata_; }; |