Re: Loading classes during VM shutdown

2019-10-20 Thread David Holmes
Hi Ioi, On 19/10/2019 3:36 am, Ioi Lam wrote: For JDK-8232081 (Try to link all classes with ArchiveClassesAtExit), when creating a dynamic CDS archive, I need to link all classes in the "loaded" state. I am thinking of doing it at this point: src/java.base/share/classes/java/lang/Shutdown.jav

Loading classes during VM shutdown

2019-10-18 Thread Ioi Lam
For JDK-8232081 (Try to link all classes with ArchiveClassesAtExit), when creating a dynamic CDS archive, I need to link all classes in the "loaded" state. I am thinking of doing it at this point: src/java.base/share/classes/java/lang/Shutdown.java:     private static void runHooks() {