/hg/openjdk6-mips: Fix the compiling bug for the product version.
liuqi at icedtea.classpath.org
liuqi at icedtea.classpath.org
Sun Oct 24 05:02:26 PDT 2010
changeset 89199c685d4a in /hg/openjdk6-mips
details: http://icedtea.classpath.org/hg/openjdk6-mips?cmd=changeset;node=89199c685d4a
author: Cai Songsong <caisongsong at loongson.cn>
date: Mon Oct 25 01:07:09 2010 +0800
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.
diffstat:
1 file changed, 8 deletions(-)
hotspot/src/cpu/mips/vm/c1_Runtime1_mips.cpp | 8 --------
diffs (18 lines):
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 @@ OopMapSet* Runtime1::generate_patching(S
__ 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();
More information about the distro-pkg-dev
mailing list