/hg/openjdk6-mips: Set TwoOperandLIRForm to true.
liuqi at icedtea.classpath.org
liuqi at icedtea.classpath.org
Tue Oct 26 04:36:46 PDT 2010
changeset 817893aa0b86 in /hg/openjdk6-mips
details: http://icedtea.classpath.org/hg/openjdk6-mips?cmd=changeset;node=817893aa0b86
author: YANG Yongqiang <yangyongqiang at loongson.cn>
date: Tue Oct 26 18:23:20 2010 +0800
Set TwoOperandLIRForm to true.
LIR used in mips is of TwoOperandLIRForm, so TwoOperandLIRForm
should be set to true.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
hotspot/src/cpu/mips/vm/c1_globals_mips.hpp | 2 +-
diffs (12 lines):
diff -r d1c481f44844 -r 817893aa0b86 hotspot/src/cpu/mips/vm/c1_globals_mips.hpp
--- a/hotspot/src/cpu/mips/vm/c1_globals_mips.hpp Mon Oct 25 15:43:04 2010 +0800
+++ b/hotspot/src/cpu/mips/vm/c1_globals_mips.hpp Tue Oct 26 18:23:20 2010 +0800
@@ -69,7 +69,7 @@ define_pd_global(bool, LIRFillDelaySlots
define_pd_global(bool, LIRFillDelaySlots, false);
define_pd_global(bool, OptimizeSinglePrecision, true);
define_pd_global(bool, CSEArrayLength, false);
-define_pd_global(bool, TwoOperandLIRForm, false);
+define_pd_global(bool, TwoOperandLIRForm, true);
define_pd_global(intx, SafepointPollOffset, 256);
More information about the distro-pkg-dev
mailing list