hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
changeset 6742 81ef369b8fc7
parent 6453 970dc585ab63
child 6745 a34ef8968a84
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Wed Sep 22 13:01:12 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Wed Sep 22 21:10:46 2010 -0700
@@ -936,7 +936,6 @@
     }
   }
   _virtual_register_number += 1;
-  if (type == T_ADDRESS) type = T_INT;
   return LIR_OprFact::virtual_register(vreg, type);
 }
 
@@ -2829,4 +2828,3 @@
   }
   return result;
 }
-