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

(dc) DatagramChannel.disconnect uses disconnectx which is not supported on macOS 10.8.3

XMLWordPrintable

    • b01
    • x86_64, aarch64
    • os_x

        The backport for JDK-8285515 on jdk8u has passed tests in mach5 and so it was integrated into the main branch but while backporting this fix into jdk7u, which runs older mac OS X hardware (v10.7.5), it was noticed that the changes from the backport do not support the latest advertised OS X version.

        As per https://www.oracle.com/java/technologies/javase/products-doc-jdk8-jre8-certconfig.html the latest version supported is v10.8.3 and so we need to use `connect` instead of `disconnectx` since this function has only been available for OS X v10.11.0+.

              lpinto Luis Pinto (Inactive)
              lpinto Luis Pinto (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: