--- old/src/cpu/x86/vm/interpreterRT_x86_32.cpp	Fri Dec 19 14:28:05 2008
+++ new/src/cpu/x86/vm/interpreterRT_x86_32.cpp	Fri Dec 19 14:28:04 2008
@@ -54,7 +54,7 @@
   __ cmpptr(Address(from(), Interpreter::local_offset_in_bytes(from_offset)), (int32_t)NULL_WORD); // do not use temp() to avoid AGI
   Label L;
   __ jcc(Assembler::notZero, L);
-  __ movptr(temp(), ((int32_t)NULL_WORD));
+  __ movptr(temp(), NULL_WORD);
   __ bind(L);
   __ movptr(Address(to(), to_offset * wordSize), temp());
 }
