JDK-8159469 : MethodHandles.iteratedLoop and MethodHandles.countedLoop/4 ImplSpec
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-06-14
  • Updated: 2016-06-20
  • Resolved: 2016-06-20
Description
MethodHandles.iteratedLoop and MethodHandles.countedLoop/4 contains @ImplSpec section. This section references method "filterArgument". 

MethodHandles.filterArgument is non-public, therefore we can't reference it in API doc. Please, either open this method or use another method here. 

Tests couldn't be wrote because of package-local access level of method.
Present in jdk9b122 API doc.
Comments
The issue is resolved internally; the fix will be pushed with JDK-8151179.
20-06-2016