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: docs/src/main/asciidoc/appcds.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,15 +98,14 @@ AppCDS has improved significantly in the latest JDK releases. This means that to
98
98
[TIP]
99
99
====
100
100
Starting with JDK 24, the JVM provides an evolution of the class-data sharing in the form of the AOT cache.
101
-
If you are building an application that will target JDK 24+ you can take advantage of this feature by adding the following system property when packaging your application:
101
+
If you are building an application that will target JDK 25+ you can take advantage of this feature by adding the following system property when packaging your application:
0 commit comments