src/cpu/x86/vm/sharedRuntime_x86_32.cpp

changeset 6558
2100bf712e2a
parent 6518
62c54fcc0a35
child 6723
0bf37f737702
     1.1 --- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Wed Apr 09 11:18:02 2014 -0700
     1.2 +++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Thu Apr 03 12:37:53 2014 +0200
     1.3 @@ -2266,7 +2266,7 @@
     1.4    if (!is_critical_native) {
     1.5      // reset handle block
     1.6      __ movptr(rcx, Address(thread, JavaThread::active_handles_offset()));
     1.7 -    __ movptr(Address(rcx, JNIHandleBlock::top_offset_in_bytes()), NULL_WORD);
     1.8 +    __ movl(Address(rcx, JNIHandleBlock::top_offset_in_bytes()), NULL_WORD);
     1.9  
    1.10      // Any exception pending?
    1.11      __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);

mercurial