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

Refactor oops in constant pool from CDS to use the Access API

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • hotspot
    • b01

      CDS allows mapping in objects to the Java heap from archives.
      In particular, the constant pool can load in resolved_references from an archive.
      If this installation of the archived oops happens during, e.g. G1 concurrent marking, then a SATB enqueue barrier is manually performed in order to register that this oop is now strongly reachable, which is a requirement for being allowed to add edges to the oop from the object graph during concurrent marking.

      It would be neat if there was a more GC agnostic way of doing this through the Access API.

            eosterlund Erik Ă–sterlund
            eosterlund Erik Ă–sterlund
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: