No description
  • Java 74%
  • C++ 13.9%
  • C 8%
  • Assembly 2.7%
  • Objective-C 0.4%
  • Other 0.8%
Find a file
Harald Eilertsen 53641783b3 Enable IPv6 dual protocol socket support on FreeBSD
It is possible to limit the jvm to default to IPv4 only sockets by
setting `java.net.preferIPv4Stack` to true. This is the default on
OpenBSD, but for otehr BSD's we follow the Java specification that
sockets should accept both IPv4 and IPv6 when the latter is available.

Sponsored by: The FreeBSD Foundation
2025-03-25 10:14:43 +01:00
.github Update github workflows from jdk24 branch 2024-12-25 11:48:11 +01:00
.jcheck Update jcheck from jdk24 branch 2024-12-25 11:49:30 +01:00
bin
doc
make Fix include path for liblcms on BSD 2025-03-13 15:59:48 +01:00
src Enable IPv6 dual protocol socket support on FreeBSD 2025-03-25 10:14:43 +01:00
test Merge branch 'jdk24' into jdk24-freebsd 2025-02-07 11:48:11 +01:00
.gitattributes
.gitignore
ADDITIONAL_LICENSE_INFO
ASSEMBLY_EXCEPTION
configure
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md

Welcome to the JDK!

For build instructions please see the online documentation, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.