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

jasm/jdis: implement support of The LocalVariableTable Attribute

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • asm_tools_8.0
    • asm_tools_7.0, asm_tools_8.0
    • tools
    • None

      jdis should generate:
      if there is the option -g:
      var index #name_index:#descriptor_index
      var 0 #50:#51; // this:"Lconditional001;"
      otherwise if -lv option (Print the LocalVariableTable attribute) is used then:
      var 0 this:"Lconditional001;"
      jasm should be able to parse these statements.

            lkuskov Leonid Kuskov
            lkuskov Leonid Kuskov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: