String.intern()500w个String对象。

答案解析

500w字符串intern需更大StringTableSize,否则GC扫描变慢,表溢出导致性能下降,应根据实际需求配置表容量。