- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    None
- 
    9
- 
    None
                    In the fix for JDK-8026183 a parenthesis was accidentally removed in the javadoc for MethodHandle.invokeWithArguments. Currently it says:
* <blockquote><pre>{@code
* invokeWithArguments(arguments.toArray()
* }</pre></blockquote>
There should be an additional ')' after the toArray().
* <blockquote><pre>{@code
* invokeWithArguments(arguments.toArray()
* }</pre></blockquote>
There should be an additional ')' after the toArray().
- relates to
- 
                    JDK-8026183 minor documentation problems in java.lang.invoke -           
- Closed
 
-