Adventures with OpenJDK 10
Posted: 27 Mar 2018 10:48
First impressions after tests on ARM 32 (armbian stretch).
Does not build completely. "make" works, "make images" does not. Can“t believe they did not catch a "javac --release 8" before a GA release. Sufficient binaries produced to compile and run i2p. "ant updater" produces a working i2p 0.9.33 for "javac.version=1.9" and "javac.version=1.10".
Still eats too much RAM under higher loads with the default GC. The deprecated CMS GC works well as before.
The new Shenandoah GC does not build at all. Throws some ARM assembler errors beyond my scope.
I have opened bug reports for the build errors.
Does not build completely. "make" works, "make images" does not. Can“t believe they did not catch a "javac --release 8" before a GA release. Sufficient binaries produced to compile and run i2p. "ant updater" produces a working i2p 0.9.33 for "javac.version=1.9" and "javac.version=1.10".
Still eats too much RAM under higher loads with the default GC. The deprecated CMS GC works well as before.
The new Shenandoah GC does not build at all. Throws some ARM assembler errors beyond my scope.
I have opened bug reports for the build errors.