public class sun.reflect.annotation.AnnotationParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.reflect.annotation.AnnotationParser
  super_class: java.lang.Object
{
  private static final java.lang.annotation.Annotation[] EMPTY_ANNOTATIONS_ARRAY;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            ldc Lsun/reflect/annotation/AnnotationParser;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.reflect.annotation.AnnotationParser.$assertionsDisabled:Z
         3: .line 194
            iconst_0
            anewarray java.lang.annotation.Annotation
         4: .line 193
            putstatic sun.reflect.annotation.AnnotationParser.EMPTY_ANNOTATIONS_ARRAY:[Ljava/lang/annotation/Annotation;
         5: .line 194
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationParser this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.annotation.AnnotationParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationParser;

  public static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> parseAnnotations(byte[], sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
         0: .line 66
            aload 0 /* rawAnnotations */
            ifnonnull 2
         1: .line 67
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* rawAnnotations */
            aload 1 /* constPool */
            aload 2 /* container */
            aconst_null
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotations2:([BLsun/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;
         3: areturn
         4: .line 71
      StackMap locals:
      StackMap stack: java.nio.BufferUnderflowException
            pop
         5: .line 72
            new java.lang.annotation.AnnotationFormatError
            dup
            ldc "Unexpected end of annotations."
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 73
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
         7: .line 75
            new java.lang.annotation.AnnotationFormatError
            dup
            aload 3 /* e */
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalArgumentException e
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0  rawAnnotations  [B
            0    8     1       constPool  Lsun/reflect/ConstantPool;
            0    8     2       container  Ljava/lang/Class<*>;
            7    8     3               e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.nio.BufferUnderflowException
           2     3       6  Class java.lang.IllegalArgumentException
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      constPool       
      container       

  static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> parseSelectAnnotations(byte[], sun.reflect.ConstantPool, java.lang.Class<?>, java.lang.Class<? extends java.lang.annotation.Annotation>[]);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x0088) ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
        start local 3 // java.lang.Class[] selectAnnotationClasses
         0: .line 93
            aload 0 /* rawAnnotations */
            ifnonnull 2
         1: .line 94
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* rawAnnotations */
            aload 1 /* constPool */
            aload 2 /* container */
            aload 3 /* selectAnnotationClasses */
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotations2:([BLsun/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;
         3: areturn
         4: .line 98
      StackMap locals:
      StackMap stack: java.nio.BufferUnderflowException
            pop
         5: .line 99
            new java.lang.annotation.AnnotationFormatError
            dup
            ldc "Unexpected end of annotations."
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 100
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 4 /* e */
        start local 4 // java.lang.IllegalArgumentException e
         7: .line 102
            new java.lang.annotation.AnnotationFormatError
            dup
            aload 4 /* e */
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.IllegalArgumentException e
        end local 3 // java.lang.Class[] selectAnnotationClasses
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    8     0           rawAnnotations  [B
            0    8     1                constPool  Lsun/reflect/ConstantPool;
            0    8     2                container  Ljava/lang/Class<*>;
            0    8     3  selectAnnotationClasses  [Ljava/lang/Class;
            7    8     4                        e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.nio.BufferUnderflowException
           2     3       6  Class java.lang.IllegalArgumentException
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;[Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
    MethodParameters:
                         Name  Flags
      rawAnnotations           
      constPool                
      container                
      selectAnnotationClasses  

  private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> parseAnnotations2(byte[], sun.reflect.ConstantPool, java.lang.Class<?>, java.lang.Class<? extends java.lang.annotation.Annotation>[]);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
        start local 3 // java.lang.Class[] selectAnnotationClasses
         0: .line 112
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
         1: .line 111
            astore 4 /* result */
        start local 4 // java.util.Map result
         2: .line 113
            aload 0 /* rawAnnotations */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 5 /* buf */
        start local 5 // java.nio.ByteBuffer buf
         3: .line 114
            aload 5 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 6 /* numAnnotations */
        start local 6 // int numAnnotations
         4: .line 115
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 15
         6: .line 116
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.Class java.lang.Class[] java.util.Map java.nio.ByteBuffer int int
      StackMap stack:
            aload 5 /* buf */
            aload 1 /* constPool */
            aload 2 /* container */
            iconst_0
            aload 3 /* selectAnnotationClasses */
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotation2:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z[Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            astore 8 /* a */
        start local 8 // java.lang.annotation.Annotation a
         7: .line 117
            aload 8 /* a */
            ifnull 14
         8: .line 118
            aload 8 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            astore 9 /* klass */
        start local 9 // java.lang.Class klass
         9: .line 119
            aload 9 /* klass */
            invokestatic sun.reflect.annotation.AnnotationType.getInstance:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            invokevirtual sun.reflect.annotation.AnnotationType.retention:()Ljava/lang/annotation/RetentionPolicy;
            getstatic java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;
            if_acmpne 14
        10: .line 120
            aload 4 /* result */
            aload 9 /* klass */
            aload 8 /* a */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 14
        11: .line 121
            new java.lang.annotation.AnnotationFormatError
            dup
        12: .line 122
            new java.lang.StringBuilder
            dup
            ldc "Duplicate annotation for class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* klass */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 8 /* a */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 121
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
        end local 9 // java.lang.Class klass
        end local 8 // java.lang.annotation.Annotation a
        14: .line 115
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            iload 6 /* numAnnotations */
            if_icmplt 6
        end local 7 // int i
        16: .line 126
            aload 4 /* result */
            areturn
        end local 6 // int numAnnotations
        end local 5 // java.nio.ByteBuffer buf
        end local 4 // java.util.Map result
        end local 3 // java.lang.Class[] selectAnnotationClasses
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   17     0           rawAnnotations  [B
            0   17     1                constPool  Lsun/reflect/ConstantPool;
            0   17     2                container  Ljava/lang/Class<*>;
            0   17     3  selectAnnotationClasses  [Ljava/lang/Class;
            2   17     4                   result  Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
            3   17     5                      buf  Ljava/nio/ByteBuffer;
            4   17     6           numAnnotations  I
            5   16     7                        i  I
            7   14     8                        a  Ljava/lang/annotation/Annotation;
            9   14     9                    klass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;[Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
    MethodParameters:
                         Name  Flags
      rawAnnotations           
      constPool                
      container                
      selectAnnotationClasses  

  public static java.lang.annotation.Annotation[][] parseParameterAnnotations(byte[], sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;)[[Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
         0: .line 157
            aload 0 /* rawAnnotations */
            aload 1 /* constPool */
            aload 2 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseParameterAnnotations2:([BLsun/reflect/ConstantPool;Ljava/lang/Class;)[[Ljava/lang/annotation/Annotation;
         1: areturn
         2: .line 158
      StackMap locals:
      StackMap stack: java.nio.BufferUnderflowException
            pop
         3: .line 159
            new java.lang.annotation.AnnotationFormatError
            dup
         4: .line 160
            ldc "Unexpected end of parameter annotations."
         5: .line 159
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 161
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
         7: .line 163
            new java.lang.annotation.AnnotationFormatError
            dup
            aload 3 /* e */
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalArgumentException e
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0  rawAnnotations  [B
            0    8     1       constPool  Lsun/reflect/ConstantPool;
            0    8     2       container  Ljava/lang/Class<*>;
            7    8     3               e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.nio.BufferUnderflowException
           0     1       6  Class java.lang.IllegalArgumentException
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;)[[Ljava/lang/annotation/Annotation;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      constPool       
      container       

  private static java.lang.annotation.Annotation[][] parseParameterAnnotations2(byte[], sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;)[[Ljava/lang/annotation/Annotation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=12, args_size=3
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
         0: .line 171
            aload 0 /* rawAnnotations */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 3 /* buf */
        start local 3 // java.nio.ByteBuffer buf
         1: .line 172
            aload 3 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 4 /* numParameters */
        start local 4 // int numParameters
         2: .line 173
            iload 4 /* numParameters */
            anewarray java.lang.annotation.Annotation[]
            astore 5 /* result */
        start local 5 // java.lang.annotation.Annotation[][] result
         3: .line 175
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 20
         5: .line 176
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.Class java.nio.ByteBuffer int java.lang.annotation.Annotation[][] int
      StackMap stack:
            aload 3 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* numAnnotations */
        start local 7 // int numAnnotations
         6: .line 178
            new java.util.ArrayList
            dup
            iload 7 /* numAnnotations */
            invokespecial java.util.ArrayList.<init>:(I)V
         7: .line 177
            astore 8 /* annotations */
        start local 8 // java.util.List annotations
         8: .line 179
            iconst_0
            istore 9 /* j */
        start local 9 // int j
         9: goto 17
        10: .line 180
      StackMap locals: int java.util.List int
      StackMap stack:
            aload 3 /* buf */
            aload 1 /* constPool */
            aload 2 /* container */
            iconst_0
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotation:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z)Ljava/lang/annotation/Annotation;
            astore 10 /* a */
        start local 10 // java.lang.annotation.Annotation a
        11: .line 181
            aload 10 /* a */
            ifnull 16
        12: .line 183
            aload 10 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
        13: .line 182
            invokestatic sun.reflect.annotation.AnnotationType.getInstance:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 11 /* type */
        start local 11 // sun.reflect.annotation.AnnotationType type
        14: .line 184
            aload 11 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.retention:()Ljava/lang/annotation/RetentionPolicy;
            getstatic java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;
            if_acmpne 16
        15: .line 185
            aload 8 /* annotations */
            aload 10 /* a */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 11 // sun.reflect.annotation.AnnotationType type
        end local 10 // java.lang.annotation.Annotation a
        16: .line 179
      StackMap locals:
      StackMap stack:
            iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        17: iload 9 /* j */
            iload 7 /* numAnnotations */
            if_icmplt 10
        end local 9 // int j
        18: .line 188
            aload 5 /* result */
            iload 6 /* i */
            aload 8 /* annotations */
            getstatic sun.reflect.annotation.AnnotationParser.EMPTY_ANNOTATIONS_ARRAY:[Ljava/lang/annotation/Annotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            aastore
        end local 8 // java.util.List annotations
        end local 7 // int numAnnotations
        19: .line 175
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            iload 4 /* numParameters */
            if_icmplt 5
        end local 6 // int i
        21: .line 190
            aload 5 /* result */
            areturn
        end local 5 // java.lang.annotation.Annotation[][] result
        end local 4 // int numParameters
        end local 3 // java.nio.ByteBuffer buf
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0  rawAnnotations  [B
            0   22     1       constPool  Lsun/reflect/ConstantPool;
            0   22     2       container  Ljava/lang/Class<*>;
            1   22     3             buf  Ljava/nio/ByteBuffer;
            2   22     4   numParameters  I
            3   22     5          result  [[Ljava/lang/annotation/Annotation;
            4   21     6               i  I
            6   19     7  numAnnotations  I
            8   19     8     annotations  Ljava/util/List<Ljava/lang/annotation/Annotation;>;
            9   18     9               j  I
           11   16    10               a  Ljava/lang/annotation/Annotation;
           14   16    11            type  Lsun/reflect/annotation/AnnotationType;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;)[[Ljava/lang/annotation/Annotation;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      constPool       
      container       

  private static java.lang.annotation.Annotation parseAnnotation(java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>, boolean);
    descriptor: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z)Ljava/lang/annotation/Annotation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
        start local 3 // boolean exceptionOnMissingAnnotationClass
         0: .line 222
            aload 0 /* buf */
            aload 1 /* constPool */
            aload 2 /* container */
            iload 3 /* exceptionOnMissingAnnotationClass */
            aconst_null
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotation2:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z[Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            areturn
        end local 3 // boolean exceptionOnMissingAnnotationClass
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0    1     0                                buf  Ljava/nio/ByteBuffer;
            0    1     1                          constPool  Lsun/reflect/ConstantPool;
            0    1     2                          container  Ljava/lang/Class<*>;
            0    1     3  exceptionOnMissingAnnotationClass  Z
    Signature: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;Z)Ljava/lang/annotation/Annotation;
    MethodParameters:
                                   Name  Flags
      buf                                
      constPool                          
      container                          
      exceptionOnMissingAnnotationClass  

  private static java.lang.annotation.Annotation parseAnnotation2(java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>, boolean, java.lang.Class<? extends java.lang.annotation.Annotation>[]);
    descriptor: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z[Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=17, args_size=5
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
        start local 3 // boolean exceptionOnMissingAnnotationClass
        start local 4 // java.lang.Class[] selectAnnotationClasses
         0: .line 231
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 5 /* typeIndex */
        start local 5 // int typeIndex
         1: .line 232
            aconst_null
            astore 6 /* annotationClass */
        start local 6 // java.lang.Class annotationClass
         2: .line 233
            ldc "[unknown]"
            astore 7 /* sig */
        start local 7 // java.lang.String sig
         3: .line 236
            aload 1 /* constPool */
            iload 5 /* typeIndex */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            astore 7 /* sig */
         4: .line 237
            aload 7 /* sig */
            aload 2 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseSig:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
            astore 6 /* annotationClass */
         5: .line 238
            goto 19
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int java.lang.Class[] int java.lang.Class java.lang.String
      StackMap stack: java.lang.IllegalArgumentException
         6: pop
         7: .line 240
            aload 1 /* constPool */
            iload 5 /* typeIndex */
            invokevirtual sun.reflect.ConstantPool.getClassAt:(I)Ljava/lang/Class;
            astore 6 /* annotationClass */
         8: .line 242
            goto 19
      StackMap locals:
      StackMap stack: java.lang.NoClassDefFoundError
         9: astore 8 /* e */
        start local 8 // java.lang.NoClassDefFoundError e
        10: .line 243
            iload 3 /* exceptionOnMissingAnnotationClass */
            ifeq 12
        11: .line 246
            new java.lang.TypeNotPresentException
            dup
            aload 7 /* sig */
            aload 8 /* e */
            invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        12: .line 247
      StackMap locals: java.lang.NoClassDefFoundError
      StackMap stack:
            aload 0 /* buf */
            iconst_0
            invokestatic sun.reflect.annotation.AnnotationParser.skipAnnotation:(Ljava/nio/ByteBuffer;Z)V
        13: .line 248
            aconst_null
            areturn
        end local 8 // java.lang.NoClassDefFoundError e
        14: .line 250
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int java.lang.Class[] int java.lang.Class java.lang.String
      StackMap stack: java.lang.TypeNotPresentException
            astore 8 /* e */
        start local 8 // java.lang.TypeNotPresentException e
        15: .line 251
            iload 3 /* exceptionOnMissingAnnotationClass */
            ifeq 17
        16: .line 252
            aload 8 /* e */
            athrow
        17: .line 253
      StackMap locals: java.lang.TypeNotPresentException
      StackMap stack:
            aload 0 /* buf */
            iconst_0
            invokestatic sun.reflect.annotation.AnnotationParser.skipAnnotation:(Ljava/nio/ByteBuffer;Z)V
        18: .line 254
            aconst_null
            areturn
        end local 8 // java.lang.TypeNotPresentException e
        19: .line 256
      StackMap locals:
      StackMap stack:
            aload 4 /* selectAnnotationClasses */
            ifnull 22
            aload 4 /* selectAnnotationClasses */
            aload 6 /* annotationClass */
            invokestatic sun.reflect.annotation.AnnotationParser.contains:([Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 22
        20: .line 257
            aload 0 /* buf */
            iconst_0
            invokestatic sun.reflect.annotation.AnnotationParser.skipAnnotation:(Ljava/nio/ByteBuffer;Z)V
        21: .line 258
            aconst_null
            areturn
        22: .line 260
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* type */
        start local 8 // sun.reflect.annotation.AnnotationType type
        23: .line 262
            aload 6 /* annotationClass */
            invokestatic sun.reflect.annotation.AnnotationType.getInstance:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 8 /* type */
        24: .line 263
            goto 28
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int java.lang.Class[] int java.lang.Class java.lang.String sun.reflect.annotation.AnnotationType
      StackMap stack: java.lang.IllegalArgumentException
        25: pop
        26: .line 264
            aload 0 /* buf */
            iconst_0
            invokestatic sun.reflect.annotation.AnnotationParser.skipAnnotation:(Ljava/nio/ByteBuffer;Z)V
        27: .line 265
            aconst_null
            areturn
        28: .line 268
      StackMap locals:
      StackMap stack:
            aload 8 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.memberTypes:()Ljava/util/Map;
            astore 9 /* memberTypes */
        start local 9 // java.util.Map memberTypes
        29: .line 270
            new java.util.LinkedHashMap
            dup
            aload 8 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.memberDefaults:()Ljava/util/Map;
            invokespecial java.util.LinkedHashMap.<init>:(Ljava/util/Map;)V
        30: .line 269
            astore 10 /* memberValues */
        start local 10 // java.util.Map memberValues
        31: .line 272
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 11 /* numMembers */
        start local 11 // int numMembers
        32: .line 273
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        33: goto 46
        34: .line 274
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int java.lang.Class[] int java.lang.Class java.lang.String sun.reflect.annotation.AnnotationType java.util.Map java.util.Map int int
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 13 /* memberNameIndex */
        start local 13 // int memberNameIndex
        35: .line 275
            aload 1 /* constPool */
            iload 13 /* memberNameIndex */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            astore 14 /* memberName */
        start local 14 // java.lang.String memberName
        36: .line 276
            aload 9 /* memberTypes */
            aload 14 /* memberName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 15 /* memberType */
        start local 15 // java.lang.Class memberType
        37: .line 278
            aload 15 /* memberType */
            ifnonnull 40
        38: .line 280
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(Ljava/nio/ByteBuffer;)V
        39: .line 281
            goto 45
        40: .line 282
      StackMap locals: int java.lang.String java.lang.Class
      StackMap stack:
            aload 15 /* memberType */
            aload 0 /* buf */
            aload 1 /* constPool */
            aload 2 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseMemberValue:(Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            astore 16 /* value */
        start local 16 // java.lang.Object value
        41: .line 283
            aload 16 /* value */
            instanceof sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
            ifeq 44
        42: .line 284
            aload 16 /* value */
            checkcast sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
        43: .line 285
            aload 8 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.members:()Ljava/util/Map;
            aload 14 /* memberName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            invokevirtual sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.setMember:(Ljava/lang/reflect/Method;)Lsun/reflect/annotation/AnnotationTypeMismatchExceptionProxy;
            pop
        44: .line 286
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* memberValues */
            aload 14 /* memberName */
            aload 16 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 16 // java.lang.Object value
        end local 15 // java.lang.Class memberType
        end local 14 // java.lang.String memberName
        end local 13 // int memberNameIndex
        45: .line 273
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int java.lang.Class[] int java.lang.Class java.lang.String sun.reflect.annotation.AnnotationType java.util.Map java.util.Map int int
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 12 /* i */
            iload 11 /* numMembers */
            if_icmplt 34
        end local 12 // int i
        47: .line 289
            aload 6 /* annotationClass */
            aload 10 /* memberValues */
            invokestatic sun.reflect.annotation.AnnotationParser.annotationForMap:(Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/annotation/Annotation;
            areturn
        end local 11 // int numMembers
        end local 10 // java.util.Map memberValues
        end local 9 // java.util.Map memberTypes
        end local 8 // sun.reflect.annotation.AnnotationType type
        end local 7 // java.lang.String sig
        end local 6 // java.lang.Class annotationClass
        end local 5 // int typeIndex
        end local 4 // java.lang.Class[] selectAnnotationClasses
        end local 3 // boolean exceptionOnMissingAnnotationClass
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   48     0                                buf  Ljava/nio/ByteBuffer;
            0   48     1                          constPool  Lsun/reflect/ConstantPool;
            0   48     2                          container  Ljava/lang/Class<*>;
            0   48     3  exceptionOnMissingAnnotationClass  Z
            0   48     4            selectAnnotationClasses  [Ljava/lang/Class;
            1   48     5                          typeIndex  I
            2   48     6                    annotationClass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            3   48     7                                sig  Ljava/lang/String;
           10   14     8                                  e  Ljava/lang/NoClassDefFoundError;
           15   19     8                                  e  Ljava/lang/TypeNotPresentException;
           23   48     8                               type  Lsun/reflect/annotation/AnnotationType;
           29   48     9                        memberTypes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
           31   48    10                       memberValues  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
           32   48    11                         numMembers  I
           33   47    12                                  i  I
           35   45    13                    memberNameIndex  I
           36   45    14                         memberName  Ljava/lang/String;
           37   45    15                         memberType  Ljava/lang/Class<*>;
           41   45    16                              value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.IllegalArgumentException
           3     8       9  Class java.lang.NoClassDefFoundError
           3     8      14  Class java.lang.TypeNotPresentException
          23    24      25  Class java.lang.IllegalArgumentException
    Signature: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;Z[Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljava/lang/annotation/Annotation;
    MethodParameters:
                                   Name  Flags
      buf                                
      constPool                          
      container                          
      exceptionOnMissingAnnotationClass  
      selectAnnotationClasses            

  public static java.lang.annotation.Annotation annotationForMap(java.lang.Class<? extends java.lang.annotation.Annotation>, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.lang.Class type
        start local 1 // java.util.Map memberValues
         0: .line 300
            aload 0 /* type */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            aload 0 /* type */
            aastore
         1: .line 301
            new sun.reflect.annotation.AnnotationInvocationHandler
            dup
            aload 0 /* type */
            aload 1 /* memberValues */
            invokespecial sun.reflect.annotation.AnnotationInvocationHandler.<init>:(Ljava/lang/Class;Ljava/util/Map;)V
         2: .line 299
            invokestatic java.lang.reflect.Proxy.newProxyInstance:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 1 // java.util.Map memberValues
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          type  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    3     1  memberValues  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/lang/annotation/Annotation;
    MethodParameters:
              Name  Flags
      type          
      memberValues  

  public static  parseMemberValue(java.lang.Class<?>, java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // java.lang.Class memberType
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
        start local 3 // java.lang.Class container
         0: .line 335
            aconst_null
            astore 4 /* result */
        start local 4 // java.lang.Object result
         1: .line 336
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
        start local 5 // int tag
         2: .line 337
            iload 5 /* tag */
            lookupswitch { // 4
                   64: 6
                   91: 8
                   99: 4
                  101: 3
              default: 9
          }
         3: .line 339
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 0 /* memberType */
            aload 1 /* buf */
            aload 2 /* constPool */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseEnumValue:(Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
         4: .line 341
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 2 /* constPool */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseClassValue:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            astore 4 /* result */
         5: .line 342
            goto 10
         6: .line 344
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 2 /* constPool */
            aload 3 /* container */
            iconst_1
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotation:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z)Ljava/lang/annotation/Annotation;
            astore 4 /* result */
         7: .line 345
            goto 10
         8: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* memberType */
            aload 1 /* buf */
            aload 2 /* constPool */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseArray:(Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
         9: .line 349
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseConst:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            astore 4 /* result */
        10: .line 352
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            instanceof sun.reflect.annotation.ExceptionProxy
            ifne 15
        11: .line 353
            aload 0 /* memberType */
            aload 4 /* result */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 15
        12: .line 354
            new sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
            dup
        13: .line 355
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 4 /* result */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* result */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 354
            invokespecial sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.<init>:(Ljava/lang/String;)V
            astore 4 /* result */
        15: .line 356
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 5 // int tag
        end local 4 // java.lang.Object result
        end local 3 // java.lang.Class container
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // java.lang.Class memberType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0  memberType  Ljava/lang/Class<*>;
            0   16     1         buf  Ljava/nio/ByteBuffer;
            0   16     2   constPool  Lsun/reflect/ConstantPool;
            0   16     3   container  Ljava/lang/Class<*>;
            1   16     4      result  Ljava/lang/Object;
            2   16     5         tag  I
    Signature: (Ljava/lang/Class<*>;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      memberType  
      buf         
      constPool   
      container   

  private static java.lang.Object parseConst(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // int tag
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 371
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 3 /* constIndex */
        start local 3 // int constIndex
         1: .line 372
            iload 0 /* tag */
            lookupswitch { // 9
                   66: 2
                   67: 3
                   68: 4
                   70: 5
                   73: 6
                   74: 7
                   83: 8
                   90: 9
                  115: 12
              default: 13
          }
         2: .line 374
      StackMap locals: int
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            i2b
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            areturn
         3: .line 376
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            i2c
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            areturn
         4: .line 378
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getDoubleAt:(I)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         5: .line 380
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getFloatAt:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         6: .line 382
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         7: .line 384
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getLongAt:(I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         8: .line 386
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            i2s
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
         9: .line 388
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        12: .line 390
      StackMap locals:
      StackMap stack:
            aload 2 /* constPool */
            iload 3 /* constIndex */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            areturn
        13: .line 392
      StackMap locals:
      StackMap stack:
            new java.lang.annotation.AnnotationFormatError
            dup
        14: .line 393
            new java.lang.StringBuilder
            dup
            ldc "Invalid member-value tag in annotation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        15: .line 392
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int constIndex
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int tag
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0         tag  I
            0   16     1         buf  Ljava/nio/ByteBuffer;
            0   16     2   constPool  Lsun/reflect/ConstantPool;
            1   16     3  constIndex  I
    MethodParameters:
           Name  Flags
      tag        
      buf        
      constPool  

  private static  parseClassValue(java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // sun.reflect.ConstantPool constPool
        start local 2 // java.lang.Class container
         0: .line 408
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 3 /* classIndex */
        start local 3 // int classIndex
         1: .line 411
            aload 1 /* constPool */
            iload 3 /* classIndex */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            astore 4 /* sig */
        start local 4 // java.lang.String sig
         2: .line 412
            aload 4 /* sig */
            aload 2 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseSig:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
         3: areturn
        end local 4 // java.lang.String sig
         4: .line 413
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int
      StackMap stack: java.lang.IllegalArgumentException
            pop
         5: .line 415
            aload 1 /* constPool */
            iload 3 /* classIndex */
            invokevirtual sun.reflect.ConstantPool.getClassAt:(I)Ljava/lang/Class;
         6: areturn
         7: .line 417
      StackMap locals:
      StackMap stack: java.lang.NoClassDefFoundError
            astore 4 /* e */
        start local 4 // java.lang.NoClassDefFoundError e
         8: .line 418
            new sun.reflect.annotation.TypeNotPresentExceptionProxy
            dup
            ldc "[unknown]"
            aload 4 /* e */
            invokespecial sun.reflect.annotation.TypeNotPresentExceptionProxy.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            areturn
        end local 4 // java.lang.NoClassDefFoundError e
         9: .line 420
      StackMap locals:
      StackMap stack: java.lang.TypeNotPresentException
            astore 4 /* e */
        start local 4 // java.lang.TypeNotPresentException e
        10: .line 421
            new sun.reflect.annotation.TypeNotPresentExceptionProxy
            dup
            aload 4 /* e */
            invokevirtual java.lang.TypeNotPresentException.typeName:()Ljava/lang/String;
            aload 4 /* e */
            invokevirtual java.lang.TypeNotPresentException.getCause:()Ljava/lang/Throwable;
            invokespecial sun.reflect.annotation.TypeNotPresentExceptionProxy.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            areturn
        end local 4 // java.lang.TypeNotPresentException e
        end local 3 // int classIndex
        end local 2 // java.lang.Class container
        end local 1 // sun.reflect.ConstantPool constPool
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0         buf  Ljava/nio/ByteBuffer;
            0   11     1   constPool  Lsun/reflect/ConstantPool;
            0   11     2   container  Ljava/lang/Class<*>;
            1   11     3  classIndex  I
            2    4     4         sig  Ljava/lang/String;
            8    9     4           e  Ljava/lang/NoClassDefFoundError;
           10   11     4           e  Ljava/lang/TypeNotPresentException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.IllegalArgumentException
           1     3       7  Class java.lang.NoClassDefFoundError
           4     6       7  Class java.lang.NoClassDefFoundError
           1     3       9  Class java.lang.TypeNotPresentException
           4     6       9  Class java.lang.TypeNotPresentException
    Signature: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      buf        
      constPool  
      container  

  private static java.lang.Class<?> parseSig(java.lang.String, java.lang.Class<?>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // java.lang.String sig
        start local 1 // java.lang.Class container
         0: .line 426
            aload 0 /* sig */
            ldc "V"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 1
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            areturn
         1: .line 427
      StackMap locals:
      StackMap stack:
            invokestatic sun.reflect.generics.parser.SignatureParser.make:()Lsun/reflect/generics/parser/SignatureParser;
            astore 2 /* parser */
        start local 2 // sun.reflect.generics.parser.SignatureParser parser
         2: .line 428
            aload 2 /* parser */
            aload 0 /* sig */
            invokevirtual sun.reflect.generics.parser.SignatureParser.parseTypeSig:(Ljava/lang/String;)Lsun/reflect/generics/tree/TypeSignature;
            astore 3 /* typeSig */
        start local 3 // sun.reflect.generics.tree.TypeSignature typeSig
         3: .line 429
            aload 1 /* container */
            aload 1 /* container */
            invokestatic sun.reflect.generics.scope.ClassScope.make:(Ljava/lang/Class;)Lsun/reflect/generics/scope/ClassScope;
            invokestatic sun.reflect.generics.factory.CoreReflectionFactory.make:(Ljava/lang/reflect/GenericDeclaration;Lsun/reflect/generics/scope/Scope;)Lsun/reflect/generics/factory/CoreReflectionFactory;
            astore 4 /* factory */
        start local 4 // sun.reflect.generics.factory.GenericsFactory factory
         4: .line 430
            aload 4 /* factory */
            invokestatic sun.reflect.generics.visitor.Reifier.make:(Lsun/reflect/generics/factory/GenericsFactory;)Lsun/reflect/generics/visitor/Reifier;
            astore 5 /* reify */
        start local 5 // sun.reflect.generics.visitor.Reifier reify
         5: .line 431
            aload 3 /* typeSig */
            aload 5 /* reify */
            invokeinterface sun.reflect.generics.tree.TypeSignature.accept:(Lsun/reflect/generics/visitor/TypeTreeVisitor;)V
         6: .line 432
            aload 5 /* reify */
            invokevirtual sun.reflect.generics.visitor.Reifier.getResult:()Ljava/lang/reflect/Type;
            astore 6 /* result */
        start local 6 // java.lang.reflect.Type result
         7: .line 433
            aload 6 /* result */
            invokestatic sun.reflect.annotation.AnnotationParser.toClass:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
            areturn
        end local 6 // java.lang.reflect.Type result
        end local 5 // sun.reflect.generics.visitor.Reifier reify
        end local 4 // sun.reflect.generics.factory.GenericsFactory factory
        end local 3 // sun.reflect.generics.tree.TypeSignature typeSig
        end local 2 // sun.reflect.generics.parser.SignatureParser parser
        end local 1 // java.lang.Class container
        end local 0 // java.lang.String sig
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0        sig  Ljava/lang/String;
            0    8     1  container  Ljava/lang/Class<*>;
            2    8     2     parser  Lsun/reflect/generics/parser/SignatureParser;
            3    8     3    typeSig  Lsun/reflect/generics/tree/TypeSignature;
            4    8     4    factory  Lsun/reflect/generics/factory/GenericsFactory;
            5    8     5      reify  Lsun/reflect/generics/visitor/Reifier;
            7    8     6     result  Ljava/lang/reflect/Type;
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      sig        
      container  

  static java.lang.Class<?> toClass(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Type o
         0: .line 436
            aload 0 /* o */
            instanceof java.lang.reflect.GenericArrayType
            ifeq 6
         1: .line 437
            aload 0 /* o */
            checkcast java.lang.reflect.GenericArrayType
            invokeinterface java.lang.reflect.GenericArrayType.getGenericComponentType:()Ljava/lang/reflect/Type;
            invokestatic sun.reflect.annotation.AnnotationParser.toClass:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
         2: .line 438
            iconst_0
         3: .line 437
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
         4: .line 439
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
         5: .line 437
            areturn
         6: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* o */
            checkcast java.lang.Class
            areturn
        end local 0 // java.lang.reflect.Type o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     o  Ljava/lang/reflect/Type;
    Signature: (Ljava/lang/reflect/Type;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      o     

  private static  parseEnumValue(java.lang.Class<? extends java.lang.Enum>, java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // java.lang.Class enumType
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
        start local 3 // java.lang.Class container
         0: .line 458
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 4 /* typeNameIndex */
        start local 4 // int typeNameIndex
         1: .line 459
            aload 2 /* constPool */
            iload 4 /* typeNameIndex */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            astore 5 /* typeName */
        start local 5 // java.lang.String typeName
         2: .line 460
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 6 /* constNameIndex */
        start local 6 // int constNameIndex
         3: .line 461
            aload 2 /* constPool */
            iload 6 /* constNameIndex */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            astore 7 /* constName */
        start local 7 // java.lang.String constName
         4: .line 463
            aload 5 /* typeName */
            ldc ";"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifne 9
         5: .line 465
            aload 0 /* enumType */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 5 /* typeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
         6: .line 466
            new sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
            dup
         7: .line 467
            new java.lang.StringBuilder
            dup
            aload 5 /* typeName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* constName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 466
            invokespecial sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.<init>:(Ljava/lang/String;)V
            areturn
         9: .line 468
      StackMap locals: java.lang.Class java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class int java.lang.String int java.lang.String
      StackMap stack:
            aload 0 /* enumType */
            aload 5 /* typeName */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseSig:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
            if_acmpeq 13
        10: .line 469
            new sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
            dup
        11: .line 470
            new java.lang.StringBuilder
            dup
            aload 5 /* typeName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* constName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 469
            invokespecial sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.<init>:(Ljava/lang/String;)V
            areturn
        13: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* enumType */
            aload 7 /* constName */
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
        14: areturn
        15: .line 475
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
        16: .line 476
            new sun.reflect.annotation.EnumConstantNotPresentExceptionProxy
            dup
        17: .line 477
            aload 0 /* enumType */
            aload 7 /* constName */
        18: .line 476
            invokespecial sun.reflect.annotation.EnumConstantNotPresentExceptionProxy.<init>:(Ljava/lang/Class;Ljava/lang/String;)V
            areturn
        end local 7 // java.lang.String constName
        end local 6 // int constNameIndex
        end local 5 // java.lang.String typeName
        end local 4 // int typeNameIndex
        end local 3 // java.lang.Class container
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // java.lang.Class enumType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0        enumType  Ljava/lang/Class<+Ljava/lang/Enum;>;
            0   19     1             buf  Ljava/nio/ByteBuffer;
            0   19     2       constPool  Lsun/reflect/ConstantPool;
            0   19     3       container  Ljava/lang/Class<*>;
            1   19     4   typeNameIndex  I
            2   19     5        typeName  Ljava/lang/String;
            3   19     6  constNameIndex  I
            4   19     7       constName  Ljava/lang/String;
      Exception table:
        from    to  target  type
          13    14      15  Class java.lang.IllegalArgumentException
    Signature: (Ljava/lang/Class<+Ljava/lang/Enum;>;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      enumType   
      buf        
      constPool  
      container  

  private static  parseArray(java.lang.Class<?>, java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // java.lang.Class arrayType
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
        start local 3 // java.lang.Class container
         0: .line 499
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 4 /* length */
        start local 4 // int length
         1: .line 500
            aload 0 /* arrayType */
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            astore 5 /* componentType */
        start local 5 // java.lang.Class componentType
         2: .line 502
            aload 5 /* componentType */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            if_acmpne 4
         3: .line 503
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseByteArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
         4: .line 504
      StackMap locals: int java.lang.Class
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            if_acmpne 6
         5: .line 505
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseCharArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
         6: .line 506
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            if_acmpne 8
         7: .line 507
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseDoubleArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
         8: .line 508
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            if_acmpne 10
         9: .line 509
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseFloatArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
        10: .line 510
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            if_acmpne 12
        11: .line 511
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseIntArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
        12: .line 512
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            if_acmpne 14
        13: .line 513
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseLongArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
        14: .line 514
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            if_acmpne 16
        15: .line 515
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseShortArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
        16: .line 516
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            if_acmpne 18
        17: .line 517
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseBooleanArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
        18: .line 518
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            ldc Ljava/lang/String;
            if_acmpne 20
        19: .line 519
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            invokestatic sun.reflect.annotation.AnnotationParser.parseStringArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
            areturn
        20: .line 520
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            ldc Ljava/lang/Class;
            if_acmpne 22
        21: .line 521
            iload 4 /* length */
            aload 1 /* buf */
            aload 2 /* constPool */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseClassArray:(ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        22: .line 522
      StackMap locals:
      StackMap stack:
            aload 5 /* componentType */
            invokevirtual java.lang.Class.isEnum:()Z
            ifeq 26
        23: .line 523
            iload 4 /* length */
            aload 5 /* componentType */
            aload 1 /* buf */
        24: .line 524
            aload 2 /* constPool */
            aload 3 /* container */
        25: .line 523
            invokestatic sun.reflect.annotation.AnnotationParser.parseEnumArray:(ILjava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        26: .line 526
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.AnnotationParser.$assertionsDisabled:Z
            ifne 27
            aload 5 /* componentType */
            invokevirtual java.lang.Class.isAnnotation:()Z
            ifne 27
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        27: .line 527
      StackMap locals:
      StackMap stack:
            iload 4 /* length */
            aload 5 /* componentType */
            aload 1 /* buf */
        28: .line 528
            aload 2 /* constPool */
            aload 3 /* container */
        29: .line 527
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotationArray:(ILjava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 5 // java.lang.Class componentType
        end local 4 // int length
        end local 3 // java.lang.Class container
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // java.lang.Class arrayType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   30     0      arrayType  Ljava/lang/Class<*>;
            0   30     1            buf  Ljava/nio/ByteBuffer;
            0   30     2      constPool  Lsun/reflect/ConstantPool;
            0   30     3      container  Ljava/lang/Class<*>;
            1   30     4         length  I
            2   30     5  componentType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      arrayType  
      buf        
      constPool  
      container  

  private static java.lang.Object parseByteArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 534
            iload 0 /* length */
            newarray 8
            astore 3 /* result */
        start local 3 // byte[] result
         1: .line 535
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 536
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 538
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 539
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool byte[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 540
            iload 5 /* tag */
            bipush 66
            if_icmpne 10
         7: .line 541
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 542
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            i2b
            bastore
        end local 7 // int index
         9: .line 543
            goto 12
        10: .line 544
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 545
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 538
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 548
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // byte[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [B
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseCharArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 553
            iload 0 /* length */
            newarray 5
            astore 3 /* result */
        start local 3 // char[] result
         1: .line 554
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 555
            iconst_0
            istore 5 /* tag */
        start local 5 // byte tag
         3: .line 557
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 558
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool char[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 559
            iload 5 /* tag */
            bipush 67
            if_icmpne 10
         7: .line 560
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 561
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            i2c
            castore
        end local 7 // int index
         9: .line 562
            goto 12
        10: .line 563
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 564
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 557
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 567
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // byte tag
        end local 4 // boolean typeMismatch
        end local 3 // char[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [C
            2   17     4  typeMismatch  Z
            3   17     5           tag  B
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseDoubleArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 572
            iload 0 /* length */
            newarray 7
            astore 3 /* result */
        start local 3 // double[] result
         1: .line 573
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 574
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 576
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 577
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool double[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 578
            iload 5 /* tag */
            bipush 68
            if_icmpne 10
         7: .line 579
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 580
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getDoubleAt:(I)D
            dastore
        end local 7 // int index
         9: .line 581
            goto 12
        10: .line 582
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 583
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 576
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 586
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // double[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [D
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseFloatArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 591
            iload 0 /* length */
            newarray 6
            astore 3 /* result */
        start local 3 // float[] result
         1: .line 592
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 593
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 595
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 596
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool float[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 597
            iload 5 /* tag */
            bipush 70
            if_icmpne 10
         7: .line 598
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 599
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getFloatAt:(I)F
            fastore
        end local 7 // int index
         9: .line 600
            goto 12
        10: .line 601
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 602
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 595
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 605
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // float[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [F
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseIntArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 610
            iload 0 /* length */
            newarray 10
            astore 3 /* result */
        start local 3 // int[] result
         1: .line 611
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 612
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 614
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 615
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool int[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 616
            iload 5 /* tag */
            bipush 73
            if_icmpne 10
         7: .line 617
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 618
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            iastore
        end local 7 // int index
         9: .line 619
            goto 12
        10: .line 620
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 621
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 614
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 624
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // int[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [I
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseLongArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 629
            iload 0 /* length */
            newarray 11
            astore 3 /* result */
        start local 3 // long[] result
         1: .line 630
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 631
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 633
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 634
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool long[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 635
            iload 5 /* tag */
            bipush 74
            if_icmpne 10
         7: .line 636
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 637
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getLongAt:(I)J
            lastore
        end local 7 // int index
         9: .line 638
            goto 12
        10: .line 639
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 640
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 633
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 643
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // long[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [J
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseShortArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 648
            iload 0 /* length */
            newarray 9
            astore 3 /* result */
        start local 3 // short[] result
         1: .line 649
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 650
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 652
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 653
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool short[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 654
            iload 5 /* tag */
            bipush 83
            if_icmpne 10
         7: .line 655
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 656
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            i2s
            sastore
        end local 7 // int index
         9: .line 657
            goto 12
        10: .line 658
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 659
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 652
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 662
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // short[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [S
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseBooleanArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 667
            iload 0 /* length */
            newarray 4
            astore 3 /* result */
        start local 3 // boolean[] result
         1: .line 668
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 669
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 671
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 15
         5: .line 672
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool boolean[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 673
            iload 5 /* tag */
            bipush 90
            if_icmpne 12
         7: .line 674
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 675
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getIntAt:(I)I
            ifeq 9
            iconst_1
            goto 10
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool boolean[] int int int int
      StackMap stack: boolean[] int
         9: iconst_0
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool boolean[] int int int int
      StackMap stack: boolean[] int int
        10: bastore
        end local 7 // int index
        11: .line 676
            goto 14
        12: .line 677
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        13: .line 678
            iconst_1
            istore 4 /* typeMismatch */
        14: .line 671
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        16: .line 681
            iload 4 /* typeMismatch */
            ifeq 17
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        18: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // boolean[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0        length  I
            0   19     1           buf  Ljava/nio/ByteBuffer;
            0   19     2     constPool  Lsun/reflect/ConstantPool;
            1   19     3        result  [Z
            2   19     4  typeMismatch  Z
            3   19     5           tag  I
            4   16     6             i  I
            8   11     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static java.lang.Object parseStringArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
         0: .line 686
            iload 0 /* length */
            anewarray java.lang.String
            astore 3 /* result */
        start local 3 // java.lang.String[] result
         1: .line 687
            iconst_0
            istore 4 /* typeMismatch */
        start local 4 // boolean typeMismatch
         2: .line 688
            iconst_0
            istore 5 /* tag */
        start local 5 // int tag
         3: .line 690
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 13
         5: .line 691
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.String[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* tag */
         6: .line 692
            iload 5 /* tag */
            bipush 115
            if_icmpne 10
         7: .line 693
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 7 /* index */
        start local 7 // int index
         8: .line 694
            aload 3 /* result */
            iload 6 /* i */
            aload 2 /* constPool */
            iload 7 /* index */
            invokevirtual sun.reflect.ConstantPool.getUTF8At:(I)Ljava/lang/String;
            aastore
        end local 7 // int index
         9: .line 695
            goto 12
        10: .line 696
      StackMap locals:
      StackMap stack:
            iload 5 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        11: .line 697
            iconst_1
            istore 4 /* typeMismatch */
        12: .line 690
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 6 // int i
        14: .line 700
            iload 4 /* typeMismatch */
            ifeq 15
            iload 5 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        16: areturn
        end local 5 // int tag
        end local 4 // boolean typeMismatch
        end local 3 // java.lang.String[] result
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0        length  I
            0   17     1           buf  Ljava/nio/ByteBuffer;
            0   17     2     constPool  Lsun/reflect/ConstantPool;
            1   17     3        result  [Ljava/lang/String;
            2   17     4  typeMismatch  Z
            3   17     5           tag  I
            4   14     6             i  I
            8    9     7         index  I
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  

  private static  parseClassArray(int, java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // int length
        start local 1 // java.nio.ByteBuffer buf
        start local 2 // sun.reflect.ConstantPool constPool
        start local 3 // java.lang.Class container
         0: .line 707
            iload 0 /* length */
            anewarray java.lang.Class
            astore 4 /* result */
        start local 4 // java.lang.Object[] result
         1: .line 708
            iconst_0
            istore 5 /* typeMismatch */
        start local 5 // boolean typeMismatch
         2: .line 709
            iconst_0
            istore 6 /* tag */
        start local 6 // int tag
         3: .line 711
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         4: goto 12
         5: .line 712
      StackMap locals: int java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class java.lang.Object[] int int int
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* tag */
         6: .line 713
            iload 6 /* tag */
            bipush 99
            if_icmpne 9
         7: .line 714
            aload 4 /* result */
            iload 7 /* i */
            aload 1 /* buf */
            aload 2 /* constPool */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseClassValue:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            aastore
         8: .line 715
            goto 11
         9: .line 716
      StackMap locals:
      StackMap stack:
            iload 6 /* tag */
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        10: .line 717
            iconst_1
            istore 5 /* typeMismatch */
        11: .line 711
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 7 // int i
        13: .line 720
            iload 5 /* typeMismatch */
            ifeq 14
            iload 6 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 4 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        15: areturn
        end local 6 // int tag
        end local 5 // boolean typeMismatch
        end local 4 // java.lang.Object[] result
        end local 3 // java.lang.Class container
        end local 2 // sun.reflect.ConstantPool constPool
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0        length  I
            0   16     1           buf  Ljava/nio/ByteBuffer;
            0   16     2     constPool  Lsun/reflect/ConstantPool;
            0   16     3     container  Ljava/lang/Class<*>;
            1   16     4        result  [Ljava/lang/Object;
            2   16     5  typeMismatch  Z
            3   16     6           tag  I
            4   13     7             i  I
    Signature: (ILjava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      length     
      buf        
      constPool  
      container  

  private static  parseEnumArray(int, java.lang.Class<? extends java.lang.Enum>, java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (ILjava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // int length
        start local 1 // java.lang.Class enumType
        start local 2 // java.nio.ByteBuffer buf
        start local 3 // sun.reflect.ConstantPool constPool
        start local 4 // java.lang.Class container
         0: .line 727
            aload 1 /* enumType */
            iload 0 /* length */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 5 /* result */
        start local 5 // java.lang.Object[] result
         1: .line 728
            iconst_0
            istore 6 /* typeMismatch */
        start local 6 // boolean typeMismatch
         2: .line 729
            iconst_0
            istore 7 /* tag */
        start local 7 // int tag
         3: .line 731
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 12
         5: .line 732
      StackMap locals: int java.lang.Class java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class java.lang.Object[] int int int
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* tag */
         6: .line 733
            iload 7 /* tag */
            bipush 101
            if_icmpne 9
         7: .line 734
            aload 5 /* result */
            iload 8 /* i */
            aload 1 /* enumType */
            aload 2 /* buf */
            aload 3 /* constPool */
            aload 4 /* container */
            invokestatic sun.reflect.annotation.AnnotationParser.parseEnumValue:(Ljava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
            aastore
         8: .line 735
            goto 11
         9: .line 736
      StackMap locals:
      StackMap stack:
            iload 7 /* tag */
            aload 2 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        10: .line 737
            iconst_1
            istore 6 /* typeMismatch */
        11: .line 731
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 8 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 8 // int i
        13: .line 740
            iload 6 /* typeMismatch */
            ifeq 14
            iload 7 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 5 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        15: areturn
        end local 7 // int tag
        end local 6 // boolean typeMismatch
        end local 5 // java.lang.Object[] result
        end local 4 // java.lang.Class container
        end local 3 // sun.reflect.ConstantPool constPool
        end local 2 // java.nio.ByteBuffer buf
        end local 1 // java.lang.Class enumType
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0        length  I
            0   16     1      enumType  Ljava/lang/Class<+Ljava/lang/Enum;>;
            0   16     2           buf  Ljava/nio/ByteBuffer;
            0   16     3     constPool  Lsun/reflect/ConstantPool;
            0   16     4     container  Ljava/lang/Class<*>;
            1   16     5        result  [Ljava/lang/Object;
            2   16     6  typeMismatch  Z
            3   16     7           tag  I
            4   13     8             i  I
    Signature: (ILjava/lang/Class<+Ljava/lang/Enum;>;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      length     
      enumType   
      buf        
      constPool  
      container  

  private static  parseAnnotationArray(int, java.lang.Class<? extends java.lang.annotation.Annotation>, java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: (ILjava/lang/Class;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // int length
        start local 1 // java.lang.Class annotationType
        start local 2 // java.nio.ByteBuffer buf
        start local 3 // sun.reflect.ConstantPool constPool
        start local 4 // java.lang.Class container
         0: .line 748
            aload 1 /* annotationType */
            iload 0 /* length */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 5 /* result */
        start local 5 // java.lang.Object[] result
         1: .line 749
            iconst_0
            istore 6 /* typeMismatch */
        start local 6 // boolean typeMismatch
         2: .line 750
            iconst_0
            istore 7 /* tag */
        start local 7 // int tag
         3: .line 752
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 12
         5: .line 753
      StackMap locals: int java.lang.Class java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.Class java.lang.Object[] int int int
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* tag */
         6: .line 754
            iload 7 /* tag */
            bipush 64
            if_icmpne 9
         7: .line 755
            aload 5 /* result */
            iload 8 /* i */
            aload 2 /* buf */
            aload 3 /* constPool */
            aload 4 /* container */
            iconst_1
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotation:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z)Ljava/lang/annotation/Annotation;
            aastore
         8: .line 756
            goto 11
         9: .line 757
      StackMap locals:
      StackMap stack:
            iload 7 /* tag */
            aload 2 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
        10: .line 758
            iconst_1
            istore 6 /* typeMismatch */
        11: .line 752
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 8 /* i */
            iload 0 /* length */
            if_icmplt 5
        end local 8 // int i
        13: .line 761
            iload 6 /* typeMismatch */
            ifeq 14
            iload 7 /* tag */
            invokestatic sun.reflect.annotation.AnnotationParser.exceptionProxy:(I)Lsun/reflect/annotation/ExceptionProxy;
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 5 /* result */
      StackMap locals:
      StackMap stack: java.io.Serializable
        15: areturn
        end local 7 // int tag
        end local 6 // boolean typeMismatch
        end local 5 // java.lang.Object[] result
        end local 4 // java.lang.Class container
        end local 3 // sun.reflect.ConstantPool constPool
        end local 2 // java.nio.ByteBuffer buf
        end local 1 // java.lang.Class annotationType
        end local 0 // int length
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0          length  I
            0   16     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0   16     2             buf  Ljava/nio/ByteBuffer;
            0   16     3       constPool  Lsun/reflect/ConstantPool;
            0   16     4       container  Ljava/lang/Class<*>;
            1   16     5          result  [Ljava/lang/Object;
            2   16     6    typeMismatch  Z
            3   16     7             tag  I
            4   13     8               i  I
    Signature: (ILjava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      length          
      annotationType  
      buf             
      constPool       
      container       

  private static sun.reflect.annotation.ExceptionProxy exceptionProxy(int);
    descriptor: (I)Lsun/reflect/annotation/ExceptionProxy;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int tag
         0: .line 769
            new sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
            dup
         1: .line 770
            new java.lang.StringBuilder
            dup
            ldc "Array with component tag: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* tag */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         2: .line 769
            invokespecial sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // int tag
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   tag  I
    MethodParameters:
      Name  Flags
      tag   

  private static void skipAnnotation(java.nio.ByteBuffer, boolean);
    descriptor: (Ljava/nio/ByteBuffer;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // boolean complete
         0: .line 783
            iload 1 /* complete */
            ifeq 2
         1: .line 784
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
         2: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 2 /* numMembers */
        start local 2 // int numMembers
         3: .line 786
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 8
         5: .line 787
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
         6: .line 788
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(Ljava/nio/ByteBuffer;)V
         7: .line 786
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* numMembers */
            if_icmplt 5
        end local 3 // int i
         9: .line 790
            return
        end local 2 // int numMembers
        end local 1 // boolean complete
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0         buf  Ljava/nio/ByteBuffer;
            0   10     1    complete  Z
            3   10     2  numMembers  I
            4    9     3           i  I
    MethodParameters:
          Name  Flags
      buf       
      complete  

  private static void skipMemberValue(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.nio.ByteBuffer buf
         0: .line 798
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 799
            iload 1 /* tag */
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(ILjava/nio/ByteBuffer;)V
         2: .line 800
            return
        end local 1 // int tag
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   buf  Ljava/nio/ByteBuffer;
            1    3     1   tag  I
    MethodParameters:
      Name  Flags
      buf   

  private static void skipMemberValue(int, java.nio.ByteBuffer);
    descriptor: (ILjava/nio/ByteBuffer;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int tag
        start local 1 // java.nio.ByteBuffer buf
         0: .line 808
            iload 0 /* tag */
            lookupswitch { // 3
                   64: 3
                   91: 5
                  101: 1
              default: 7
          }
         1: .line 810
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            pop
         2: .line 811
            goto 8
         3: .line 813
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            iconst_1
            invokestatic sun.reflect.annotation.AnnotationParser.skipAnnotation:(Ljava/nio/ByteBuffer;Z)V
         4: .line 814
            goto 8
         5: .line 816
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipArray:(Ljava/nio/ByteBuffer;)V
         6: .line 817
            goto 8
         7: .line 820
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
         8: .line 822
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int tag
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0   tag  I
            0    9     1   buf  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      tag   
      buf   

  private static void skipArray(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.nio.ByteBuffer buf
         0: .line 830
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 1 /* length */
        start local 1 // int length
         1: .line 831
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 832
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.AnnotationParser.skipMemberValue:(Ljava/nio/ByteBuffer;)V
         4: .line 831
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 1 /* length */
            if_icmplt 3
        end local 2 // int i
         6: .line 833
            return
        end local 1 // int length
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0     buf  Ljava/nio/ByteBuffer;
            1    7     1  length  I
            2    6     2       i  I
    MethodParameters:
      Name  Flags
      buf   

  private static boolean contains(java.lang.Object[], java.lang.Object);
    descriptor: ([Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // java.lang.Object[] array
        start local 1 // java.lang.Object element
         0: .line 840
            aload 0 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: java.lang.Object[] java.lang.Object top int int java.lang.Object[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* e */
        start local 2 // java.lang.Object e
         2: .line 841
            aload 2 /* e */
            aload 1 /* element */
            if_acmpne 4
         3: .line 842
            iconst_1
            ireturn
        end local 2 // java.lang.Object e
         4: .line 840
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 843
            iconst_0
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // java.lang.Object[] array
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0    array  [Ljava/lang/Object;
            0    7     1  element  Ljava/lang/Object;
            2    4     2        e  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      array    
      element  
}
SourceFile: "AnnotationParser.java"