Comment Re:Yes it is (Score 1) 961
No OpenJDK includes the VM (perhaps it isn't well named) - but I was counting the VM in that.
If you took out the core of the VM, it would be 100% java. There is a java version of hotspot being worked on, which will make it easier for the instruction generation/inlining to be ported to other architectures as they arise (as it is, it is fairly x86 centric at the moment IIRC).
If you took out the core of the VM, it would be 100% java. There is a java version of hotspot being worked on, which will make it easier for the instruction generation/inlining to be ported to other architectures as they arise (as it is, it is fairly x86 centric at the moment IIRC).