From a20ec9bb10d7ded8ae7d95d4de1e190d22260c73 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Mon, 12 Dec 2022 09:12:21 +0000 Subject: Fix clinit debug check in instrumentation. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing --jit --interpreter Change-Id: Idae620b0b8f9ed67574f5b785fdac3efcb534cfd --- runtime/entrypoints/entrypoint_utils.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/entrypoints/entrypoint_utils.h') diff --git a/runtime/entrypoints/entrypoint_utils.h b/runtime/entrypoints/entrypoint_utils.h index ae5687506a..777fd9880d 100644 --- a/runtime/entrypoints/entrypoint_utils.h +++ b/runtime/entrypoints/entrypoint_utils.h @@ -204,10 +204,6 @@ CallerAndOuterMethod GetCalleeSaveMethodCallerAndOuterMethod(Thread* self, Calle ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type) REQUIRES_SHARED(Locks::mutator_lock_); -// Returns whether we need to do class initialization check before invoking the method. -// The caller is responsible for performing that check. -bool NeedsClinitCheckBeforeCall(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_); - // Returns the synchronization object for a native method for a GenericJni frame // we have just created or are about to exit. The synchronization object is // the class object for static methods and the `this` object otherwise. -- cgit v1.2.3-59-g8ed1b