mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
f2e6d682a1
22 changed files with 149 additions and 110 deletions
|
@ -898,7 +898,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…
Add table
Add a link
Reference in a new issue