You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework-docs/modules/ROOT/pages/integration/aot-cache.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The ahead-of-time cache is a JVM feature introduced in Java 24 via the
7
7
https://openjdk.org/jeps/483[JEP 483] that can help reduce the startup time and memory
8
8
footprint of Java applications. AOT cache is a natural evolution of https://docs.oracle.com/en/java/javase/17/vm/class-data-sharing.html[Class Data Sharing (CDS)].
9
9
Spring Framework supports both CDS and AOT cache, and it is recommended that you use the
10
-
later if available in the JVM version your are using (Java 24+).
10
+
later if available in the JVM version you are using (Java 24+).
11
11
12
12
To use this feature, an AOT cache should be created for the particular classpath of the
13
13
application. It is possible to create this cache on the deployed instance, or during a
0 commit comments