Apparently I accidentally removed my post about the #RISCV build of #OpenJDK #Adoptium Eclipse #Temurin 21.0.1+12 from a few weeks back so I'm reposting:
This is an early access build - not intended for production use:
wget -q -O - https://api.adoptium.net/v3/binary/version/jdk-21.0.1+12.1-ea-beta/linux/riscv64/jdk/hotspot/normal/adoptium | tar xfz -
It needs libatomic1 (Debian/Ubuntu) or libatomic (Fedora) to avoid a runtime error
In a docker container you may get: "RISCV_FLUSH_ICACHE not available". To fix, start the container with "--security-opt seccomp=unconfined"
