ARM32: first glimpse at OpenJDK 11

I2P router issues
Post Reply
jogger
Posts: 45
Joined: 19 Feb 2018 09:00

ARM32: first glimpse at OpenJDK 11

Post by jogger »

Had a short look today on one of my Armbian Stretch systems.

They claim to have resolved arm32 specific bugs since OpenJDK 10.

Builds with gcc only with compiler warnings even im ARM-specific code. Does not build with clang.

Slow build: Excessive swapping with make jobs > 1 with 2 GB RAM. (with 9 and 10 up to 5 jobs were no problem).

-XX:+UseConcMarkSweepGC still works, but deprecated as before. Needed to tame memory usage when running i2p.

Will now wait for the final release and then test with i2p. If it works, will try the other gargabe collectors available by default.
Post Reply