changeset 12:89199c685d4a

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.
author Cai Songsong <caisongsong@loongson.cn>
date Mon, 25 Oct 2010 01:07:09 +0800
parents d3aee0aef6b6
children 71f3d14ed0eb
files hotspot/src/cpu/mips/vm/c1_Runtime1_mips.cpp
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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();