Hacker News new | ask | show | jobs
by amelius 4079 days ago
I'd like to see this as a book.
1 comments

Java 8 update 40 has a commercial feature called "Application Class Data Sharing" [1] that extends Class Data Sharing to application classes. However almost no documentation is available. Likely it is almost useless because likely it only works with the default system classloader.

[1] http://www.oracle.com/technetwork/java/javase/8u40-relnotes-...