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

jdis: Add support for printing all attributes as tables instead of inlined.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • asm_tools_8.0
    • tools
    • None
    • Fix Understood

      As example StackMapTable:
      Old format:
               putstatic Field slist:Ljava/util/List;;
               iconst_0;
               istore_0;
        L14: stack_frame_type append;
               locals_map int;
               iload_0;
               bipush 25;

      New Format:
               putstatic Field slist:Ljava/util/List;;
               iconst_0;
               istore_0;
        L14: iload_0;
               bipush 25;

           StackMapTable: number_of_entries = 2
              frame_type = 252 /* append */
                offset_delta = 14
                locals = [ int ]
              frame_type = 250 /* chop */
                offset_delta = 26

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

              Created:
              Updated: