-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
9
-
None
According to specification:
j.l.i.MethodHandles.whileLoop(MH, MH, MH)
body - body of the loop, which may not be null.
j.l.i.MethodHandles.doWhileLoop(MH, MH, MH)
body - body of the loop, which may not be null.
Actually, both methods permit body=null, moreover code from 'implementation notes' sections permits body=null too (no IllegalArgumentException).
Was found on jdk9b107, tests are under development, tck_red will be added after development completion.
Example is attached
j.l.i.MethodHandles.whileLoop(MH, MH, MH)
body - body of the loop, which may not be null.
j.l.i.MethodHandles.doWhileLoop(MH, MH, MH)
body - body of the loop, which may not be null.
Actually, both methods permit body=null, moreover code from 'implementation notes' sections permits body=null too (no IllegalArgumentException).
Was found on jdk9b107, tests are under development, tck_red will be added after development completion.
Example is attached
- relates to
-
JDK-8151738 MethodHandles.countedLoop(MH, MH, MH), body = null leads to NPE instead of IAE
-
- Resolved
-