Hacker News new | ask | show | jobs
by anonymousDan 3897 days ago
Does it support the full jdk?
2 comments

As dkharrat pointed out, you can use the Avian VM with the OpenJDK class library instead of the much more limited default library. However, there's no support for JVMTI, and not everything in the OpenJDK library will work with every combination of platforms and build options.
Not entirely sure, but according to its github page[1], you can have it use the OpenJDK classes for a "conventional JVM".

[1] https://github.com/ReadyTalk/avian#building-with-the-openjdk...