src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp

changeset 2603
1b4e6a5d98e0
parent 2432
55f868e91c3b
child 2728
13bc79b5c9c8
     1.1 --- a/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Sat Feb 26 12:10:54 2011 -0800
     1.2 +++ b/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp	Mon Feb 28 06:07:12 2011 -0800
     1.3 @@ -395,9 +395,9 @@
     1.4  
     1.5    int offset = code_offset();
     1.6  
     1.7 -  __ call(Runtime1::entry_for(Runtime1::handle_exception_id), relocInfo::runtime_call_type);
     1.8 +  __ call(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id), relocInfo::runtime_call_type);
     1.9    __ delayed()->nop();
    1.10 -  debug_only(__ stop("should have gone to the caller");)
    1.11 +  __ should_not_reach_here();
    1.12    assert(code_offset() - offset <= exception_handler_size, "overflow");
    1.13    __ end_a_stub();
    1.14  

mercurial