提交 9c7bbeac 编写于 作者: T twisti

6928839: JSR 292 typo in x86 _adapter_check_cast

Summary: There is a small typo in methodHandles_x86.cpp.
Reviewed-by: kvn
上级 bcca5d39
......@@ -584,7 +584,7 @@ void MethodHandles::generate_method_handle_stub(MacroAssembler* _masm, MethodHan
Label done;
__ movptr(rdx_temp, vmarg);
__ testl(rdx_temp, rdx_temp);
__ testptr(rdx_temp, rdx_temp);
__ jccb(Assembler::zero, done); // no cast if null
__ load_klass(rdx_temp, rdx_temp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册