I think we're headed for a Linux-like fragmentatio...
# tornadofx
c
I think we're headed for a Linux-like fragmentation. There's AdoptOpenJDK, Corretto, and Zulu's Azul to choose from for example. I myself am building my own distro that includes OpenJFX. I had hoped the Amazon one would work instead but was getting a glib DLL linker error.
a
Azul is somewhat different, I think. It's on par with other commercial JVMs like Excelsior Jet with aggressive optimizations and inline compilers. Azul (zing vm) uses LLVM to produce JIT, if I recall correctly. But yeah, there is too many ways to install JDK/JRE nowadays. I'd like to use OpenJDK everywhere possible, but in terms of raw performance it loses so bad to Oracle, it's just unwise for production.