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

Refactor HeapShared::archive_reachable_objects_from_static_field

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • 12
    • 12
    • hotspot

      Currently, the only way to archive an object subgraph is to call HeapShared::archive_reachable_objects_from_static_field, which requires the root to be in a static field of a Java class.

      To support JDK-8198698 (Archive Lambda classes in CDS), we need to store subgraphs from other sources, such as objects stored in ConstantPool::resolved_references().

      Therefore, we need to refactor archive_reachable_objects_from_static_field to move the functionality independent of static fields into a common function.

            iklam Ioi Lam
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: