src/cpu/x86/vm/templateInterpreter_x86_64.cpp

Print this page
rev 6214 : 8039146: Fix 64-bit store to int JNIHandleBlock::_top

*** 1257,1267 **** // reset_last_Java_frame __ reset_last_Java_frame(true, true); // reset handle block __ movptr(t, Address(r15_thread, JavaThread::active_handles_offset())); ! __ movptr(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 { --- 1257,1267 ---- // reset_last_Java_frame __ reset_last_Java_frame(true, true); // reset handle block __ movptr(t, Address(r15_thread, JavaThread::active_handles_offset())); ! __ 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 {