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

[lworld] AccessFlags should be specific to class file version

XMLWordPrintable

      Some access flags apply only to class files with a range of class file versions.
      The java.lang.AccessFlag class should return the AccessFlag corresponding to the actual accessflags that appear in the class file and depending on the class file version.
      For example, Valhalla proposes to change the meaning of 0x0020 from ACC_SUPER to ACC_IDENTITY. j.l.Class.accessFlags() should return the appropriate flags depending on the class file version.

            rriggs Roger Riggs
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: