< prev index next >

src/java.base/share/classes/java/lang/Shutdown.java

Print this page

        

@@ -134,10 +134,14 @@
                     throw td;
                 }
             }
         }
 
+        // Notify the VM to link the classes loaded by the builtin class loaders
+        // during dynamic CDS dump.
+        VM.linkClassesForCDS();
+
         // set shutdown state
         VM.shutdown();
     }
 
     /* Notify the VM that it's time to halt. */
< prev index next >