comparison src/share/vm/runtime/sharedRuntime.hpp @ 10479:40b8c383bc31

Throw InvalidInstalledCodeException directly in the stubs.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 23 Jun 2013 15:49:01 +0200
parents 836a62f43af9
children 347d444a6fb7
comparison
equal deleted inserted replaced
10478:dd3333e4f182 10479:40b8c383bc31
184 IMPLICIT_DIVIDE_BY_ZERO, 184 IMPLICIT_DIVIDE_BY_ZERO,
185 STACK_OVERFLOW 185 STACK_OVERFLOW
186 }; 186 };
187 static void throw_AbstractMethodError(JavaThread* thread); 187 static void throw_AbstractMethodError(JavaThread* thread);
188 static void throw_IncompatibleClassChangeError(JavaThread* thread); 188 static void throw_IncompatibleClassChangeError(JavaThread* thread);
189 static void throw_InvalidInstalledCodeException(JavaThread* thread);
189 static void throw_ArithmeticException(JavaThread* thread); 190 static void throw_ArithmeticException(JavaThread* thread);
190 static void throw_NullPointerException(JavaThread* thread); 191 static void throw_NullPointerException(JavaThread* thread);
191 static void throw_NullPointerException_at_call(JavaThread* thread); 192 static void throw_NullPointerException_at_call(JavaThread* thread);
192 static void throw_StackOverflowError(JavaThread* thread); 193 static void throw_StackOverflowError(JavaThread* thread);
193 static address continuation_for_implicit_exception(JavaThread* thread, 194 static address continuation_for_implicit_exception(JavaThread* thread,