comparison src/cpu/x86/vm/stubGenerator_x86_64.cpp @ 16:f8236e79048a

6664627: Merge changes made only in hotspot 11 forward to jdk 7 Reviewed-by: jcoomes
author dcubed
date Wed, 05 Dec 2007 09:00:00 -0800
parents a61af66fc99e
children ba764ed4b6f2
comparison
equal deleted inserted replaced
1:92489cdc94d1 16:f8236e79048a
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),