Changes

Jump to: navigation, search
Java Virtual Machine
In this Application Note, we would like to explore some of the most popular Java Virtual Machines and measure their performances on the embedded platform. The different JVMs performance results let the user to target which JVM can be used for running its Java code in the better way.
 
=== ZeroVM===
The [https://openjdk.java.net/projects/zero/ ZeroVM] JDK version has to be taken into account for some JVM version: this version - used for example on ''OpenJDK 8'' and ''AdoptOpenJDK 8'' give output results are '''really less performing''' then the others VMs.
 
It should be considered - infact - that ''OpenJDK Zero VM is an interpreter only JVM''. It's easier to port because it has no architecture specific assembly code but, on the other hand,
it's not performant because it has no architecture specific assembly code.
== Benchmarks ==
8,146
edits

Navigation menu