src/cpu/mips/vm/stubGenerator_mips_64.cpp

changeset 9228
617b86d17edb
parent 9171
c67c94f5b85d
child 9251
1ccc5a3b3671
equal deleted inserted replaced
9227:f1560009a081 9228:617b86d17edb
325 // Note: Usually the parameters are removed by the callee. In case 325 // Note: Usually the parameters are removed by the callee. In case
326 // of an exception crossing an activation frame boundary, that is 326 // of an exception crossing an activation frame boundary, that is
327 // not the case if the callee is compiled code => need to setup the 327 // not the case if the callee is compiled code => need to setup the
328 // rsp. 328 // rsp.
329 // 329 //
330 // rax: exception oop 330 // V0: exception oop
331 331
332 address generate_catch_exception() { 332 address generate_catch_exception() {
333 StubCodeMark mark(this, "StubRoutines", "catch_exception"); 333 StubCodeMark mark(this, "StubRoutines", "catch_exception");
334 address start = __ pc(); 334 address start = __ pc();
335 335

mercurial