Details
Description
The following issues were extracted from JDK-8151736:
* loop arguments are incorrectly derived from the iterations handle,
* loop result type is incorrectly derived from body handle in case init is null,
* additional loop state is incorrectly derived in case it is determined by body.
* loop arguments are incorrectly derived from the iterations handle,
* loop result type is incorrectly derived from body handle in case init is null,
* additional loop state is incorrectly derived in case it is determined by body.
Attachments
Issue Links
- is blocked by
-
JDK-8154751 MethodHandles.countedLoop does not accept empty bodies
-
- Closed
-
- relates to
-
JDK-8151736 MethodHandles.countedLoop(MH, MH, MH) small doc issues
-
- Resolved
-