Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8138597

Missing close parenthesis in javadoc for MH.invokeWithArguments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • 9
    • core-libs
    • 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().

            srastogi Shilpi Rastogi (Inactive)
            mikael Mikael Vidstedt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: