diff options
Diffstat (limited to 'runtime/interpreter/interpreter_switch_impl-inl.h')
| -rw-r--r-- | runtime/interpreter/interpreter_switch_impl-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/interpreter/interpreter_switch_impl-inl.h b/runtime/interpreter/interpreter_switch_impl-inl.h index fc3005d72c..56b84a0601 100644 --- a/runtime/interpreter/interpreter_switch_impl-inl.h +++ b/runtime/interpreter/interpreter_switch_impl-inl.h @@ -502,6 +502,7 @@ class InstructionHandler { return false; // Pending exception. } if (!obj_result->VerifierInstanceOf(return_type)) { + CHECK_LE(Runtime::Current()->GetTargetSdkVersion(), 29u); // This should never happen. std::string temp1, temp2; self->ThrowNewExceptionF("Ljava/lang/InternalError;", |