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

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

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: