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

8004336: Better handling of method handle intrinsic frames

Reviewed-by: kvn, jrose, ahgross
上级 9c9913db
......@@ -4005,8 +4005,9 @@ bool LibraryCallKit::is_method_invoke_or_aux_frame(JVMState* jvms) {
}
}
}
else if (method->is_method_handle_intrinsic() ||
method->is_compiled_lambda_form()) {
if (method->is_method_handle_intrinsic() ||
method->is_compiled_lambda_form()) {
// This is an internal adapter frame from the MethodHandleCompiler -- skip it
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册