Skip to content

Releases: ev3dev-lang-java/openjdk-ev3

OpenJDK9 for Debian Stretch

27 Dec 18:13
cc8def2
Compare
Choose a tag to compare

Release v0.6.1

29 Oct 09:18
v0.6.1
9eddeba
Compare
Choose a tag to compare

Download links

See current README.md for more information.

Changes

OpenJDK-related:

  • added support for OpenJDK 11 & latest mercurial version
  • added support for a modified version of SoftFloat-3e: softfloat-openjdk (why)
    • added automatic download and compilation of the forked library
    • added support to the Java build sytem
  • added AdoptOpenJDK's CA certificate bundle
  • added release debug level build flag
  • added Debian patch for native library search path (libraries in /usr/lib/jni should be working now)

Build-related:

  • added Jenkins support, big thanks to AdoptOpenJDK for providing us the build infrastructure
  • merged autorun support to the main Docker image
  • added support for fast downloading from Git and also Mercurial's tip.tar.bz2
  • java version determination works automatically now
  • buildjdk jlink is used if available (so the JDK basically jlinks itself)
  • added Debian Stretch update repository
  • made apt-get quieter
  • added test HelloWorld

Documentation related:

  • updated README
  • added patches that are a bit more suitable for upstreaming (but re-export using hg export -g and testing are necessary)

Release v0.5.0

07 Apr 12:38
80ff69d
Compare
Choose a tag to compare
  • Add Zero interpreter variant
  • Add AssumeMP OpenJDK10 fix
  • Add jdk.unsupported jmod to JRI

Release v0.4.5.1 for leJOS EV3 (BROKEN)

29 Mar 00:59
8ae9c33
Compare
Choose a tag to compare

IMPORTANT: THESE BUILDS DO NOT WORK.

Release v0.4.5 for leJOS EV3 (BROKEN)

28 Mar 23:24
b6bb975
Compare
Choose a tag to compare

IMPORTANT: THESE BUILDS DO NOT WORK.

Release v0.4.5

28 Mar 13:32
c67770f
Compare
Choose a tag to compare

OpenJDK versions: 9.0.4+12 and 10+46.

  • First build with merged build systems.
  • Backported OpenJDK 10 changes to OpenJDK 9.

Release v0.4.4, JDK 10+46

28 Mar 01:00
86b77bd
Compare
Choose a tag to compare

Another attempt to remove offending memory barriers.

Release v0.4.3, JDK 10+46

27 Mar 22:46
122ca04
Compare
Choose a tag to compare

Hopefully fixed the crash regarding memory barriers.
Switched to gzip for archive compression.
Removed JShell support.
Removed PC JDK, only EV3 jmods are included.

Release v0.4.2, JDK 10+46

25 Mar 21:23
aabc7f8
Compare
Choose a tag to compare

First JDK 10 build. Only for Debian Stretch. JDK 9-based builds can be found in older releases.
This is basically a re-released v0.4.1 with a corrected tag.

Release v0.4.0, JDK 9.0.4+12

25 Mar 19:42
6a940ac
Compare
Choose a tag to compare

This version was built on Debian Stretch.