Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8194059 | 10 | Unassigned | P3 | Resolved | Fixed | b37 |
Once ASM understand condy remove this line:
```
$1_FLAGS += -XDforNonCapturingLambda=generateIndy
```
from file make/common/JavaCompilation.gmk
```
$1_FLAGS += -XDforNonCapturingLambda=generateIndy
```
from file make/common/JavaCompilation.gmk
- backported by
-
JDK-8194059 remove option to force the generation of indy for all lambdas once ASM understands condy
-
- Resolved
-