Tags: Programming Language.
Jupiter JVM is an open-source Java virtual machine which has been developed as a master thesis with modularity and extensibility in mind. It uses Boehm garbage collector and GNU Classpath. The Jupiter Virtual Machine main aspects of its design can be simplified as:Memory locality – Objects are allocated on the heap with little or no consideration for locality.