hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp
changeset 189 4248c8e21063
parent 1 489c9b5090e2
child 360 21d113ecbf6a
equal deleted inserted replaced
21:c5b9e3a56692 189:4248c8e21063
  2830                                CAST_FROM_FN_PTR(address,
  2830                                CAST_FROM_FN_PTR(address,
  2831                                                 SharedRuntime::
  2831                                                 SharedRuntime::
  2832                                                 throw_AbstractMethodError),
  2832                                                 throw_AbstractMethodError),
  2833                                false);
  2833                                false);
  2834 
  2834 
       
  2835     StubRoutines::_throw_IncompatibleClassChangeError_entry =
       
  2836       generate_throw_exception("IncompatibleClassChangeError throw_exception",
       
  2837                                CAST_FROM_FN_PTR(address,
       
  2838                                                 SharedRuntime::
       
  2839                                                 throw_IncompatibleClassChangeError),
       
  2840                                false);
       
  2841 
  2835     StubRoutines::_throw_ArithmeticException_entry =
  2842     StubRoutines::_throw_ArithmeticException_entry =
  2836       generate_throw_exception("ArithmeticException throw_exception",
  2843       generate_throw_exception("ArithmeticException throw_exception",
  2837                                CAST_FROM_FN_PTR(address,
  2844                                CAST_FROM_FN_PTR(address,
  2838                                                 SharedRuntime::
  2845                                                 SharedRuntime::
  2839                                                 throw_ArithmeticException),
  2846                                                 throw_ArithmeticException),