Class AotClassLoadingNotes
java.lang.Object
net.jrodolfo.java_evolution.java24.AotClassLoadingNotes
Explains ahead-of-time class loading and linking, introduced in Java 24.
Java startup can include substantial class loading and linking work. This feature moves some of that work ahead of application execution to improve startup behavior for suitable deployments.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AotClassLoadingNotes
public AotClassLoadingNotes()
-
-
Method Details
-
purpose
-