Fat jar with AppCDS

yumin qi yumin.qi at gmail.com
Tue Apr 24 00:49:30 UTC 2018


Hi,Ioi

  There are some applications with fat jar, that is, like web jars, are
loaded by its own class loaders, are not dumped when run with current mode.
AppCDS can dump the jars in path and loaded by App class loader, but it
does not dump the classes loaded by the class loader "in the jars", which
are loaded in runtime.

  Do you have any plan to work on this issue? The classes loaded during
runtime are NOT generated classes, they are just designed this way and
stored in other jar files(fat).

  We are working on the issue, so if you have recommendation or you already
worked on it please let me know.

Thanks
Yumin


More information about the hotspot-runtime-dev mailing list