JDK-8158110 : MethodHandles.countedLoop/4 small typo
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-05-28
  • Updated: 2016-06-17
  • Resolved: 2016-06-17
Description
ImplSpec section misses bracket:

bodyClause = {init,
                       filterArgument(dropArguments(body, 1, int.class), 0, MH_decrement}; // v = body(i-1, v)
Comments
Fixed internally, fix will be pushed with JDK-8151179.
17-06-2016