Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8246181

Avoid walking SymbolTable during -Xshare:dump

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 16
    • 15
    • hotspot
    • b04

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              minqi Yumin Qi
              iklam Ioi Lam
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: