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

TwoStacksPlainSocketImpl should invoke super.create(stream), typo in fix for 7098719

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 8
    • 7
    • core-libs
    • b10
    • generic
    • generic
    • Verified

        There was a cut'n'paste error in the changeset for CR 7098719, see
           http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1e89a13d9d8f

        Build error:

        ..\..\..\src\windows\classes\java\net\TwoStacksPlainSocketImpl.java:85: error: no suitable method found for create()
                    super.create();
                         ^
            method AbstractPlainSocketImpl.create(boolean) is not applicable
              (actual and formal argument lists differ in length)


        - super.create(stream);
        + try {
        + super.create();

              chegar Chris Hegarty
              chegar Chris Hegarty
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: