[lworld] jasm should recognized the identity class modifier

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • asm_tools_9.0
    • Affects Version/s: asm_tools_9.0
    • Component/s: tools
    • b06

      The current syntax to set the ACC_SUPER (0x0020) class modifier in a jasm source file is:

      super public class <classname>

      JEP 401 repurposed the ACC_SUPER flag into the ACC_IDENTITY flag, indicating that instances of this class have an identity.

      The jasm syntax should be extended to recognize an `identity` class modifier for source files with a class file version 67.65535 or higher.

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

              Created:
              Updated:
              Resolved: