src/cpu/x86/vm/stubGenerator_x86_64.cpp

changeset 3969
1d7922586cf6
parent 3787
6759698e3140
child 4037
da91efe96a93
equal deleted inserted replaced
3944:aba91a731143 3969:1d7922586cf6
3100 StubRoutines::x86::_get_previous_fp_entry = generate_get_previous_fp(); 3100 StubRoutines::x86::_get_previous_fp_entry = generate_get_previous_fp();
3101 StubRoutines::x86::_get_previous_sp_entry = generate_get_previous_sp(); 3101 StubRoutines::x86::_get_previous_sp_entry = generate_get_previous_sp();
3102 3102
3103 StubRoutines::x86::_verify_mxcsr_entry = generate_verify_mxcsr(); 3103 StubRoutines::x86::_verify_mxcsr_entry = generate_verify_mxcsr();
3104 3104
3105 // Build this early so it's available for the interpreter. Stub
3106 // expects the required and actual types as register arguments in
3107 // j_rarg0 and j_rarg1 respectively.
3108 StubRoutines::_throw_WrongMethodTypeException_entry =
3109 generate_throw_exception("WrongMethodTypeException throw_exception",
3110 CAST_FROM_FN_PTR(address, SharedRuntime::throw_WrongMethodTypeException),
3111 rax, rcx);
3112
3113 // Build this early so it's available for the interpreter. 3105 // Build this early so it's available for the interpreter.
3114 StubRoutines::_throw_StackOverflowError_entry = 3106 StubRoutines::_throw_StackOverflowError_entry =
3115 generate_throw_exception("StackOverflowError throw_exception", 3107 generate_throw_exception("StackOverflowError throw_exception",
3116 CAST_FROM_FN_PTR(address, 3108 CAST_FROM_FN_PTR(address,
3117 SharedRuntime:: 3109 SharedRuntime::

mercurial