JDK-8033154 : PPC64: Fix AIX build after integration into jdk9/dev
  • Type: Bug
  • Component: core-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • CPU: ppc
  • Submitted: 2014-01-29
  • Updated: 2014-03-11
  • Resolved: 2014-01-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b04Fixed
Related Reports
Duplicate :  
Relates :  
Description
During the integration from ppc-aix-port/stage-9/jdk to jdk9/dev/jdk there have been introduced some AIX issues because jdk9/dev/jdk already had some changes which were not present in ppc-aix-port/stage-9/jdk.

Especially change "8032451: (dc) DatagramChannel.join should support include-mode filtering on OS X" led to some merge issues which are fixed by this change.

This change also updates src/share/lib/security/java.security-aix to incorporate the latest changes from the other platforms security files.