public class com.sun.tools.classfile.ClassTranslator implements com.sun.tools.classfile.ConstantPool$Visitor<com.sun.tools.classfile.ConstantPool$CPInfo, java.util.Map<java.lang.Object, java.lang.Object>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.ClassTranslator
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ClassTranslator this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ClassTranslator;

  public com.sun.tools.classfile.ClassFile translate(com.sun.tools.classfile.ClassFile, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ClassFile;Ljava/util/Map;)Lcom/sun/tools/classfile/ClassFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=8, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ClassFile cf
        start local 2 // java.util.Map translations
         0: .line 69
            aload 2 /* translations */
            aload 1 /* cf */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ClassFile
            astore 3 /* cf2 */
        start local 3 // com.sun.tools.classfile.ClassFile cf2
         1: .line 70
            aload 3 /* cf2 */
            ifnonnull 27
         2: .line 71
            aload 0 /* this */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.constant_pool:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* constant_pool2 */
        start local 4 // com.sun.tools.classfile.ConstantPool constant_pool2
         3: .line 72
            aload 0 /* this */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.fields:[Lcom/sun/tools/classfile/Field;
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.constant_pool:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:([Lcom/sun/tools/classfile/Field;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)[Lcom/sun/tools/classfile/Field;
            astore 5 /* fields2 */
        start local 5 // com.sun.tools.classfile.Field[] fields2
         4: .line 73
            aload 0 /* this */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.methods:[Lcom/sun/tools/classfile/Method;
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.constant_pool:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translateMethods:([Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)[Lcom/sun/tools/classfile/Method;
            astore 6 /* methods2 */
        start local 6 // com.sun.tools.classfile.Method[] methods2
         5: .line 74
            aload 0 /* this */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.attributes:Lcom/sun/tools/classfile/Attributes;
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.constant_pool:Lcom/sun/tools/classfile/ConstantPool;
         6: .line 75
            aload 2 /* translations */
         7: .line 74
            invokevirtual com.sun.tools.classfile.ClassTranslator.translateAttributes:(Lcom/sun/tools/classfile/Attributes;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Attributes;
            astore 7 /* attributes2 */
        start local 7 // com.sun.tools.classfile.Attributes attributes2
         8: .line 77
            aload 4 /* constant_pool2 */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.constant_pool:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 13
         9: .line 78
            aload 5 /* fields2 */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.fields:[Lcom/sun/tools/classfile/Field;
            if_acmpne 13
        10: .line 79
            aload 6 /* methods2 */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.methods:[Lcom/sun/tools/classfile/Method;
            if_acmpne 13
        11: .line 80
            aload 7 /* attributes2 */
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.attributes:Lcom/sun/tools/classfile/Attributes;
            if_acmpne 13
        12: .line 81
            aload 1 /* cf */
            astore 3 /* cf2 */
            goto 26
        13: .line 83
      StackMap locals: com.sun.tools.classfile.ClassTranslator com.sun.tools.classfile.ClassFile java.util.Map com.sun.tools.classfile.ClassFile com.sun.tools.classfile.ConstantPool com.sun.tools.classfile.Field[] com.sun.tools.classfile.Method[] com.sun.tools.classfile.Attributes
      StackMap stack:
            new com.sun.tools.classfile.ClassFile
            dup
        14: .line 84
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.magic:I
        15: .line 85
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.minor_version:I
        16: .line 86
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.major_version:I
        17: .line 87
            aload 4 /* constant_pool2 */
        18: .line 88
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.access_flags:Lcom/sun/tools/classfile/AccessFlags;
        19: .line 89
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.this_class:I
        20: .line 90
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.super_class:I
        21: .line 91
            aload 1 /* cf */
            getfield com.sun.tools.classfile.ClassFile.interfaces:[I
        22: .line 92
            aload 5 /* fields2 */
        23: .line 93
            aload 6 /* methods2 */
        24: .line 94
            aload 7 /* attributes2 */
        25: .line 83
            invokespecial com.sun.tools.classfile.ClassFile.<init>:(IIILcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/AccessFlags;II[I[Lcom/sun/tools/classfile/Field;[Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/Attributes;)V
            astore 3 /* cf2 */
        26: .line 95
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* cf */
            aload 3 /* cf2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // com.sun.tools.classfile.Attributes attributes2
        end local 6 // com.sun.tools.classfile.Method[] methods2
        end local 5 // com.sun.tools.classfile.Field[] fields2
        end local 4 // com.sun.tools.classfile.ConstantPool constant_pool2
        27: .line 97
      StackMap locals: com.sun.tools.classfile.ClassTranslator com.sun.tools.classfile.ClassFile java.util.Map com.sun.tools.classfile.ClassFile
      StackMap stack:
            aload 3 /* cf2 */
            areturn
        end local 3 // com.sun.tools.classfile.ClassFile cf2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ClassFile cf
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   28     0            this  Lcom/sun/tools/classfile/ClassTranslator;
            0   28     1              cf  Lcom/sun/tools/classfile/ClassFile;
            0   28     2    translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   28     3             cf2  Lcom/sun/tools/classfile/ClassFile;
            3   27     4  constant_pool2  Lcom/sun/tools/classfile/ConstantPool;
            4   27     5         fields2  [Lcom/sun/tools/classfile/Field;
            5   27     6        methods2  [Lcom/sun/tools/classfile/Method;
            8   27     7     attributes2  Lcom/sun/tools/classfile/Attributes;
    Signature: (Lcom/sun/tools/classfile/ClassFile;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ClassFile;
    MethodParameters:
              Name  Flags
      cf            
      translations  

  com.sun.tools.classfile.ConstantPool translate(com.sun.tools.classfile.ConstantPool, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool cp
        start local 2 // java.util.Map translations
         0: .line 101
            aload 2 /* translations */
            aload 1 /* cp */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool
            astore 3 /* cp2 */
        start local 3 // com.sun.tools.classfile.ConstantPool cp2
         1: .line 102
            aload 3 /* cp2 */
            ifnonnull 23
         2: .line 103
            aload 1 /* cp */
            invokevirtual com.sun.tools.classfile.ConstantPool.size:()I
            anewarray com.sun.tools.classfile.ConstantPool$CPInfo
            astore 4 /* pool2 */
        start local 4 // com.sun.tools.classfile.ConstantPool$CPInfo[] pool2
         3: .line 104
            iconst_1
            istore 5 /* eq */
        start local 5 // boolean eq
         4: .line 105
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 18
         6: .line 108
      StackMap locals: com.sun.tools.classfile.ClassTranslator com.sun.tools.classfile.ConstantPool java.util.Map com.sun.tools.classfile.ConstantPool com.sun.tools.classfile.ConstantPool$CPInfo[] int int
      StackMap stack:
            aload 1 /* cp */
            iload 6 /* i */
            invokevirtual com.sun.tools.classfile.ConstantPool.get:(I)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            astore 7 /* cpInfo */
        start local 7 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo
         7: .line 109
            goto 10
        end local 7 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo
      StackMap locals:
      StackMap stack: com.sun.tools.classfile.ConstantPool$InvalidIndex
         8: astore 8 /* e */
        start local 8 // com.sun.tools.classfile.ConstantPool$InvalidIndex e
         9: .line 110
            new java.lang.IllegalStateException
            dup
            aload 8 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 8 // com.sun.tools.classfile.ConstantPool$InvalidIndex e
        start local 7 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo
        10: .line 112
      StackMap locals: com.sun.tools.classfile.ConstantPool$CPInfo
      StackMap stack:
            aload 0 /* this */
            aload 7 /* cpInfo */
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool$CPInfo;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            astore 8 /* cpInfo2 */
        start local 8 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo2
        11: .line 113
            iload 5 /* eq */
            aload 7 /* cpInfo */
            aload 8 /* cpInfo2 */
            if_acmpne 12
            iconst_1
            goto 13
      StackMap locals: com.sun.tools.classfile.ClassTranslator com.sun.tools.classfile.ConstantPool java.util.Map com.sun.tools.classfile.ConstantPool com.sun.tools.classfile.ConstantPool$CPInfo[] int int com.sun.tools.classfile.ConstantPool$CPInfo com.sun.tools.classfile.ConstantPool$CPInfo
      StackMap stack: int
        12: iconst_0
      StackMap locals: com.sun.tools.classfile.ClassTranslator com.sun.tools.classfile.ConstantPool java.util.Map com.sun.tools.classfile.ConstantPool com.sun.tools.classfile.ConstantPool$CPInfo[] int int com.sun.tools.classfile.ConstantPool$CPInfo com.sun.tools.classfile.ConstantPool$CPInfo
      StackMap stack: int int
        13: iand
            istore 5 /* eq */
        14: .line 114
            aload 4 /* pool2 */
            iload 6 /* i */
            aload 8 /* cpInfo2 */
            aastore
        15: .line 115
            aload 7 /* cpInfo */
            invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.getTag:()I
            aload 8 /* cpInfo2 */
            invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.getTag:()I
            if_icmpeq 17
        16: .line 116
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        17: .line 117
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            aload 7 /* cpInfo */
            invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.size:()I
            iadd
            istore 6 /* i */
        end local 8 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo2
        end local 7 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo
        18: .line 105
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            aload 1 /* cp */
            invokevirtual com.sun.tools.classfile.ConstantPool.size:()I
            if_icmplt 6
        end local 6 // int i
        19: .line 120
            iload 5 /* eq */
            ifeq 21
        20: .line 121
            aload 1 /* cp */
            astore 3 /* cp2 */
            goto 22
        21: .line 123
      StackMap locals:
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool
            dup
            aload 4 /* pool2 */
            invokespecial com.sun.tools.classfile.ConstantPool.<init>:([Lcom/sun/tools/classfile/ConstantPool$CPInfo;)V
            astore 3 /* cp2 */
        22: .line 125
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* cp */
            aload 3 /* cp2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // boolean eq
        end local 4 // com.sun.tools.classfile.ConstantPool$CPInfo[] pool2
        23: .line 127
      StackMap locals:
      StackMap stack:
            aload 3 /* cp2 */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool cp2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool cp
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   24     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0   24     1            cp  Lcom/sun/tools/classfile/ConstantPool;
            0   24     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   24     3           cp2  Lcom/sun/tools/classfile/ConstantPool;
            3   23     4         pool2  [Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            4   23     5            eq  Z
            5   19     6             i  I
            7    8     7        cpInfo  Lcom/sun/tools/classfile/ConstantPool$CPInfo;
           10   18     7        cpInfo  Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            9   10     8             e  Lcom/sun/tools/classfile/ConstantPool$InvalidIndex;
           11   18     8       cpInfo2  Lcom/sun/tools/classfile/ConstantPool$CPInfo;
      Exception table:
        from    to  target  type
           6     7       8  Class com.sun.tools.classfile.ConstantPool$InvalidIndex
    Signature: (Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
              Name  Flags
      cp            
      translations  

  com.sun.tools.classfile.ConstantPool$CPInfo translate(com.sun.tools.classfile.ConstantPool$CPInfo, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CPInfo;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo
        start local 2 // java.util.Map translations
         0: .line 131
            aload 2 /* translations */
            aload 1 /* cpInfo */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CPInfo
            astore 3 /* cpInfo2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo2
         1: .line 132
            aload 3 /* cpInfo2 */
            ifnonnull 4
         2: .line 133
            aload 1 /* cpInfo */
            aload 0 /* this */
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.accept:(Lcom/sun/tools/classfile/ConstantPool$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CPInfo
            astore 3 /* cpInfo2 */
         3: .line 134
            aload 2 /* translations */
            aload 1 /* cpInfo */
            aload 3 /* cpInfo2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 136
      StackMap locals: com.sun.tools.classfile.ConstantPool$CPInfo
      StackMap stack:
            aload 3 /* cpInfo2 */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CPInfo cpInfo
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1        cpInfo  Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3       cpInfo2  Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CPInfo;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      cpInfo        
      translations  

  com.sun.tools.classfile.Field[] translate(com.sun.tools.classfile.Field[], com.sun.tools.classfile.ConstantPool, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: ([Lcom/sun/tools/classfile/Field;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)[Lcom/sun/tools/classfile/Field;
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.Field[] fields
        start local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        start local 3 // java.util.Map translations
         0: .line 140
            aload 3 /* translations */
            aload 1 /* fields */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Field[]
            astore 4 /* fields2 */
        start local 4 // com.sun.tools.classfile.Field[] fields2
         1: .line 141
            aload 4 /* fields2 */
            ifnonnull 11
         2: .line 142
            aload 1 /* fields */
            arraylength
            anewarray com.sun.tools.classfile.Field
            astore 4 /* fields2 */
         3: .line 143
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 144
      StackMap locals: com.sun.tools.classfile.Field[] int
      StackMap stack:
            aload 4 /* fields2 */
            iload 5 /* i */
            aload 0 /* this */
            aload 1 /* fields */
            iload 5 /* i */
            aaload
            aload 2 /* constant_pool */
            aload 3 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/Field;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Field;
            aastore
         6: .line 143
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 1 /* fields */
            arraylength
            if_icmplt 5
        end local 5 // int i
         8: .line 145
            aload 1 /* fields */
            aload 4 /* fields2 */
            invokestatic com.sun.tools.classfile.ClassTranslator.equal:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 10
         9: .line 146
            aload 1 /* fields */
            astore 4 /* fields2 */
        10: .line 147
      StackMap locals:
      StackMap stack:
            aload 3 /* translations */
            aload 1 /* fields */
            aload 4 /* fields2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 149
      StackMap locals:
      StackMap stack:
            aload 4 /* fields2 */
            areturn
        end local 4 // com.sun.tools.classfile.Field[] fields2
        end local 3 // java.util.Map translations
        end local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 1 // com.sun.tools.classfile.Field[] fields
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/tools/classfile/ClassTranslator;
            0   12     1         fields  [Lcom/sun/tools/classfile/Field;
            0   12     2  constant_pool  Lcom/sun/tools/classfile/ConstantPool;
            0   12     3   translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   12     4        fields2  [Lcom/sun/tools/classfile/Field;
            4    8     5              i  I
    Signature: ([Lcom/sun/tools/classfile/Field;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)[Lcom/sun/tools/classfile/Field;
    MethodParameters:
               Name  Flags
      fields         
      constant_pool  
      translations   

  com.sun.tools.classfile.Field translate(com.sun.tools.classfile.Field, com.sun.tools.classfile.ConstantPool, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/Field;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Field;
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.Field field
        start local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        start local 3 // java.util.Map translations
         0: .line 153
            aload 3 /* translations */
            aload 1 /* field */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Field
            astore 4 /* field2 */
        start local 4 // com.sun.tools.classfile.Field field2
         1: .line 154
            aload 4 /* field2 */
            ifnonnull 14
         2: .line 155
            aload 0 /* this */
            aload 1 /* field */
            getfield com.sun.tools.classfile.Field.attributes:Lcom/sun/tools/classfile/Attributes;
            aload 2 /* constant_pool */
         3: .line 156
            aload 3 /* translations */
         4: .line 155
            invokevirtual com.sun.tools.classfile.ClassTranslator.translateAttributes:(Lcom/sun/tools/classfile/Attributes;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Attributes;
            astore 5 /* attributes2 */
        start local 5 // com.sun.tools.classfile.Attributes attributes2
         5: .line 158
            aload 5 /* attributes2 */
            aload 1 /* field */
            getfield com.sun.tools.classfile.Field.attributes:Lcom/sun/tools/classfile/Attributes;
            if_acmpne 7
         6: .line 159
            aload 1 /* field */
            astore 4 /* field2 */
            goto 13
         7: .line 161
      StackMap locals: com.sun.tools.classfile.Field com.sun.tools.classfile.Attributes
      StackMap stack:
            new com.sun.tools.classfile.Field
            dup
         8: .line 162
            aload 1 /* field */
            getfield com.sun.tools.classfile.Field.access_flags:Lcom/sun/tools/classfile/AccessFlags;
         9: .line 163
            aload 1 /* field */
            getfield com.sun.tools.classfile.Field.name_index:I
        10: .line 164
            aload 1 /* field */
            getfield com.sun.tools.classfile.Field.descriptor:Lcom/sun/tools/classfile/Descriptor;
        11: .line 165
            aload 5 /* attributes2 */
        12: .line 161
            invokespecial com.sun.tools.classfile.Field.<init>:(Lcom/sun/tools/classfile/AccessFlags;ILcom/sun/tools/classfile/Descriptor;Lcom/sun/tools/classfile/Attributes;)V
            astore 4 /* field2 */
        13: .line 166
      StackMap locals:
      StackMap stack:
            aload 3 /* translations */
            aload 1 /* field */
            aload 4 /* field2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // com.sun.tools.classfile.Attributes attributes2
        14: .line 168
      StackMap locals:
      StackMap stack:
            aload 4 /* field2 */
            areturn
        end local 4 // com.sun.tools.classfile.Field field2
        end local 3 // java.util.Map translations
        end local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 1 // com.sun.tools.classfile.Field field
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/sun/tools/classfile/ClassTranslator;
            0   15     1          field  Lcom/sun/tools/classfile/Field;
            0   15     2  constant_pool  Lcom/sun/tools/classfile/ConstantPool;
            0   15     3   translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   15     4         field2  Lcom/sun/tools/classfile/Field;
            5   14     5    attributes2  Lcom/sun/tools/classfile/Attributes;
    Signature: (Lcom/sun/tools/classfile/Field;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/Field;
    MethodParameters:
               Name  Flags
      field          
      constant_pool  
      translations   

  com.sun.tools.classfile.Method[] translateMethods(com.sun.tools.classfile.Method[], com.sun.tools.classfile.ConstantPool, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: ([Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)[Lcom/sun/tools/classfile/Method;
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.Method[] methods
        start local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        start local 3 // java.util.Map translations
         0: .line 172
            aload 3 /* translations */
            aload 1 /* methods */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Method[]
            astore 4 /* methods2 */
        start local 4 // com.sun.tools.classfile.Method[] methods2
         1: .line 173
            aload 4 /* methods2 */
            ifnonnull 11
         2: .line 174
            aload 1 /* methods */
            arraylength
            anewarray com.sun.tools.classfile.Method
            astore 4 /* methods2 */
         3: .line 175
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 176
      StackMap locals: com.sun.tools.classfile.Method[] int
      StackMap stack:
            aload 4 /* methods2 */
            iload 5 /* i */
            aload 0 /* this */
            aload 1 /* methods */
            iload 5 /* i */
            aaload
            aload 2 /* constant_pool */
            aload 3 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Method;
            aastore
         6: .line 175
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 1 /* methods */
            arraylength
            if_icmplt 5
        end local 5 // int i
         8: .line 177
            aload 1 /* methods */
            aload 4 /* methods2 */
            invokestatic com.sun.tools.classfile.ClassTranslator.equal:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 10
         9: .line 178
            aload 1 /* methods */
            astore 4 /* methods2 */
        10: .line 179
      StackMap locals:
      StackMap stack:
            aload 3 /* translations */
            aload 1 /* methods */
            aload 4 /* methods2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 181
      StackMap locals:
      StackMap stack:
            aload 4 /* methods2 */
            areturn
        end local 4 // com.sun.tools.classfile.Method[] methods2
        end local 3 // java.util.Map translations
        end local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 1 // com.sun.tools.classfile.Method[] methods
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/sun/tools/classfile/ClassTranslator;
            0   12     1        methods  [Lcom/sun/tools/classfile/Method;
            0   12     2  constant_pool  Lcom/sun/tools/classfile/ConstantPool;
            0   12     3   translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   12     4       methods2  [Lcom/sun/tools/classfile/Method;
            4    8     5              i  I
    Signature: ([Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)[Lcom/sun/tools/classfile/Method;
    MethodParameters:
               Name  Flags
      methods        
      constant_pool  
      translations   

  com.sun.tools.classfile.Method translate(com.sun.tools.classfile.Method, com.sun.tools.classfile.ConstantPool, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Method;
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.Method method
        start local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        start local 3 // java.util.Map translations
         0: .line 185
            aload 3 /* translations */
            aload 1 /* method */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Method
            astore 4 /* method2 */
        start local 4 // com.sun.tools.classfile.Method method2
         1: .line 186
            aload 4 /* method2 */
            ifnonnull 14
         2: .line 187
            aload 0 /* this */
            aload 1 /* method */
            getfield com.sun.tools.classfile.Method.attributes:Lcom/sun/tools/classfile/Attributes;
            aload 2 /* constant_pool */
         3: .line 188
            aload 3 /* translations */
         4: .line 187
            invokevirtual com.sun.tools.classfile.ClassTranslator.translateAttributes:(Lcom/sun/tools/classfile/Attributes;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Attributes;
            astore 5 /* attributes2 */
        start local 5 // com.sun.tools.classfile.Attributes attributes2
         5: .line 190
            aload 5 /* attributes2 */
            aload 1 /* method */
            getfield com.sun.tools.classfile.Method.attributes:Lcom/sun/tools/classfile/Attributes;
            if_acmpne 7
         6: .line 191
            aload 1 /* method */
            astore 4 /* method2 */
            goto 13
         7: .line 193
      StackMap locals: com.sun.tools.classfile.Method com.sun.tools.classfile.Attributes
      StackMap stack:
            new com.sun.tools.classfile.Method
            dup
         8: .line 194
            aload 1 /* method */
            getfield com.sun.tools.classfile.Method.access_flags:Lcom/sun/tools/classfile/AccessFlags;
         9: .line 195
            aload 1 /* method */
            getfield com.sun.tools.classfile.Method.name_index:I
        10: .line 196
            aload 1 /* method */
            getfield com.sun.tools.classfile.Method.descriptor:Lcom/sun/tools/classfile/Descriptor;
        11: .line 197
            aload 5 /* attributes2 */
        12: .line 193
            invokespecial com.sun.tools.classfile.Method.<init>:(Lcom/sun/tools/classfile/AccessFlags;ILcom/sun/tools/classfile/Descriptor;Lcom/sun/tools/classfile/Attributes;)V
            astore 4 /* method2 */
        13: .line 198
      StackMap locals:
      StackMap stack:
            aload 3 /* translations */
            aload 1 /* method */
            aload 4 /* method2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // com.sun.tools.classfile.Attributes attributes2
        14: .line 200
      StackMap locals:
      StackMap stack:
            aload 4 /* method2 */
            areturn
        end local 4 // com.sun.tools.classfile.Method method2
        end local 3 // java.util.Map translations
        end local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 1 // com.sun.tools.classfile.Method method
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/sun/tools/classfile/ClassTranslator;
            0   15     1         method  Lcom/sun/tools/classfile/Method;
            0   15     2  constant_pool  Lcom/sun/tools/classfile/ConstantPool;
            0   15     3   translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   15     4        method2  Lcom/sun/tools/classfile/Method;
            5   14     5    attributes2  Lcom/sun/tools/classfile/Attributes;
    Signature: (Lcom/sun/tools/classfile/Method;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/Method;
    MethodParameters:
               Name  Flags
      method         
      constant_pool  
      translations   

  com.sun.tools.classfile.Attributes translateAttributes(com.sun.tools.classfile.Attributes, com.sun.tools.classfile.ConstantPool, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/Attributes;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/Attributes;
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.Attributes attributes
        start local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        start local 3 // java.util.Map translations
         0: .line 205
            aload 3 /* translations */
            aload 1 /* attributes */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Attributes
            astore 4 /* attributes2 */
        start local 4 // com.sun.tools.classfile.Attributes attributes2
         1: .line 206
            aload 4 /* attributes2 */
            ifnonnull 18
         2: .line 207
            aload 1 /* attributes */
            invokevirtual com.sun.tools.classfile.Attributes.size:()I
            anewarray com.sun.tools.classfile.Attribute
            astore 5 /* attrArray2 */
        start local 5 // com.sun.tools.classfile.Attribute[] attrArray2
         3: .line 208
            aload 0 /* this */
            aload 2 /* constant_pool */
            aload 3 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 6 /* constant_pool2 */
        start local 6 // com.sun.tools.classfile.ConstantPool constant_pool2
         4: .line 209
            iconst_1
            istore 7 /* attrsEqual */
        start local 7 // boolean attrsEqual
         5: .line 210
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         6: goto 13
         7: .line 211
      StackMap locals: com.sun.tools.classfile.ClassTranslator com.sun.tools.classfile.Attributes com.sun.tools.classfile.ConstantPool java.util.Map com.sun.tools.classfile.Attributes com.sun.tools.classfile.Attribute[] com.sun.tools.classfile.ConstantPool int int
      StackMap stack:
            aload 1 /* attributes */
            iload 8 /* i */
            invokevirtual com.sun.tools.classfile.Attributes.get:(I)Lcom/sun/tools/classfile/Attribute;
            astore 9 /* attr */
        start local 9 // com.sun.tools.classfile.Attribute attr
         8: .line 212
            aload 0 /* this */
            aload 9 /* attr */
            aload 3 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/Attribute;Ljava/util/Map;)Lcom/sun/tools/classfile/Attribute;
            astore 10 /* attr2 */
        start local 10 // com.sun.tools.classfile.Attribute attr2
         9: .line 213
            aload 10 /* attr2 */
            aload 9 /* attr */
            if_acmpeq 11
        10: .line 214
            iconst_0
            istore 7 /* attrsEqual */
        11: .line 215
      StackMap locals: com.sun.tools.classfile.Attribute com.sun.tools.classfile.Attribute
      StackMap stack:
            aload 5 /* attrArray2 */
            iload 8 /* i */
            aload 10 /* attr2 */
            aastore
        end local 10 // com.sun.tools.classfile.Attribute attr2
        end local 9 // com.sun.tools.classfile.Attribute attr
        12: .line 210
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 8 /* i */
            aload 1 /* attributes */
            invokevirtual com.sun.tools.classfile.Attributes.size:()I
            if_icmplt 7
        end local 8 // int i
        14: .line 217
            aload 6 /* constant_pool2 */
            aload 2 /* constant_pool */
            if_acmpne 16
            iload 7 /* attrsEqual */
            ifeq 16
        15: .line 218
            aload 1 /* attributes */
            astore 4 /* attributes2 */
            goto 17
        16: .line 220
      StackMap locals:
      StackMap stack:
            new com.sun.tools.classfile.Attributes
            dup
            aload 6 /* constant_pool2 */
            aload 5 /* attrArray2 */
            invokespecial com.sun.tools.classfile.Attributes.<init>:(Lcom/sun/tools/classfile/ConstantPool;[Lcom/sun/tools/classfile/Attribute;)V
            astore 4 /* attributes2 */
        17: .line 221
      StackMap locals:
      StackMap stack:
            aload 3 /* translations */
            aload 1 /* attributes */
            aload 4 /* attributes2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // boolean attrsEqual
        end local 6 // com.sun.tools.classfile.ConstantPool constant_pool2
        end local 5 // com.sun.tools.classfile.Attribute[] attrArray2
        18: .line 223
      StackMap locals:
      StackMap stack:
            aload 4 /* attributes2 */
            areturn
        end local 4 // com.sun.tools.classfile.Attributes attributes2
        end local 3 // java.util.Map translations
        end local 2 // com.sun.tools.classfile.ConstantPool constant_pool
        end local 1 // com.sun.tools.classfile.Attributes attributes
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lcom/sun/tools/classfile/ClassTranslator;
            0   19     1      attributes  Lcom/sun/tools/classfile/Attributes;
            0   19     2   constant_pool  Lcom/sun/tools/classfile/ConstantPool;
            0   19     3    translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1   19     4     attributes2  Lcom/sun/tools/classfile/Attributes;
            3   18     5      attrArray2  [Lcom/sun/tools/classfile/Attribute;
            4   18     6  constant_pool2  Lcom/sun/tools/classfile/ConstantPool;
            5   18     7      attrsEqual  Z
            6   14     8               i  I
            8   12     9            attr  Lcom/sun/tools/classfile/Attribute;
            9   12    10           attr2  Lcom/sun/tools/classfile/Attribute;
    Signature: (Lcom/sun/tools/classfile/Attributes;Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/Attributes;
    MethodParameters:
               Name  Flags
      attributes     
      constant_pool  
      translations   

  com.sun.tools.classfile.Attribute translate(com.sun.tools.classfile.Attribute, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/Attribute;Ljava/util/Map;)Lcom/sun/tools/classfile/Attribute;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.Attribute attribute
        start local 2 // java.util.Map translations
         0: .line 227
            aload 2 /* translations */
            aload 1 /* attribute */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Attribute
            astore 3 /* attribute2 */
        start local 3 // com.sun.tools.classfile.Attribute attribute2
         1: .line 228
            aload 3 /* attribute2 */
            ifnonnull 4
         2: .line 229
            aload 1 /* attribute */
            astore 3 /* attribute2 */
         3: .line 231
            aload 2 /* translations */
            aload 1 /* attribute */
            aload 3 /* attribute2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 233
      StackMap locals: com.sun.tools.classfile.Attribute
      StackMap stack:
            aload 3 /* attribute2 */
            areturn
        end local 3 // com.sun.tools.classfile.Attribute attribute2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.Attribute attribute
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1     attribute  Lcom/sun/tools/classfile/Attribute;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3    attribute2  Lcom/sun/tools/classfile/Attribute;
    Signature: (Lcom/sun/tools/classfile/Attribute;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/Attribute;
    MethodParameters:
              Name  Flags
      attribute     
      translations  

  private static <T> boolean equal(T[], );
    descriptor: ([Ljava/lang/Object;[Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Object[] a1
        start local 1 // java.lang.Object[] a2
         0: .line 237
            aload 0 /* a1 */
            ifnull 1
            aload 1 /* a2 */
            ifnonnull 3
         1: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            aload 1 /* a2 */
            if_acmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            arraylength
            aload 1 /* a2 */
            arraylength
            if_icmpeq 5
         4: .line 240
            iconst_0
            ireturn
         5: .line 241
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 242
      StackMap locals: int
      StackMap stack:
            aload 0 /* a1 */
            iload 2 /* i */
            aaload
            aload 1 /* a2 */
            iload 2 /* i */
            aaload
            if_acmpeq 9
         8: .line 243
            iconst_0
            ireturn
         9: .line 241
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* a1 */
            arraylength
            if_icmplt 7
        end local 2 // int i
        11: .line 245
            iconst_1
            ireturn
        end local 1 // java.lang.Object[] a2
        end local 0 // java.lang.Object[] a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0    a1  [Ljava/lang/Object;
            0   12     1    a2  [Ljava/lang/Object;
            6   11     2     i  I
    Signature: <T:Ljava/lang/Object;>([TT;[TT;)Z
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public com.sun.tools.classfile.ConstantPool$CPInfo visitClass(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info info
        start local 2 // java.util.Map translations
         0: .line 250
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info info2
         1: .line 251
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 252
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 253
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 254
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 256
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.name_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;I)V
            astore 3 /* info2 */
         6: .line 257
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitDouble(com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info info
        start local 2 // java.util.Map translations
         0: .line 264
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info info2
         1: .line 265
            aload 3 /* info2 */
            ifnonnull 4
         2: .line 266
            aload 1 /* info */
            astore 3 /* info2 */
         3: .line 267
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 269
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitFieldref(com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info info
        start local 2 // java.util.Map translations
         0: .line 274
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info info2
         1: .line 275
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 276
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 277
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 278
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 280
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info.class_index:I
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info.name_and_type_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;II)V
            astore 3 /* info2 */
         6: .line 281
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 283
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitFloat(com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info info
        start local 2 // java.util.Map translations
         0: .line 288
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info info2
         1: .line 289
            aload 3 /* info2 */
            ifnonnull 4
         2: .line 290
            aload 1 /* info */
            astore 3 /* info2 */
         3: .line 291
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 293
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitInteger(com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info info
        start local 2 // java.util.Map translations
         0: .line 298
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info info2
         1: .line 299
            aload 3 /* info2 */
            ifnonnull 4
         2: .line 300
            aload 1 /* info */
            astore 3 /* info2 */
         3: .line 301
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 303
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitInterfaceMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info info
        start local 2 // java.util.Map translations
         0: .line 308
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info info2
         1: .line 309
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 310
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 311
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 312
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 314
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info.class_index:I
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info.name_and_type_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;II)V
            astore 3 /* info2 */
         6: .line 315
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 317
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitInvokeDynamic(com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info info
        start local 2 // java.util.Map translations
         0: .line 322
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info info2
         1: .line 323
            aload 3 /* info2 */
            ifnonnull 8
         2: .line 324
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 325
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 6
         4: .line 326
            aload 1 /* info */
            astore 3 /* info2 */
         5: .line 327
            goto 7
         6: .line 328
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.bootstrap_method_attr_index:I
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.name_and_type_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;II)V
            astore 3 /* info2 */
         7: .line 330
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         8: .line 332
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    9     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;
            0    9     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    9     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;
            3    8     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitDynamicConstant(com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info info
        start local 2 // java.util.Map translations
         0: .line 336
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info info2
         1: .line 337
            aload 3 /* info2 */
            ifnonnull 8
         2: .line 338
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 339
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 6
         4: .line 340
            aload 1 /* info */
            astore 3 /* info2 */
         5: .line 341
            goto 7
         6: .line 342
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.bootstrap_method_attr_index:I
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.name_and_type_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;II)V
            astore 3 /* info2 */
         7: .line 344
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         8: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    9     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;
            0    9     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    9     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;
            3    8     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitLong(com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info info
        start local 2 // java.util.Map translations
         0: .line 351
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info info2
         1: .line 352
            aload 3 /* info2 */
            ifnonnull 4
         2: .line 353
            aload 1 /* info */
            astore 3 /* info2 */
         3: .line 354
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 356
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info info
        start local 2 // java.util.Map translations
         0: .line 361
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info info2
         1: .line 362
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 363
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 364
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 365
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 367
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info.class_index:I
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info.name_and_type_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;II)V
            astore 3 /* info2 */
         6: .line 368
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 370
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitMethodHandle(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info info
        start local 2 // java.util.Map translations
         0: .line 375
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info info2
         1: .line 376
            aload 3 /* info2 */
            ifnonnull 8
         2: .line 377
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 378
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 6
         4: .line 379
            aload 1 /* info */
            astore 3 /* info2 */
         5: .line 380
            goto 7
         6: .line 381
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_kind:Lcom/sun/tools/classfile/ConstantPool$RefKind;
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ConstantPool$RefKind;I)V
            astore 3 /* info2 */
         7: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         8: .line 385
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    9     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
            0    9     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    9     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
            3    8     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitMethodType(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info info
        start local 2 // java.util.Map translations
         0: .line 390
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info info2
         1: .line 391
            aload 3 /* info2 */
            ifnonnull 8
         2: .line 392
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 393
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 6
         4: .line 394
            aload 1 /* info */
            astore 3 /* info2 */
         5: .line 395
            goto 7
         6: .line 396
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info.descriptor_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;I)V
            astore 3 /* info2 */
         7: .line 398
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         8: .line 400
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    9     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;
            0    9     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    9     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;
            3    8     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitModule(com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info info
        start local 2 // java.util.Map translations
         0: .line 405
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info info2
         1: .line 406
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 407
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 408
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 409
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 411
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info.name_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;I)V
            astore 3 /* info2 */
         6: .line 412
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 414
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitNameAndType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info info
        start local 2 // java.util.Map translations
         0: .line 419
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info info2
         1: .line 420
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 421
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 422
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 423
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 425
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.name_index:I
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.type_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;II)V
            astore 3 /* info2 */
         6: .line 426
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 428
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitPackage(com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info info
        start local 2 // java.util.Map translations
         0: .line 433
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info info2
         1: .line 434
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 435
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 436
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 437
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 439
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info.name_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;I)V
            astore 3 /* info2 */
         6: .line 440
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 442
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitString(com.sun.tools.classfile.ConstantPool$CONSTANT_String_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_String_info info
        start local 2 // java.util.Map translations
         0: .line 447
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_String_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_String_info info2
         1: .line 448
            aload 3 /* info2 */
            ifnonnull 7
         2: .line 449
            aload 0 /* this */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_String_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            aload 2 /* translations */
            invokevirtual com.sun.tools.classfile.ClassTranslator.translate:(Lcom/sun/tools/classfile/ConstantPool;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool;
            astore 4 /* cp2 */
        start local 4 // com.sun.tools.classfile.ConstantPool cp2
         3: .line 450
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_String_info.cp:Lcom/sun/tools/classfile/ConstantPool;
            if_acmpne 5
         4: .line 451
            aload 1 /* info */
            astore 3 /* info2 */
            goto 6
         5: .line 453
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_String_info com.sun.tools.classfile.ConstantPool
      StackMap stack:
            new com.sun.tools.classfile.ConstantPool$CONSTANT_String_info
            dup
            aload 4 /* cp2 */
            aload 1 /* info */
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_String_info.string_index:I
            invokespecial com.sun.tools.classfile.ConstantPool$CONSTANT_String_info.<init>:(Lcom/sun/tools/classfile/ConstantPool;I)V
            astore 3 /* info2 */
         6: .line 454
      StackMap locals:
      StackMap stack:
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // com.sun.tools.classfile.ConstantPool cp2
         7: .line 456
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_String_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_String_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    8     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;
            0    8     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    8     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;
            3    7     4           cp2  Lcom/sun/tools/classfile/ConstantPool;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public com.sun.tools.classfile.ConstantPool$CPInfo visitUtf8(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info, java.util.Map<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.classfile.ClassTranslator this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info info
        start local 2 // java.util.Map translations
         0: .line 461
            aload 2 /* translations */
            aload 1 /* info */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info
            astore 3 /* info2 */
        start local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info info2
         1: .line 462
            aload 3 /* info2 */
            ifnonnull 4
         2: .line 463
            aload 1 /* info */
            astore 3 /* info2 */
         3: .line 464
            aload 2 /* translations */
            aload 1 /* info */
            aload 3 /* info2 */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 466
      StackMap locals: com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info
      StackMap stack:
            aload 1 /* info */
            areturn
        end local 3 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info info2
        end local 2 // java.util.Map translations
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info info
        end local 0 // com.sun.tools.classfile.ClassTranslator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/tools/classfile/ClassTranslator;
            0    5     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
            0    5     2  translations  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     3         info2  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
    Signature: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
    MethodParameters:
              Name  Flags
      info          
      translations  

  public java.lang.Object visitDynamicConstant(com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitDynamicConstant:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitFloat(com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitFloat:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodType(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitMethodType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitDouble(com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitDouble:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitUtf8(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitUtf8:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodHandle(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitMethodHandle:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInterfaceMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitInterfaceMethodref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLong(com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitLong:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitNameAndType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitNameAndType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitFieldref(com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitFieldref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitModule(com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitModule:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInteger(com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitInteger:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInvokeDynamic(com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitInvokeDynamic:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitPackage(com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitPackage:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitClass(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitClass:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitMethodref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitString(com.sun.tools.classfile.ConstantPool$CONSTANT_String_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            invokevirtual com.sun.tools.classfile.ClassTranslator.visitString:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/util/Map;)Lcom/sun/tools/classfile/ConstantPool$CPInfo;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/ConstantPool$Visitor<Lcom/sun/tools/classfile/ConstantPool$CPInfo;Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;>;
SourceFile: "ClassTranslator.java"
InnerClasses:
  public CONSTANT_Class_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Double_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Dynamic_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Fieldref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Float_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Integer_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_InterfaceMethodref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_InvokeDynamic_info = com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Long_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_MethodHandle_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_MethodType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Methodref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Module_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_NameAndType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Package_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_String_info = com.sun.tools.classfile.ConstantPool$CONSTANT_String_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Utf8_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info of com.sun.tools.classfile.ConstantPool
  public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool
  public InvalidIndex = com.sun.tools.classfile.ConstantPool$InvalidIndex of com.sun.tools.classfile.ConstantPool
  public final RefKind = com.sun.tools.classfile.ConstantPool$RefKind of com.sun.tools.classfile.ConstantPool
  public abstract Visitor = com.sun.tools.classfile.ConstantPool$Visitor of com.sun.tools.classfile.ConstantPool