Skip to content

Releases: battleblow/openjdk-jdk12u

Mako

17 Apr 23:26
Compare
Choose a tag to compare

Updated BSD port of JDK 12

Additional features include:

  • Build fixes for aarch64
  • Build fixes for Clang 10

Huan

20 Sep 07:14
Compare
Choose a tag to compare

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

13 Aug 02:23
Compare
Choose a tag to compare

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

19 Jul 06:03
Compare
Choose a tag to compare

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

09 May 05:07
Compare
Choose a tag to compare

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

17 Apr 17:52
Compare
Choose a tag to compare

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

29 Mar 05:00
Compare
Choose a tag to compare

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

20 Mar 22:27
Compare
Choose a tag to compare

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