-
Bug
-
Resolution: Fixed
-
P3
-
8u40, 9
-
b42
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084249 | emb-9 | Vladimir Ivanov | P3 | Resolved | Fixed | team |
JDK-8067591 | 8u45 | Vladimir Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8066022 | 8u40 | Vladimir Ivanov | P3 | Resolved | Fixed | b17 |
JDK-8069953 | emb-8u47 | Vladimir Ivanov | P3 | Resolved | Fixed | team |
LambdaForm interpretation consumes excessive amount of stack space (up to 7 frames per MethodHandle in the chain).
LambdaForm sharing significantly reduce LambdaForm interpretation. It allows to completely turn off interpretation (effectively -Djava.lang.invoke.MethodHandle.COMPILE_THRESHOLD=0) without causing startup/warmup regressions.
LambdaForm sharing significantly reduce LambdaForm interpretation. It allows to completely turn off interpretation (effectively -Djava.lang.invoke.MethodHandle.COMPILE_THRESHOLD=0) without causing startup/warmup regressions.
- backported by
-
JDK-8066022 Get rid of LambdaForm interpretation
-
- Resolved
-
-
JDK-8067591 Get rid of LambdaForm interpretation
-
- Resolved
-
-
JDK-8069953 Get rid of LambdaForm interpretation
-
- Resolved
-
-
JDK-8084249 Get rid of LambdaForm interpretation
-
- Resolved
-