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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P1
    • 8
    • Affects Version/s: 7
    • Component/s: 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();

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: