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

Rename ClassPrelinker to AOTConstantPoolResolver

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • 24
    • None
    • hotspot

      This RFE is a simple renaming of the class ClassPrelinker to AOTConstantPoolResolver, to be compatible with the naming of the other C++ classes in the implementation of JEP 483 (JDK-8315737).

      https://github.com/openjdk/jdk/blob/master/src/hotspot/share/cds/classPrelinker.hpp

      Note: new classes for JEP 483 will be introduced in the next RFE JDK-8329706:

      AOTClassLinker:
          Used in the assembly phase - decides what classes
          in the AOTCache should be loaded and linked at the
          start of a production run

      AOTConstantPoolResolver:
          Used in the assembly phase - decides what CP entries
          in the AOTCache should be resolved during the assembly phase

      AOTLinkedClassTable:
          The output written by AOTClassLinker; stored inside
          AOTCache.

      AOTLinkedClassBulkLoader:
         Used in the production run -- loads/links classes in the
         AOTLinkedClassTable

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

              Created:
              Updated:
              Resolved: