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

[lw4] Code fixing access flags in old class files is incorrect and incomplete

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-valhalla
    • hotspot

      The VM is supposed to silently fix old class files lacking the ACC_SUPER/ACC_IDENTITY flag.

      The current implementation has to issues:
        - regular classes are not fixed properly because the missing flag is added to a temporary variable and not propagated to the real access flags
        - inner classes are not fixed (their access flags are handled differently)

            fparain Frederic Parain
            fparain Frederic Parain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: