src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 6558
2100bf712e2a
parent 6039
bd3237e0e18d
child 6723
0bf37f737702
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Wed Apr 09 11:18:02 2014 -0700
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Thu Apr 03 12:37:53 2014 +0200
     1.3 @@ -1287,7 +1287,7 @@
     1.4  
     1.5    // reset handle block
     1.6    __ movptr(t, Address(thread, JavaThread::active_handles_offset()));
     1.7 -  __ movptr(Address(t, JNIHandleBlock::top_offset_in_bytes()), NULL_WORD);
     1.8 +  __ movl(Address(t, JNIHandleBlock::top_offset_in_bytes()), NULL_WORD);
     1.9  
    1.10    // If result was an oop then unbox and save it in the frame
    1.11    { Label L;

mercurial