Java JIT availability on OpenJDK 11
Does the default OpenJDK 11 java runtime that ships with the current Raspberry Pi image have just a just in time (JIT) compiler available? Would Azul's JDK11 perform significantly better than the default OpenJDK distribution?
Re: Java JIT availability on OpenJDK 11
I like Azul's JDK because you can get it with JavaFX but I don't think it is any faster than OpenJDK. You can also look at Bell Software's JDK, bell-sw.com, it also has a version with JavaFX built in. The advantage of Bell's is that they have version 14 available with JavaFX for ARM.