diff src/share/vm/runtime/sharedRuntime.hpp @ 3781:d83ac25d0304

7055355: JSR 292: crash while throwing WrongMethodTypeException Reviewed-by: jrose, twisti, bdelsart
author never
date Thu, 16 Jun 2011 13:46:55 -0700
parents cba7b5c2d53f
children be4ca325525a 7588156f5cf9
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Wed Jun 15 10:20:03 2011 -0700
+++ b/src/share/vm/runtime/sharedRuntime.hpp	Thu Jun 16 13:46:55 2011 -0700
@@ -185,6 +185,7 @@
   static void    throw_NullPointerException(JavaThread* thread);
   static void    throw_NullPointerException_at_call(JavaThread* thread);
   static void    throw_StackOverflowError(JavaThread* thread);
+  static void    throw_WrongMethodTypeException(JavaThread* thread, oopDesc* required, oopDesc* actual);
   static address continuation_for_implicit_exception(JavaThread* thread,
                                                      address faulting_pc,
                                                      ImplicitExceptionKind exception_kind);