提交 2ffc8516 编写于 作者: V vlivanov

8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations

Reviewed-by: acorn, kvn
上级 f5680fa0
......@@ -1083,7 +1083,6 @@ static Method* new_method(
m->set_max_locals(params);
m->constMethod()->set_stackmap_data(NULL);
m->set_code(code_start);
m->set_force_inline(true);
return m;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册