mirror of
https://github.com/freebsd/openjdk
synced 2026-03-24 04:53:14 +00:00
No description
- Java 74%
- C++ 13.9%
- C 8%
- Assembly 2.7%
- Objective-C 0.4%
- Other 0.8%
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 |
||
|---|---|---|
| .github | ||
| .jcheck | ||
| bin | ||
| doc | ||
| make | ||
| src | ||
| test | ||
| .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:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.