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

AccessFlags should be just the classfile flags

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Delivered
    • Icon: P4 P4
    • tbd
    • 20
    • hotspot

      The accessFlags in field, method and klass should be only the ones that javac puts in the classfile. JVM state should be separated out to other flag or status bits, depending on whether they are read-only or, in the case of status flags, read-write. The read-write flags should be written atomically.

      Adding flags to accessFlags for valhalla and other new projects in Amber, have exposed the need to fix this area of technical debt.

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: