diff src/share/vm/c1/c1_LIRGenerator.cpp @ 1408:0ba67bb5392c

added c1x build directory, added MSVC Win64 project support
author lstadler
date Wed, 12 May 2010 15:01:05 +0200
parents 9f5b60a14736
children 2d26b0046e0d
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIRGenerator.cpp	Tue May 11 19:24:14 2010 +0200
+++ b/src/share/vm/c1/c1_LIRGenerator.cpp	Wed May 12 15:01:05 2010 +0200
@@ -2427,7 +2427,7 @@
 
       // Load CallSite object from constant pool cache.
       __ oop2reg(cpcache->constant_encoding(), tmp);
-      __ load(new LIR_Address(tmp, call_site_offset, T_OBJECT), tmp);
+      __ load(new LIR_Address(tmp, (int)call_site_offset, T_OBJECT), tmp);
 
       // Load target MethodHandle from CallSite object.
       __ load(new LIR_Address(tmp, java_dyn_CallSite::target_offset_in_bytes(), T_OBJECT), receiver);