comparison src/share/vm/runtime/sharedRuntime.hpp @ 3451:38fa55e5e792

7055355: JSR 292: crash while throwing WrongMethodTypeException Reviewed-by: jrose, twisti, bdelsart
author never
date Thu, 16 Jun 2011 13:46:55 -0700
parents f7d55ea6ee56
children be4ca325525a 7588156f5cf9
comparison
equal deleted inserted replaced
3450:3275a6560cf7 3451:38fa55e5e792
183 static void throw_IncompatibleClassChangeError(JavaThread* thread); 183 static void throw_IncompatibleClassChangeError(JavaThread* thread);
184 static void throw_ArithmeticException(JavaThread* thread); 184 static void throw_ArithmeticException(JavaThread* thread);
185 static void throw_NullPointerException(JavaThread* thread); 185 static void throw_NullPointerException(JavaThread* thread);
186 static void throw_NullPointerException_at_call(JavaThread* thread); 186 static void throw_NullPointerException_at_call(JavaThread* thread);
187 static void throw_StackOverflowError(JavaThread* thread); 187 static void throw_StackOverflowError(JavaThread* thread);
188 static void throw_WrongMethodTypeException(JavaThread* thread, oopDesc* required, oopDesc* actual);
188 static address continuation_for_implicit_exception(JavaThread* thread, 189 static address continuation_for_implicit_exception(JavaThread* thread,
189 address faulting_pc, 190 address faulting_pc,
190 ImplicitExceptionKind exception_kind); 191 ImplicitExceptionKind exception_kind);
191 192
192 // Shared stub locations 193 // Shared stub locations