The android documentation for the java.lang.Runtime class makes multiple reference to the JVM, for example calling the freeMemory()
method:
Returns the amount of free memory in the Java Virtual Machine.
Yet in recent versions of android there is no virtual machine. What exactly does this method, and other similar methods, return?