Is readonly file mapping a purpose of this project?

Ramón García ramon.garcia.f+java at gmail.com
Thu Mar 4 07:34:42 PST 2010


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?



More information about the jigsaw-dev mailing list