Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
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
- relates to
-
JDK-8251557 Avoid dumping unused symbols/strings into the CDS archive
- Resolved
-
JDK-8245264 Test runtime/cds/appcds/SignedJar.java fails
- Closed