mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-03 03:30:05 +00:00
Concurrent work of symbol table caused _shared_table not walkable in dumping archive which led symbols not sorted in shared archive. Change to use do_safepoint_scan of _local_table to collect symbols. Reviewed-by: iklam, ccheung