jdis: add support to print instruction offsets while the output is not detailed

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • asm_tools_8.0
    • Affects Version/s: asm_tools_8.0
    • Component/s: tools
    • None
    • b07

      It would be helpful to have the option:
      -pc Print instruction offsets while the output is not detailed
      for development of tests for "jump" instructions:
      i.e. there should be 2 modes:
      1:
            8: if_icmpne 13;
          11: locals_map int;
                 stack_map int, int;
                 iload_0;
          12: return;
          13: locals_map int;
      and 2:
                 if_icmpne L13;
                 locals_map int;
                 stack_map int, int;
                 iload_0;
                 return;
       L13: locals_map int;

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

              Created:
              Updated:
              Resolved: