- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 39字
- 2025-04-04 17:08:33
The solution
CDS archives now allocate specific space on the heap for strings:

The string space is mapped using a shared-string table, hash tables, and deduplication.
Deduplication is a data compression technique that eliminates duplicative information in an archive.