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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • repo-valhalla
    • Affects Version/s: repo-valhalla
    • Component/s: 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.
      ~

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

              Created:
              Updated:
              Resolved: