hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 10004 190e88f7edd1
parent 9976 6fef34e63df1
child 10517 f92c9ff3a15f
equal deleted inserted replaced
9982:edcf2d7e7b84 10004:190e88f7edd1
   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