It would save memory if the Java virtual machine were able to load a module file by mmap-ing it readonly and finding the Java class objects in it. In this way, several virtual machine instances using the same libraries would share memory. Is this among the features planned for this project?