OpenComputers II

OpenComputers II

27.1k Downloads

Sedna incompatible with some Java VMs

lucsoft opened this issue ยท 3 comments

commented

Under Java 14
crash-2021-01-10_15.28.51-server.txt

Under Java 8
crash-2021-01-10_15.34.26-server.txt

both crash because of java.lang.NoClassDefFoundError: sun/misc/VM

commented

Yeah, OpenJDK and Java != 8 currently isn't supported. I'm planning to make a compat lib Sedna can use to make it compatible with different VMs, and especially newer Java versions, without having to lose the perf boost the unsafe memory implementation provides.

commented

Could you please test this with 2c3a592 or newer? Did a quick test with Adopt 15 on Windows and that worked. But the Linux JRE/JDK may have small differences, still. Thanks.

commented

Okay using OpenJDK 8 on Linux works