Javac should propagate ACC_VALUE/ACC_IDENTITY from supertypes to subtypes

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • repo-valhalla
    • Affects Version/s: repo-valhalla
    • Component/s: tools
    • None
    • generic
    • generic

      Consider:

      identity interface I {}
      interface J extends I {}


      As of https://github.com/openjdk/valhalla/pull/688, javac compiles
      I with ACC_IDENTITY set and J without it.

      Both I and J should have ACC_IDENTITY set in this case.

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

              Created:
              Updated:
              Resolved: