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

[lworld] add checking of abstract super classes of inline type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • repo-valhalla
    • repo-valhalla
    • hotspot

      Super classes of inline types must be either java.lang.Object or a 'special' abstract class.

      These 'special' abstract super classes must have no fields, and have an empty (possibly marked ACC_ABSTRACT) no-arg constructor.

      The JVM needs to check that abstract super classes of inline types meet the above requirements, and if not, throw ICCE.
      ~

            hseigel Harold Seigel (Inactive)
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: