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

答案解析

大量intern操作会占用StringTable空间,若表过小易导致哈希冲突和GC扫描变慢,应合理调整StringTableSize。