Skip to content
Snippets Groups Projects
Unverified Commit b737e492 authored by zhangxiang-plct's avatar zhangxiang-plct Committed by GitHub
Browse files

Merge pull request #363 from zhangxiang-plct/temp-jtreg

Fix verify_oop_array
parents f4f6e03a 08a913b5
Branches jdk_dev_origin
No related tags found
No related merge requests found
......@@ -1042,7 +1042,7 @@ void gen_write_ref_array_post_barrier(Register start, Register end, Register scr
__ lwu(temp, Address(temp, 0));
__ decode_heap_oop(temp); // calls verify_oop
}
__ add(t1, t1, size);
__ add(t1, t1, 1);
__ j(loop);
__ bind(end);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment