diff src/cpu/x86/vm/c1_LIRGenerator_x86.cpp @ 1873:07a218de38cb

6992477: fix for 6991512 broke sparc barriers Reviewed-by: kvn, iveresov
author never
date Fri, 15 Oct 2010 14:21:11 -0700
parents c393f046f4c5
children f95d63e2154a
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp	Thu Oct 14 10:46:38 2010 -0700
+++ b/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp	Fri Oct 15 14:21:11 2010 -0700
@@ -765,7 +765,7 @@
     ShouldNotReachHere();
   }
 
-  LIR_Opr addr = (type == objectType) ? new_register(T_OBJECT) : new_pointer_register();
+  LIR_Opr addr = new_pointer_register();
   LIR_Address* a;
   if(offset.result()->is_constant()) {
     a = new LIR_Address(obj.result(),