src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

changeset 2603
1b4e6a5d98e0
parent 2432
55f868e91c3b
child 2686
b40d4fa697bf
     1.1 --- a/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Sat Feb 26 12:10:54 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Mon Feb 28 06:07:12 2011 -0800
     1.3 @@ -456,10 +456,8 @@
     1.4    __ verify_not_null_oop(rax);
     1.5  
     1.6    // search an exception handler (rax: exception oop, rdx: throwing pc)
     1.7 -  __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::handle_exception_nofpu_id)));
     1.8 -
     1.9 -  __ stop("should not reach here");
    1.10 -
    1.11 +  __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id)));
    1.12 +  __ should_not_reach_here();
    1.13    assert(code_offset() - offset <= exception_handler_size, "overflow");
    1.14    __ end_a_stub();
    1.15  

mercurial