From b0f63c93e44bf53a34dda90c74b8725a932922da Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 13 Jan 2022 17:49:37 +0000 Subject: Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." This reverts commit 82e525a4f5f08a72ea1b6907c0a10dacb77a8a87. Reason for revert: Fails a test Change-Id: Iab83b543b99fb6f6d5d9be22cd10d4eb88312d4b --- runtime/class_linker.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/class_linker.h') diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 7ba62f4e89..b0c02e538e 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -620,6 +620,10 @@ class ClassLinker { return intern_table_; } + // Set the entrypoints up for method to the enter the interpreter. + void SetEntryPointsToInterpreter(ArtMethod* method) const + REQUIRES_SHARED(Locks::mutator_lock_); + // Set the entrypoints up for an obsolete method. void SetEntryPointsForObsoleteMethod(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_); -- cgit v1.2.3-59-g8ed1b