From 99babb6add7db19ce7605f6d5e4aee79d52e386f Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 2 Nov 2015 16:20:00 -0800 Subject: ART: Change behavior for rethrowing init failures Allow to store a Throwable instance or a throwable class. Handle rethrow accordingly. Bug: 25444180 Change-Id: I703c2c6eaf34ad0e3bc0f5a104d65f2ff1b212ca --- runtime/class_linker.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime/class_linker.h') diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 392efd23e2..73f9d4b864 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -854,9 +854,6 @@ class ClassLinker { SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!dex_lock_); - bool HasInitWithString(Thread* self, const char* descriptor) - SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!dex_lock_); - bool CanWeInitializeClass(mirror::Class* klass, bool can_init_statics, bool can_init_parents) SHARED_REQUIRES(Locks::mutator_lock_); -- cgit v1.2.3-59-g8ed1b