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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-valhalla
    • Component/s: 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)

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

              Created:
              Updated:
              Resolved: