mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 23:18:28 +00:00
8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations
Reviewed-by: acorn, kvn
This commit is contained in:
parent
0059da4a6d
commit
bb528dd1d5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user