Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903997

[lworld] jasm should recognized the identity class modifier

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • asm_tools_9.0
    • asm_tools_9.0
    • 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.

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

              Created:
              Updated:
              Resolved: