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

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

    XMLWordPrintable

Details

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

    Backports

      Description

        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();

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: