diff src/cpu/x86/vm/templateInterpreter_x86_64.cpp @ 17874:2c7132f3f1e6

Merge
author iignatyev
date Mon, 14 Apr 2014 22:53:29 +0400
parents 2100bf712e2a
children 0bf37f737702
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Fri Apr 11 00:35:23 2014 +0400
+++ b/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Mon Apr 14 22:53:29 2014 +0400
@@ -1259,7 +1259,7 @@
 
   // reset handle block
   __ movptr(t, Address(r15_thread, JavaThread::active_handles_offset()));
-  __ movptr(Address(t, JNIHandleBlock::top_offset_in_bytes()), (int32_t)NULL_WORD);
+  __ movl(Address(t, JNIHandleBlock::top_offset_in_bytes()), (int32_t)NULL_WORD);
 
   // If result is an oop unbox and store it in frame where gc will see it
   // and result handler will pick it up