File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
framework-docs/modules/ROOT Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 421
421
*** xref:integration/cache/specific-config.adoc[]
422
422
** xref:integration/observability.adoc[]
423
423
** xref:integration/checkpoint-restore.adoc[]
424
- ** xref:integration/class-data-sharing .adoc[]
424
+ ** xref:integration/cds .adoc[]
425
425
** xref:integration/appendix.adoc[]
426
426
* xref:languages.adoc[]
427
427
** xref:languages/kotlin.adoc[]
Original file line number Diff line number Diff line change 1
- [[class-data-sharing]]
2
- = Class Data Sharing
1
+ [[cds]]
2
+ = CDS
3
+ :page-aliases: integration/class-data-sharing.adoc
3
4
4
5
Class Data Sharing (CDS) is a https://docs.oracle.com/en/java/javase/17/vm/class-data-sharing.html[JVM feature]
5
6
that can help reduce the startup time and memory footprint of Java applications.
You can’t perform that action at this time.
0 commit comments