hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
changeset 13969 d2a189b83b87
parent 13742 9180987e305d
child 14832 61b025224ac9
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Mon Oct 08 17:04:00 2012 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Tue Oct 09 10:11:38 2012 +0200
@@ -1286,7 +1286,7 @@
   if (x->needs_null_check()) {
     info = state_for(x);
   }
-  __ move(new LIR_Address(rcvr.result(), oopDesc::klass_offset_in_bytes(), UseCompressedKlassPointers ? T_OBJECT : T_ADDRESS), result, info);
+  __ move(new LIR_Address(rcvr.result(), oopDesc::klass_offset_in_bytes(), T_ADDRESS), result, info);
   __ move_wide(new LIR_Address(result, in_bytes(Klass::java_mirror_offset()), T_OBJECT), result);
 }