# HG changeset patch # User Cai Songsong # Date 1287940029 -28800 # Node ID 89199c685d4a581ab031177cafbe07563d9bbe6f # Parent d3aee0aef6b65cfad80c647d8905cde73119928a Fix the compiling bug for the product version. Because of the debug information, it will fail when the product version is compiled. Remove the debug information. diff -r d3aee0aef6b6 -r 89199c685d4a hotspot/src/cpu/mips/vm/c1_Runtime1_mips.cpp --- a/hotspot/src/cpu/mips/vm/c1_Runtime1_mips.cpp Sun Oct 24 14:32:13 2010 +0000 +++ b/hotspot/src/cpu/mips/vm/c1_Runtime1_mips.cpp Mon Oct 25 01:07:09 2010 +0800 @@ -626,14 +626,6 @@ __ bne(V0,ZERO, skip); __ delayed()->nop(); // relocInfo::runtime_call_type); - __ pushad(); - __ move(A0, 0x66bb); - __ addiu(SP, SP, -4); - __ call(CAST_FROM_FN_PTR(address, SharedRuntime::print_int)); - __ delayed()->nop(); - __ addiu(SP, SP, 4); - __ popad(); - __ jmp(Runtime1::entry_for(Runtime1::forward_exception_id), relocInfo::runtime_call_type); __ delayed()->nop();