mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8298590: Refactor LambdaForm constructors
Reviewed-by: redestad
This commit is contained in:
parent
d812022890
commit
0532045edb
8 changed files with 88 additions and 69 deletions
|
@ -59,7 +59,7 @@ final class LambdaFormBuffer {
|
|||
|
||||
private LambdaForm lambdaForm() {
|
||||
assert(!inTrans()); // need endEdit call to tidy things up
|
||||
return new LambdaForm(arity, nameArray(), resultIndex());
|
||||
return LambdaForm.create(arity, nameArray(), resultIndex());
|
||||
}
|
||||
|
||||
Name name(int i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue