mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-15 17:30:24 +00:00
8027455: Improve symbol table scan times during gc pauses Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set. Reviewed-by: mgerdin, coleenp, brutisso