Java 9:Building Robust Modular Applications
上QQ阅读APP看书,第一时间看更新

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.