RFR: 8305089: [AIX] Implement missing socket options on AIX [v2]

Varada M duke at openjdk.org
Thu Mar 30 16:05:08 UTC 2023


> Breaking this into two parts : 
> 
> 1. Implementing socket options for AIX 
> 2. DontFragmentTest failure 
> 
> - Implementing socket options for AIX :
> 
> Unlike the linux, windows and macOS, AIX uses the default implementation for socket options such as ipDontFragmentSupported(), keepAliveOptionsSupported(), setTcpkeepAliveProbes, getTcpkeepAliveProbes, setQuickAck, getQuickAck and more, where it either returns false or exception. These options can be implemented on AIX with the supported flags like SO_PEERID, TCP_NODELAYACK is the equivalent AIX option for TCP_QUICKACK and IPPROTO_TCP, IP_DONTFRAG. 
> 
> - DontFragment test failure :
> 
> DontFragmentTest.java fails with a runtime exception : “IP_DONTFRAGMENT should be supported” because the supportOptions doesn’t contain IP_DONTFRAGMENT flag.
> 
> Reported Issue :  [JDK-8305089](https://bugs.openjdk.org/browse/JDK-8305089)

Varada M has updated the pull request incrementally with one additional commit since the last revision:

  Update to copyright year

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13240/files
  - new: https://git.openjdk.org/jdk/pull/13240/files/a2caaec1..154687d1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13240&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13240&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/13240.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13240/head:pull/13240

PR: https://git.openjdk.org/jdk/pull/13240



More information about the build-dev mailing list