Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One interesting thing for you may be Class-Data Sharing feature that keeps already parsed class data across restarts and can re-use it with other JVM instances running same code. It also allows JVM to share these data in memory with other JVMs running on same host so in some use cases it can both speed up startup time and save memory.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: