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

SA: MetadataField.java needs to support inlined fields

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • repo-valhalla
    • hotspot

      With project Valhalla, if the type of a field is an inline type, the JVM can decide to flatten this field, which means the field doesn't contain a reference to an instance of this inline type, but the individual values of the different fields of this inline type.

      MetadataField.getValue(Address addr) is a method that is supposed to return the metadata for a field at a given address. The current method to return the metadata is to follow the reference, and use the klass pointer from the header of the instance pointed by the field.

      This method cannot work with flattened fields because they have no indirection and no header. For flattened fields, the metadata must be retrieved from the field's holder metadata.

            Unassigned Unassigned
            fparain Frederic Parain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: