Avoid walking SymbolTable during -Xshare:dump

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 15
    • Component/s: hotspot
    • b04

      Walking the symbol table during static dump time is problematic (see JDK-8245264). Since all Symbols are marked as permanent during static dumping, we can just save all of them in a global array as they are created, and walk this array during the dump process.

            Assignee:
            Yumin Qi
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: