Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8058824 Drop TwoStacks socket implementation [win]
  3. JDK-8198358

Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • core-libs
    • None
    • b07

      There are three PlainSocketImpl implementations in JDK:
      java.base/windows/classes/java/net/DualStackPlainSocketImpl.java
      java.base/windows/classes/java/net/TwoStacksPlainSocketImpl.java
      java.base/unix/classes/java/net/PlainSocketImpl.java

      While two later have very similar organization (in particular, set of native methods), the former is organized slightly differently.
      In order to merge the two windows implementation, they first need to be organized in a similar way.
      For consistency, DualStack implementation will be reorganized to be aligned with TwoStacks (and unix/PlainSocketImpl).

            igerasim Ivan Gerasimov
            igerasim Ivan Gerasimov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: