You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This header is responsible for defining the in6_addr struct. This type
is used in the header <netinet/tcp.h>. On some versions of AIX, tcp.h
does not include in.h (despite using types defined there), so we have to
manually include it before tcp.h. This isn't a problem on other posix
platforms.
Fixes: #5360
Signed-off-by: Robert Young <[email protected]>
This issue causes the openjdk builds to fail at adoptopenjdk. Please investigate.
Platforms seen on: AIX only.
Builds pass on jdk8 and jdk11.
Last passing build for jdk15:
Full error message included below.
Full build output can be found here for jdk15 and here for jdk head
The text was updated successfully, but these errors were encountered: