comparison src/cpu/sparc/vm/cppInterpreter_sparc.cpp @ 17850:2100bf712e2a

8039146: Fix 64-bit store to int JNIHandleBlock::_top Reviewed-by: coleenp, kvn
author goetz
date Thu, 03 Apr 2014 12:37:53 +0200
parents bd3237e0e18d
children 0bf37f737702
comparison
equal deleted inserted replaced
17849:526acaf3626f 17850:2100bf712e2a
958 958
959 } 959 }
960 960
961 // reset handle block 961 // reset handle block
962 __ ld_ptr(G2_thread, in_bytes(JavaThread::active_handles_offset()), G3_scratch); 962 __ ld_ptr(G2_thread, in_bytes(JavaThread::active_handles_offset()), G3_scratch);
963 __ st_ptr(G0, G3_scratch, JNIHandleBlock::top_offset_in_bytes()); 963 __ st(G0, G3_scratch, JNIHandleBlock::top_offset_in_bytes());
964 964
965 965
966 // handle exceptions (exception handling will handle unlocking!) 966 // handle exceptions (exception handling will handle unlocking!)
967 { Label L; 967 { Label L;
968 Address exception_addr (G2_thread, 0, in_bytes(Thread::pending_exception_offset())); 968 Address exception_addr (G2_thread, 0, in_bytes(Thread::pending_exception_offset()));