8039146: Fix 64-bit store to int JNIHandleBlock::_top

Reviewed-by: coleenp, kvn
This commit is contained in:
Goetz Lindenmaier 2014-04-03 12:37:53 +02:00
parent aae7e42b0b
commit d7b640b3ce
8 changed files with 8 additions and 8 deletions

View file

@ -958,7 +958,7 @@ address InterpreterGenerator::generate_native_entry(bool synchronized) {
// reset handle block
__ ld_ptr(G2_thread, in_bytes(JavaThread::active_handles_offset()), G3_scratch);
__ st_ptr(G0, G3_scratch, JNIHandleBlock::top_offset_in_bytes());
__ st(G0, G3_scratch, JNIHandleBlock::top_offset_in_bytes());
// handle exceptions (exception handling will handle unlocking!)