Releases: battleblow/openjdk-jdk12u
Mako
Huan
Updated BSD port of JDK 12
Additional features include:
- Support for OpenBSD/aarch64
- Better FreeBSD/aarch64 support
- Fix a problem with process handling on FreeBSD
- Disable non-working multicast source blocking on FreeBSD
- Improvements for the Serviceability Agent on FreeBSD
- Handle kernel stack guard pages on FreeBSD
- Support for building hsdis
- Better support for running internal tests
- Better internal test compliance
This will likely be the last release of this project as it is End of Life upstream.
Fire Ferret
Updated BSD port of JDK 12
Additional features include:
- Throw an UnsupportedOperationException if DirectIO isn't supported
- Fix stack alignment checks on i386
- Fix a javac error on i386
- Fix the Hotspot test build on FreeBSD & NetBSD
- Add support for FreeBSD/aarch64
- Fix process destruction on FreeBSD
- Fix unpack200 to work on little endian BSD platforms
- Default to IPv4 on all variants of BSD
- Limit the linger value for Socket.setSoLinger to 32767 (the maximum value on BSD)
Eska
Updated BSD port of JDK 12
Additional features include:
- Updated to 12.0.2 GA
- Support for system process, cpu load, and networking performance in Java Flight Recorder
Druk
Updated BSD port of JDK 12
Additional features include:
- Support for the FreeBSD/powerpc64 architecture
- Support for compiling with gcc
- Fix compilation on OpenBSD
- Fix support for SCTP
- Fix socket binding on IPv6
There are still missing features, which include:
- Additional support for system process and network performance information
Change
Updated BSD port of JDK 12
Additional features include:
- Updated to 12.0.1 GA
- OperatingSystemMXBean support, although some features are missing on NetBSD and OpenBSD
- Support for the keep alive extended socket options on FreeBSD and NetBSD
There are still missing features, which include:
- Additional support for system process and network performance information
Bolin
Updated BSD port of JDK 12
Additional features include:
- Better process execution support for OpenBSD and FreeBSD
- Default to IPv4 on OpenBSD
- Better support for building and linking with system libraries such as jpeg, giflib, and lcms2
- As a result, remove the need to specify the path to ports/packages on BSD.
- Fix the include file path for headers such as jni_md.h
- JavaSound support using ALSA for FreeBSD (likely also works on NetBSD)
- DTrace support for BSD
- SCTP support for FreeBSD
There are still missing features, which include:
- Support for system process and network performance information
Asami
Initial BSD port of JDK 12
This port passes limited smoke testing and is able to self host. It has been successfully built on
- FreeBSD 11/i386
- FreeBSD 11/amd64
It is expected to also build on FreeBSD 12 and on OpenBSD i386 and amd64. It may also build on FreeBSD aarch64.
There are missing features, which include:
- No DTRACE support
- No sound support
- Support for system process and network performance information