public final class sun.reflect.annotation.TypeAnnotationParser
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.reflect.annotation.TypeAnnotationParser
  super_class: java.lang.Object
{
  private static final sun.reflect.annotation.TypeAnnotation[] EMPTY_TYPE_ANNOTATION_ARRAY;
    descriptor: [Lsun/reflect/annotation/TypeAnnotation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte CLASS_TYPE_PARAMETER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte METHOD_TYPE_PARAMETER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte CLASS_EXTENDS;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final byte CLASS_TYPE_PARAMETER_BOUND;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  private static final byte METHOD_TYPE_PARAMETER_BOUND;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  private static final byte FIELD;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 19

  private static final byte METHOD_RETURN;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  private static final byte METHOD_RECEIVER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 21

  private static final byte METHOD_FORMAL_PARAMETER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 22

  private static final byte THROWS;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 23

  private static final byte LOCAL_VARIABLE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  private static final byte RESOURCE_VARIABLE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65

  private static final byte EXCEPTION_PARAMETER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 66

  private static final byte INSTANCEOF;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 67

  private static final byte NEW;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 68

  private static final byte CONSTRUCTOR_REFERENCE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 69

  private static final byte METHOD_REFERENCE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 70

  private static final byte CAST;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 71

  private static final byte CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 72

  private static final byte METHOD_INVOCATION_TYPE_ARGUMENT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 73

  private static final byte CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 74

  private static final byte METHOD_REFERENCE_TYPE_ARGUMENT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 75

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            iconst_0
            anewarray sun.reflect.annotation.TypeAnnotation
            putstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
         1: .line 390
            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.TypeAnnotationParser this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.annotation.TypeAnnotationParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeAnnotationParser;

  public static java.lang.reflect.AnnotatedType buildAnnotatedType(byte[], sun.reflect.ConstantPool, java.lang.reflect.AnnotatedElement, java.lang.Class<?>, java.lang.reflect.Type, sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/lang/reflect/AnnotatedType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=13, args_size=6
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool cp
        start local 2 // java.lang.reflect.AnnotatedElement decl
        start local 3 // java.lang.Class container
        start local 4 // java.lang.reflect.Type type
        start local 5 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget filter
         0: .line 68
            aload 0 /* rawAnnotations */
         1: .line 69
            aload 1 /* cp */
         2: .line 70
            aload 2 /* decl */
         3: .line 71
            aload 3 /* container */
         4: .line 68
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTypeAnnotations:([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)[Lsun/reflect/annotation/TypeAnnotation;
            astore 6 /* tas */
        start local 6 // sun.reflect.annotation.TypeAnnotation[] tas
         5: .line 72
            new java.util.ArrayList
            dup
            aload 6 /* tas */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 7 /* l */
        start local 7 // java.util.List l
         6: .line 73
            aload 6 /* tas */
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 12
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class java.lang.reflect.Type sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget sun.reflect.annotation.TypeAnnotation[] java.util.List top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
         7: aload 11
            iload 9
            aaload
            astore 8 /* t */
        start local 8 // sun.reflect.annotation.TypeAnnotation t
         8: .line 74
            aload 8 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getTargetInfo:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            astore 12 /* ti */
        start local 12 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo ti
         9: .line 75
            aload 12 /* ti */
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getTarget:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            aload 5 /* filter */
            if_acmpne 11
        10: .line 76
            aload 7 /* l */
            aload 8 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 12 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo ti
        end local 8 // sun.reflect.annotation.TypeAnnotation t
        11: .line 73
      StackMap locals:
      StackMap stack:
            iinc 9 1
      StackMap locals:
      StackMap stack:
        12: iload 9
            iload 10
            if_icmplt 7
        13: .line 78
            aload 7 /* l */
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
            astore 8 /* typeAnnotations */
        start local 8 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        14: .line 79
            aload 4 /* type */
        15: .line 80
            getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
        16: .line 81
            aload 8 /* typeAnnotations */
        17: .line 82
            aload 8 /* typeAnnotations */
        18: .line 83
            aload 2 /* decl */
        19: .line 79
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 8 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        end local 7 // java.util.List l
        end local 6 // sun.reflect.annotation.TypeAnnotation[] tas
        end local 5 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget filter
        end local 4 // java.lang.reflect.Type type
        end local 3 // java.lang.Class container
        end local 2 // java.lang.reflect.AnnotatedElement decl
        end local 1 // sun.reflect.ConstantPool cp
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0   rawAnnotations  [B
            0   20     1               cp  Lsun/reflect/ConstantPool;
            0   20     2             decl  Ljava/lang/reflect/AnnotatedElement;
            0   20     3        container  Ljava/lang/Class<*>;
            0   20     4             type  Ljava/lang/reflect/Type;
            0   20     5           filter  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            5   20     6              tas  [Lsun/reflect/annotation/TypeAnnotation;
            6   20     7                l  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
            8   11     8                t  Lsun/reflect/annotation/TypeAnnotation;
            9   11    12               ti  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
           14   20     8  typeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      cp              
      decl            
      container       
      type            
      filter          

  public static java.lang.reflect.AnnotatedType[] buildAnnotatedTypes(byte[], sun.reflect.ConstantPool, java.lang.reflect.AnnotatedElement, java.lang.Class<?>, java.lang.reflect.Type[], sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;[Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=17, args_size=6
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool cp
        start local 2 // java.lang.reflect.AnnotatedElement decl
        start local 3 // java.lang.Class container
        start local 4 // java.lang.reflect.Type[] types
        start local 5 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget filter
         0: .line 105
            aload 4 /* types */
            arraylength
            istore 6 /* size */
        start local 6 // int size
         1: .line 106
            iload 6 /* size */
            anewarray java.lang.reflect.AnnotatedType
            astore 7 /* result */
        start local 7 // java.lang.reflect.AnnotatedType[] result
         2: .line 107
            aload 7 /* result */
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 109
            iload 6 /* size */
            anewarray java.util.ArrayList
            astore 8 /* l */
        start local 8 // java.util.ArrayList[] l
         4: .line 111
            aload 0 /* rawAnnotations */
         5: .line 112
            aload 1 /* cp */
         6: .line 113
            aload 2 /* decl */
         7: .line 114
            aload 3 /* container */
         8: .line 111
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTypeAnnotations:([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)[Lsun/reflect/annotation/TypeAnnotation;
            astore 9 /* tas */
        start local 9 // sun.reflect.annotation.TypeAnnotation[] tas
         9: .line 115
            aload 9 /* tas */
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 20
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class java.lang.reflect.Type[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget int java.lang.reflect.AnnotatedType[] java.util.ArrayList[] sun.reflect.annotation.TypeAnnotation[] top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
        10: aload 13
            iload 11
            aaload
            astore 10 /* t */
        start local 10 // sun.reflect.annotation.TypeAnnotation t
        11: .line 116
            aload 10 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getTargetInfo:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            astore 14 /* ti */
        start local 14 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo ti
        12: .line 117
            aload 14 /* ti */
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getTarget:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            aload 5 /* filter */
            if_acmpne 19
        13: .line 118
            aload 14 /* ti */
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getCount:()I
            istore 15 /* pos */
        start local 15 // int pos
        14: .line 119
            aload 8 /* l */
            iload 15 /* pos */
            aaload
            ifnonnull 17
        15: .line 120
            new java.util.ArrayList
            dup
            aload 9 /* tas */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 16 /* tmp */
        start local 16 // java.util.ArrayList tmp
        16: .line 121
            aload 8 /* l */
            iload 15 /* pos */
            aload 16 /* tmp */
            aastore
        end local 16 // java.util.ArrayList tmp
        17: .line 124
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class java.lang.reflect.Type[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget int java.lang.reflect.AnnotatedType[] java.util.ArrayList[] sun.reflect.annotation.TypeAnnotation[] sun.reflect.annotation.TypeAnnotation int int sun.reflect.annotation.TypeAnnotation[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo int
      StackMap stack:
            aload 8 /* l */
            iload 15 /* pos */
            aaload
            astore 16 /* tmp */
        start local 16 // java.util.ArrayList tmp
        18: .line 125
            aload 16 /* tmp */
            aload 10 /* t */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 16 // java.util.ArrayList tmp
        end local 15 // int pos
        end local 14 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo ti
        end local 10 // sun.reflect.annotation.TypeAnnotation t
        19: .line 115
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class java.lang.reflect.Type[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget int java.lang.reflect.AnnotatedType[] java.util.ArrayList[] sun.reflect.annotation.TypeAnnotation[] top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        20: iload 11
            iload 12
            if_icmplt 10
        21: .line 128
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        22: goto 35
        23: .line 130
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class java.lang.reflect.Type[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget int java.lang.reflect.AnnotatedType[] java.util.ArrayList[] sun.reflect.annotation.TypeAnnotation[] int
      StackMap stack:
            aload 8 /* l */
            iload 10 /* i */
            aaload
            astore 11 /* list */
        start local 11 // java.util.ArrayList list
        24: .line 132
            aload 11 /* list */
            ifnull 27
        25: .line 133
            aload 11 /* list */
            aload 11 /* list */
            invokevirtual java.util.ArrayList.size:()I
            anewarray sun.reflect.annotation.TypeAnnotation
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
            astore 12 /* typeAnnotations */
        start local 12 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        26: .line 134
            goto 28
        end local 12 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        27: .line 135
      StackMap locals: java.util.ArrayList
      StackMap stack:
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            astore 12 /* typeAnnotations */
        start local 12 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        28: .line 137
      StackMap locals: sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
            aload 7 /* result */
            iload 10 /* i */
            aload 4 /* types */
            iload 10 /* i */
            aaload
        29: .line 138
            getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
        30: .line 139
            aload 12 /* typeAnnotations */
        31: .line 140
            aload 12 /* typeAnnotations */
        32: .line 141
            aload 2 /* decl */
        33: .line 137
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/reflect/AnnotatedType;
            aastore
        end local 12 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        end local 11 // java.util.ArrayList list
        34: .line 128
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 10 /* i */
            iload 6 /* size */
            if_icmplt 23
        end local 10 // int i
        36: .line 144
            aload 7 /* result */
            areturn
        end local 9 // sun.reflect.annotation.TypeAnnotation[] tas
        end local 8 // java.util.ArrayList[] l
        end local 7 // java.lang.reflect.AnnotatedType[] result
        end local 6 // int size
        end local 5 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget filter
        end local 4 // java.lang.reflect.Type[] types
        end local 3 // java.lang.Class container
        end local 2 // java.lang.reflect.AnnotatedElement decl
        end local 1 // sun.reflect.ConstantPool cp
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   37     0   rawAnnotations  [B
            0   37     1               cp  Lsun/reflect/ConstantPool;
            0   37     2             decl  Ljava/lang/reflect/AnnotatedElement;
            0   37     3        container  Ljava/lang/Class<*>;
            0   37     4            types  [Ljava/lang/reflect/Type;
            0   37     5           filter  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            1   37     6             size  I
            2   37     7           result  [Ljava/lang/reflect/AnnotatedType;
            4   37     8                l  [Ljava/util/ArrayList;
            9   37     9              tas  [Lsun/reflect/annotation/TypeAnnotation;
           11   19    10                t  Lsun/reflect/annotation/TypeAnnotation;
           12   19    14               ti  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
           14   19    15              pos  I
           16   17    16              tmp  Ljava/util/ArrayList<Lsun/reflect/annotation/TypeAnnotation;>;
           18   19    16              tmp  Ljava/util/ArrayList<Lsun/reflect/annotation/TypeAnnotation;>;
           22   36    10                i  I
           24   34    11             list  Ljava/util/ArrayList<Lsun/reflect/annotation/TypeAnnotation;>;
           26   27    12  typeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
           28   34    12  typeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<*>;[Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)[Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      cp              
      decl            
      container       
      types           
      filter          

  public static java.lang.reflect.AnnotatedType buildAnnotatedSuperclass(byte[], sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/reflect/AnnotatedType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool cp
        start local 2 // java.lang.Class decl
         0: .line 159
            aload 2 /* decl */
            invokevirtual java.lang.Class.getGenericSuperclass:()Ljava/lang/reflect/Type;
            astore 3 /* supertype */
        start local 3 // java.lang.reflect.Type supertype
         1: .line 160
            aload 3 /* supertype */
            ifnonnull 3
         2: .line 161
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE:Ljava/lang/reflect/AnnotatedType;
            areturn
         3: .line 162
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aload 0 /* rawAnnotations */
         4: .line 163
            aload 1 /* cp */
         5: .line 164
            aload 2 /* decl */
         6: .line 165
            aload 2 /* decl */
         7: .line 166
            aload 3 /* supertype */
         8: .line 167
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_EXTENDS:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
         9: .line 162
            invokestatic sun.reflect.annotation.TypeAnnotationParser.buildAnnotatedType:([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 3 // java.lang.reflect.Type supertype
        end local 2 // java.lang.Class decl
        end local 1 // sun.reflect.ConstantPool cp
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0  rawAnnotations  [B
            0   10     1              cp  Lsun/reflect/ConstantPool;
            0   10     2            decl  Ljava/lang/Class<*>;
            1   10     3       supertype  Ljava/lang/reflect/Type;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;)Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      cp              
      decl            

  public static java.lang.reflect.AnnotatedType[] buildAnnotatedInterfaces(byte[], sun.reflect.ConstantPool, java.lang.Class<?>);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/Class;)[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool cp
        start local 2 // java.lang.Class decl
         0: .line 181
            aload 2 /* decl */
            ldc Ljava/lang/Object;
            if_acmpeq 4
         1: .line 182
            aload 2 /* decl */
            invokevirtual java.lang.Class.isArray:()Z
            ifne 4
         2: .line 183
            aload 2 /* decl */
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifne 4
         3: .line 184
            aload 2 /* decl */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            if_acmpne 5
         4: .line 185
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.AnnotatedTypeFactory.EMPTY_ANNOTATED_TYPE_ARRAY:[Ljava/lang/reflect/AnnotatedType;
            areturn
         5: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* rawAnnotations */
         6: .line 187
            aload 1 /* cp */
         7: .line 188
            aload 2 /* decl */
         8: .line 189
            aload 2 /* decl */
         9: .line 190
            aload 2 /* decl */
            invokevirtual java.lang.Class.getGenericInterfaces:()[Ljava/lang/reflect/Type;
        10: .line 191
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_IMPLEMENTS:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
        11: .line 186
            invokestatic sun.reflect.annotation.TypeAnnotationParser.buildAnnotatedTypes:([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;[Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)[Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 2 // java.lang.Class decl
        end local 1 // sun.reflect.ConstantPool cp
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0  rawAnnotations  [B
            0   12     1              cp  Lsun/reflect/ConstantPool;
            0   12     2            decl  Ljava/lang/Class<*>;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/Class<*>;)[Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      cp              
      decl            

  public static <D extends java.lang.reflect.GenericDeclaration> java.lang.annotation.Annotation[] parseTypeVariableAnnotations(D, int);
    descriptor: (Ljava/lang/reflect/GenericDeclaration;I)[Ljava/lang/annotation/Annotation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.lang.reflect.GenericDeclaration genericDecl
        start local 1 // int typeVarIndex
         0: .line 209
            aload 0 /* genericDecl */
            instanceof java.lang.Class
            ifeq 4
         1: .line 210
            aload 0 /* genericDecl */
            checkcast java.lang.Class
            astore 2 /* decl */
        start local 2 // java.lang.reflect.AnnotatedElement decl
         2: .line 211
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_TYPE_PARAMETER:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            astore 3 /* predicate */
        start local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
         3: .line 212
            goto 9
        end local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
        end local 2 // java.lang.reflect.AnnotatedElement decl
      StackMap locals:
      StackMap stack:
         4: aload 0 /* genericDecl */
            instanceof java.lang.reflect.Executable
            ifeq 8
         5: .line 213
            aload 0 /* genericDecl */
            checkcast java.lang.reflect.Executable
            astore 2 /* decl */
        start local 2 // java.lang.reflect.AnnotatedElement decl
         6: .line 214
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_TYPE_PARAMETER:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            astore 3 /* predicate */
        start local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
         7: .line 215
            goto 9
        end local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
        end local 2 // java.lang.reflect.AnnotatedElement decl
         8: .line 216
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown GenericDeclaration "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* genericDecl */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\nthis should not happen."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        start local 2 // java.lang.reflect.AnnotatedElement decl
        start local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
         9: .line 218
      StackMap locals: java.lang.reflect.AnnotatedElement sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget
      StackMap stack:
            aload 2 /* decl */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseAllTypeAnnotations:(Ljava/lang/reflect/AnnotatedElement;)[Lsun/reflect/annotation/TypeAnnotation;
        10: .line 219
            aload 3 /* predicate */
        11: .line 218
            invokestatic sun.reflect.annotation.TypeAnnotation.filter:([Lsun/reflect/annotation/TypeAnnotation;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/util/List;
            astore 4 /* typeVarAnnos */
        start local 4 // java.util.List typeVarAnnos
        12: .line 220
            new java.util.ArrayList
            dup
            aload 4 /* typeVarAnnos */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* res */
        start local 5 // java.util.List res
        13: .line 221
            aload 4 /* typeVarAnnos */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 17
      StackMap locals: java.lang.reflect.GenericDeclaration int java.lang.reflect.AnnotatedElement sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget java.util.List java.util.List top java.util.Iterator
      StackMap stack:
        14: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation
            astore 6 /* t */
        start local 6 // sun.reflect.annotation.TypeAnnotation t
        15: .line 222
            aload 6 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getTargetInfo:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getCount:()I
            iload 1 /* typeVarIndex */
            if_icmpne 17
        16: .line 223
            aload 5 /* res */
            aload 6 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getAnnotation:()Ljava/lang/annotation/Annotation;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // sun.reflect.annotation.TypeAnnotation t
        17: .line 221
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        18: .line 224
            aload 5 /* res */
            iconst_0
            anewarray java.lang.annotation.Annotation
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            areturn
        end local 5 // java.util.List res
        end local 4 // java.util.List typeVarAnnos
        end local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
        end local 2 // java.lang.reflect.AnnotatedElement decl
        end local 1 // int typeVarIndex
        end local 0 // java.lang.reflect.GenericDeclaration genericDecl
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0   genericDecl  TD;
            0   19     1  typeVarIndex  I
            2    4     2          decl  Ljava/lang/reflect/AnnotatedElement;
            6    8     2          decl  Ljava/lang/reflect/AnnotatedElement;
            9   19     2          decl  Ljava/lang/reflect/AnnotatedElement;
            3    4     3     predicate  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            7    8     3     predicate  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            9   19     3     predicate  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
           12   19     4  typeVarAnnos  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
           13   19     5           res  Ljava/util/List<Ljava/lang/annotation/Annotation;>;
           15   17     6             t  Lsun/reflect/annotation/TypeAnnotation;
    Signature: <D::Ljava/lang/reflect/GenericDeclaration;>(TD;I)[Ljava/lang/annotation/Annotation;
    MethodParameters:
              Name  Flags
      genericDecl   
      typeVarIndex  

  public static <D extends java.lang.reflect.GenericDeclaration> java.lang.reflect.AnnotatedType[] parseAnnotatedBounds(java.lang.reflect.Type[], D, int);
    descriptor: ([Ljava/lang/reflect/Type;Ljava/lang/reflect/GenericDeclaration;I)[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.lang.reflect.Type[] bounds
        start local 1 // java.lang.reflect.GenericDeclaration decl
        start local 2 // int typeVarIndex
         0: .line 237
            aload 0 /* bounds */
            aload 1 /* decl */
            iload 2 /* typeVarIndex */
            getstatic sun.reflect.annotation.TypeAnnotation$LocationInfo.BASE_LOCATION:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseAnnotatedBounds:([Ljava/lang/reflect/Type;Ljava/lang/reflect/GenericDeclaration;ILsun/reflect/annotation/TypeAnnotation$LocationInfo;)[Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 2 // int typeVarIndex
        end local 1 // java.lang.reflect.GenericDeclaration decl
        end local 0 // java.lang.reflect.Type[] bounds
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0        bounds  [Ljava/lang/reflect/Type;
            0    1     1          decl  TD;
            0    1     2  typeVarIndex  I
    Signature: <D::Ljava/lang/reflect/GenericDeclaration;>([Ljava/lang/reflect/Type;TD;I)[Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
              Name  Flags
      bounds        
      decl          
      typeVarIndex  

  private static <D extends java.lang.reflect.GenericDeclaration> java.lang.reflect.AnnotatedType[] parseAnnotatedBounds(java.lang.reflect.Type[], D, int, sun.reflect.annotation.TypeAnnotation$LocationInfo);
    descriptor: ([Ljava/lang/reflect/Type;Ljava/lang/reflect/GenericDeclaration;ILsun/reflect/annotation/TypeAnnotation$LocationInfo;)[Ljava/lang/reflect/AnnotatedType;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=12, args_size=4
        start local 0 // java.lang.reflect.Type[] bounds
        start local 1 // java.lang.reflect.GenericDeclaration decl
        start local 2 // int typeVarIndex
        start local 3 // sun.reflect.annotation.TypeAnnotation$LocationInfo loc
         0: .line 244
            aload 1 /* decl */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.fetchBounds:(Ljava/lang/reflect/GenericDeclaration;)Ljava/util/List;
            astore 4 /* candidates */
        start local 4 // java.util.List candidates
         1: .line 245
            aload 0 /* bounds */
            ifnull 31
         2: .line 246
            iconst_0
            istore 5 /* startIndex */
        start local 5 // int startIndex
         3: .line 247
            aload 0 /* bounds */
            arraylength
            anewarray java.lang.reflect.AnnotatedType
            astore 6 /* res */
        start local 6 // java.lang.reflect.AnnotatedType[] res
         4: .line 258
            aload 0 /* bounds */
            arraylength
            ifle 12
         5: .line 259
            aload 0 /* bounds */
            iconst_0
            aaload
            astore 7 /* b0 */
        start local 7 // java.lang.reflect.Type b0
         6: .line 260
            aload 7 /* b0 */
            instanceof java.lang.Class
            ifne 9
         7: .line 261
            iconst_1
            istore 5 /* startIndex */
         8: .line 262
            goto 12
         9: .line 263
      StackMap locals: java.lang.reflect.Type[] java.lang.reflect.GenericDeclaration int sun.reflect.annotation.TypeAnnotation$LocationInfo java.util.List int java.lang.reflect.AnnotatedType[] java.lang.reflect.Type
      StackMap stack:
            aload 7 /* b0 */
            checkcast java.lang.Class
            astore 8 /* c */
        start local 8 // java.lang.Class c
        10: .line 264
            aload 8 /* c */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 12
        11: .line 265
            iconst_1
            istore 5 /* startIndex */
        end local 8 // java.lang.Class c
        end local 7 // java.lang.reflect.Type b0
        12: .line 270
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        13: goto 29
        14: .line 271
      StackMap locals: int
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 4 /* candidates */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 8 /* l */
        start local 8 // java.util.List l
        15: .line 272
            aload 4 /* candidates */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 21
      StackMap locals: java.lang.reflect.Type[] java.lang.reflect.GenericDeclaration int sun.reflect.annotation.TypeAnnotation$LocationInfo java.util.List int java.lang.reflect.AnnotatedType[] int java.util.List top java.util.Iterator
      StackMap stack:
        16: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation
            astore 9 /* t */
        start local 9 // sun.reflect.annotation.TypeAnnotation t
        17: .line 273
            aload 9 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getTargetInfo:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            astore 11 /* tInfo */
        start local 11 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo tInfo
        18: .line 274
            aload 11 /* tInfo */
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getSecondaryIndex:()I
            iload 7 /* i */
            iload 5 /* startIndex */
            iadd
            if_icmpne 21
        19: .line 275
            aload 11 /* tInfo */
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getCount:()I
            iload 2 /* typeVarIndex */
            if_icmpne 21
        20: .line 276
            aload 8 /* l */
            aload 9 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 11 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo tInfo
        end local 9 // sun.reflect.annotation.TypeAnnotation t
        21: .line 272
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        22: .line 279
            aload 6 /* res */
            iload 7 /* i */
            aload 0 /* bounds */
            iload 7 /* i */
            aaload
        23: .line 280
            aload 3 /* loc */
        24: .line 281
            aload 8 /* l */
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
        25: .line 282
            aload 4 /* candidates */
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
        26: .line 283
            aload 1 /* decl */
        27: .line 279
            invokestatic sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType:(Ljava/lang/reflect/Type;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;[Lsun/reflect/annotation/TypeAnnotation;[Lsun/reflect/annotation/TypeAnnotation;Ljava/lang/reflect/AnnotatedElement;)Ljava/lang/reflect/AnnotatedType;
            aastore
        end local 8 // java.util.List l
        28: .line 270
            iinc 7 /* i */ 1
      StackMap locals: java.lang.reflect.Type[] java.lang.reflect.GenericDeclaration int sun.reflect.annotation.TypeAnnotation$LocationInfo java.util.List int java.lang.reflect.AnnotatedType[] int
      StackMap stack:
        29: iload 7 /* i */
            aload 0 /* bounds */
            arraylength
            if_icmplt 14
        end local 7 // int i
        30: .line 285
            aload 6 /* res */
            areturn
        end local 6 // java.lang.reflect.AnnotatedType[] res
        end local 5 // int startIndex
        31: .line 287
      StackMap locals:
      StackMap stack:
            iconst_0
            anewarray java.lang.reflect.AnnotatedType
            areturn
        end local 4 // java.util.List candidates
        end local 3 // sun.reflect.annotation.TypeAnnotation$LocationInfo loc
        end local 2 // int typeVarIndex
        end local 1 // java.lang.reflect.GenericDeclaration decl
        end local 0 // java.lang.reflect.Type[] bounds
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0        bounds  [Ljava/lang/reflect/Type;
            0   32     1          decl  TD;
            0   32     2  typeVarIndex  I
            0   32     3           loc  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            1   32     4    candidates  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
            3   31     5    startIndex  I
            4   31     6           res  [Ljava/lang/reflect/AnnotatedType;
            6   12     7            b0  Ljava/lang/reflect/Type;
           10   12     8             c  Ljava/lang/Class<*>;
           13   30     7             i  I
           15   28     8             l  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
           17   21     9             t  Lsun/reflect/annotation/TypeAnnotation;
           18   21    11         tInfo  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
    Signature: <D::Ljava/lang/reflect/GenericDeclaration;>([Ljava/lang/reflect/Type;TD;ILsun/reflect/annotation/TypeAnnotation$LocationInfo;)[Ljava/lang/reflect/AnnotatedType;
    MethodParameters:
              Name  Flags
      bounds        
      decl          
      typeVarIndex  
      loc           

  private static <D extends java.lang.reflect.GenericDeclaration> java.util.List<sun.reflect.annotation.TypeAnnotation> fetchBounds(D);
    descriptor: (Ljava/lang/reflect/GenericDeclaration;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.lang.reflect.GenericDeclaration decl
         0: .line 292
            aload 0 /* decl */
            instanceof java.lang.Class
            ifeq 4
         1: .line 293
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_TYPE_PARAMETER_BOUND:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            astore 2 /* target */
        start local 2 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
         2: .line 294
            aload 0 /* decl */
            checkcast java.lang.Class
            astore 1 /* boundsDecl */
        start local 1 // java.lang.reflect.AnnotatedElement boundsDecl
         3: .line 295
            goto 6
        end local 2 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        end local 1 // java.lang.reflect.AnnotatedElement boundsDecl
         4: .line 296
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_TYPE_PARAMETER_BOUND:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            astore 2 /* target */
        start local 2 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
         5: .line 297
            aload 0 /* decl */
            checkcast java.lang.reflect.Executable
            astore 1 /* boundsDecl */
        start local 1 // java.lang.reflect.AnnotatedElement boundsDecl
         6: .line 299
      StackMap locals: java.lang.reflect.AnnotatedElement sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget
      StackMap stack:
            aload 1 /* boundsDecl */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseAllTypeAnnotations:(Ljava/lang/reflect/AnnotatedElement;)[Lsun/reflect/annotation/TypeAnnotation;
            aload 2 /* target */
            invokestatic sun.reflect.annotation.TypeAnnotation.filter:([Lsun/reflect/annotation/TypeAnnotation;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/util/List;
            areturn
        end local 2 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        end local 1 // java.lang.reflect.AnnotatedElement boundsDecl
        end local 0 // java.lang.reflect.GenericDeclaration decl
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        decl  TD;
            3    4     1  boundsDecl  Ljava/lang/reflect/AnnotatedElement;
            6    7     1  boundsDecl  Ljava/lang/reflect/AnnotatedElement;
            2    4     2      target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            5    7     2      target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
    Signature: <D::Ljava/lang/reflect/GenericDeclaration;>(TD;)Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
    MethodParameters:
      Name  Flags
      decl  

  static sun.reflect.annotation.TypeAnnotation[] parseAllTypeAnnotations(java.lang.reflect.AnnotatedElement);
    descriptor: (Ljava/lang/reflect/AnnotatedElement;)[Lsun/reflect/annotation/TypeAnnotation;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.lang.reflect.AnnotatedElement decl
         0: .line 312
            invokestatic sun.misc.SharedSecrets.getJavaLangAccess:()Lsun/misc/JavaLangAccess;
            astore 3 /* javaLangAccess */
        start local 3 // sun.misc.JavaLangAccess javaLangAccess
         1: .line 313
            aload 0 /* decl */
            instanceof java.lang.Class
            ifeq 5
         2: .line 314
            aload 0 /* decl */
            checkcast java.lang.Class
            astore 1 /* container */
        start local 1 // java.lang.Class container
         3: .line 315
            aload 3 /* javaLangAccess */
            aload 1 /* container */
            invokeinterface sun.misc.JavaLangAccess.getRawClassTypeAnnotations:(Ljava/lang/Class;)[B
            astore 2 /* rawBytes */
        start local 2 // byte[] rawBytes
         4: .line 316
            goto 10
        end local 2 // byte[] rawBytes
        end local 1 // java.lang.Class container
      StackMap locals: java.lang.reflect.AnnotatedElement top top sun.misc.JavaLangAccess
      StackMap stack:
         5: aload 0 /* decl */
            instanceof java.lang.reflect.Executable
            ifeq 9
         6: .line 317
            aload 0 /* decl */
            checkcast java.lang.reflect.Executable
            invokevirtual java.lang.reflect.Executable.getDeclaringClass:()Ljava/lang/Class;
            astore 1 /* container */
        start local 1 // java.lang.Class container
         7: .line 318
            aload 3 /* javaLangAccess */
            aload 0 /* decl */
            checkcast java.lang.reflect.Executable
            invokeinterface sun.misc.JavaLangAccess.getRawExecutableTypeAnnotations:(Ljava/lang/reflect/Executable;)[B
            astore 2 /* rawBytes */
        start local 2 // byte[] rawBytes
         8: .line 319
            goto 10
        end local 2 // byte[] rawBytes
        end local 1 // java.lang.Class container
         9: .line 321
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            areturn
        start local 1 // java.lang.Class container
        start local 2 // byte[] rawBytes
        10: .line 323
      StackMap locals: java.lang.reflect.AnnotatedElement java.lang.Class byte[] sun.misc.JavaLangAccess
      StackMap stack:
            aload 2 /* rawBytes */
            aload 3 /* javaLangAccess */
            aload 1 /* container */
            invokeinterface sun.misc.JavaLangAccess.getConstantPool:(Ljava/lang/Class;)Lsun/reflect/ConstantPool;
        11: .line 324
            aload 0 /* decl */
            aload 1 /* container */
        12: .line 323
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTypeAnnotations:([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)[Lsun/reflect/annotation/TypeAnnotation;
            areturn
        end local 3 // sun.misc.JavaLangAccess javaLangAccess
        end local 2 // byte[] rawBytes
        end local 1 // java.lang.Class container
        end local 0 // java.lang.reflect.AnnotatedElement decl
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            decl  Ljava/lang/reflect/AnnotatedElement;
            3    5     1       container  Ljava/lang/Class<*>;
            7    9     1       container  Ljava/lang/Class<*>;
           10   13     1       container  Ljava/lang/Class<*>;
            4    5     2        rawBytes  [B
            8    9     2        rawBytes  [B
           10   13     2        rawBytes  [B
            1   13     3  javaLangAccess  Lsun/misc/JavaLangAccess;
    MethodParameters:
      Name  Flags
      decl  

  private static sun.reflect.annotation.TypeAnnotation[] parseTypeAnnotations(byte[], sun.reflect.ConstantPool, java.lang.reflect.AnnotatedElement, java.lang.Class<?>);
    descriptor: ([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)[Lsun/reflect/annotation/TypeAnnotation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // byte[] rawAnnotations
        start local 1 // sun.reflect.ConstantPool cp
        start local 2 // java.lang.reflect.AnnotatedElement baseDecl
        start local 3 // java.lang.Class container
         0: .line 332
            aload 0 /* rawAnnotations */
            ifnonnull 2
         1: .line 333
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            areturn
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* rawAnnotations */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 4 /* buf */
        start local 4 // java.nio.ByteBuffer buf
         3: .line 336
            aload 4 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 5 /* annotationCount */
        start local 5 // int annotationCount
         4: .line 337
            new java.util.ArrayList
            dup
            iload 5 /* annotationCount */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 6 /* typeAnnotations */
        start local 6 // java.util.List typeAnnotations
         5: .line 340
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 11
         7: .line 341
      StackMap locals: byte[] sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class java.nio.ByteBuffer int java.util.List int
      StackMap stack:
            aload 4 /* buf */
            aload 1 /* cp */
            aload 2 /* baseDecl */
            aload 3 /* container */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTypeAnnotation:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lsun/reflect/annotation/TypeAnnotation;
            astore 8 /* ta */
        start local 8 // sun.reflect.annotation.TypeAnnotation ta
         8: .line 342
            aload 8 /* ta */
            ifnull 10
         9: .line 343
            aload 6 /* typeAnnotations */
            aload 8 /* ta */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // sun.reflect.annotation.TypeAnnotation ta
        10: .line 340
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 5 /* annotationCount */
            if_icmplt 7
        end local 7 // int i
        12: .line 346
            aload 6 /* typeAnnotations */
            getstatic sun.reflect.annotation.TypeAnnotationParser.EMPTY_TYPE_ANNOTATION_ARRAY:[Lsun/reflect/annotation/TypeAnnotation;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.reflect.annotation.TypeAnnotation[]
            areturn
        end local 6 // java.util.List typeAnnotations
        end local 5 // int annotationCount
        end local 4 // java.nio.ByteBuffer buf
        end local 3 // java.lang.Class container
        end local 2 // java.lang.reflect.AnnotatedElement baseDecl
        end local 1 // sun.reflect.ConstantPool cp
        end local 0 // byte[] rawAnnotations
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0   rawAnnotations  [B
            0   13     1               cp  Lsun/reflect/ConstantPool;
            0   13     2         baseDecl  Ljava/lang/reflect/AnnotatedElement;
            0   13     3        container  Ljava/lang/Class<*>;
            3   13     4              buf  Ljava/nio/ByteBuffer;
            4   13     5  annotationCount  I
            5   13     6  typeAnnotations  Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
            6   12     7                i  I
            8   10     8               ta  Lsun/reflect/annotation/TypeAnnotation;
    Signature: ([BLsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<*>;)[Lsun/reflect/annotation/TypeAnnotation;
    MethodParameters:
                Name  Flags
      rawAnnotations  
      cp              
      baseDecl        
      container       

  static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> mapTypeAnnotations(sun.reflect.annotation.TypeAnnotation[]);
    descriptor: ([Lsun/reflect/annotation/TypeAnnotation;)Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // sun.reflect.annotation.TypeAnnotation[] typeAnnos
         0: .line 353
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
         1: .line 352
            astore 1 /* result */
        start local 1 // java.util.Map result
         2: .line 354
            aload 0 /* typeAnnos */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 11
      StackMap locals: sun.reflect.annotation.TypeAnnotation[] java.util.Map top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* t */
        start local 2 // sun.reflect.annotation.TypeAnnotation t
         4: .line 355
            aload 2 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getAnnotation:()Ljava/lang/annotation/Annotation;
            astore 6 /* a */
        start local 6 // java.lang.annotation.Annotation a
         5: .line 356
            aload 6 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            astore 7 /* klass */
        start local 7 // java.lang.Class klass
         6: .line 357
            aload 7 /* klass */
            invokestatic sun.reflect.annotation.AnnotationType.getInstance:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 8 /* type */
        start local 8 // sun.reflect.annotation.AnnotationType type
         7: .line 358
            aload 8 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.retention:()Ljava/lang/annotation/RetentionPolicy;
            getstatic java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;
            if_acmpne 10
         8: .line 359
            aload 1 /* result */
            aload 7 /* klass */
            aload 6 /* a */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 10
         9: .line 360
            new java.lang.annotation.AnnotationFormatError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Duplicate annotation for class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* 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 6 /* a */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // sun.reflect.annotation.AnnotationType type
        end local 7 // java.lang.Class klass
        end local 6 // java.lang.annotation.Annotation a
        end local 2 // sun.reflect.annotation.TypeAnnotation t
        10: .line 354
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        11: iload 3
            iload 4
            if_icmplt 3
        12: .line 362
            aload 1 /* result */
            areturn
        end local 1 // java.util.Map result
        end local 0 // sun.reflect.annotation.TypeAnnotation[] typeAnnos
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0  typeAnnos  [Lsun/reflect/annotation/TypeAnnotation;
            2   13     1     result  Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
            4   10     2          t  Lsun/reflect/annotation/TypeAnnotation;
            5   10     6          a  Ljava/lang/annotation/Annotation;
            6   10     7      klass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            7   10     8       type  Lsun/reflect/annotation/AnnotationType;
    Signature: ([Lsun/reflect/annotation/TypeAnnotation;)Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
    MethodParameters:
           Name  Flags
      typeAnnos  

  private static sun.reflect.annotation.TypeAnnotation parseTypeAnnotation(java.nio.ByteBuffer, sun.reflect.ConstantPool, java.lang.reflect.AnnotatedElement, java.lang.Class<?>);
    descriptor: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)Lsun/reflect/annotation/TypeAnnotation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // java.nio.ByteBuffer buf
        start local 1 // sun.reflect.ConstantPool cp
        start local 2 // java.lang.reflect.AnnotatedElement baseDecl
        start local 3 // java.lang.Class container
         0: .line 397
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTargetInfo:(Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            astore 4 /* ti */
        start local 4 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo ti
         1: .line 398
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.TypeAnnotation$LocationInfo.parseLocationInfo:(Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            astore 5 /* locationInfo */
        start local 5 // sun.reflect.annotation.TypeAnnotation$LocationInfo locationInfo
         2: .line 399
            aload 0 /* buf */
            aload 1 /* cp */
            aload 3 /* container */
            iconst_0
            invokestatic sun.reflect.annotation.AnnotationParser.parseAnnotation:(Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/Class;Z)Ljava/lang/annotation/Annotation;
            astore 6 /* a */
        start local 6 // java.lang.annotation.Annotation a
         3: .line 400
            aload 4 /* ti */
            ifnonnull 5
         4: .line 401
            aconst_null
            areturn
         5: .line 402
      StackMap locals: sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo sun.reflect.annotation.TypeAnnotation$LocationInfo java.lang.annotation.Annotation
      StackMap stack:
            new sun.reflect.annotation.TypeAnnotation
            dup
            aload 4 /* ti */
            aload 5 /* locationInfo */
            aload 6 /* a */
            aload 2 /* baseDecl */
            invokespecial sun.reflect.annotation.TypeAnnotation.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;Ljava/lang/annotation/Annotation;Ljava/lang/reflect/AnnotatedElement;)V
         6: areturn
        end local 6 // java.lang.annotation.Annotation a
        end local 5 // sun.reflect.annotation.TypeAnnotation$LocationInfo locationInfo
        end local 4 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo ti
         7: .line 404
      StackMap locals: java.nio.ByteBuffer sun.reflect.ConstantPool java.lang.reflect.AnnotatedElement java.lang.Class
      StackMap stack: java.lang.RuntimeException
            astore 4 /* e */
        start local 4 // java.lang.RuntimeException e
         8: .line 405
            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.RuntimeException e
        end local 3 // java.lang.Class container
        end local 2 // java.lang.reflect.AnnotatedElement baseDecl
        end local 1 // sun.reflect.ConstantPool cp
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0           buf  Ljava/nio/ByteBuffer;
            0    9     1            cp  Lsun/reflect/ConstantPool;
            0    9     2      baseDecl  Ljava/lang/reflect/AnnotatedElement;
            0    9     3     container  Ljava/lang/Class<*>;
            1    7     4            ti  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            2    7     5  locationInfo  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            3    7     6             a  Ljava/lang/annotation/Annotation;
            8    9     4             e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     4       7  Class java.lang.IllegalArgumentException
           5     6       7  Class java.lang.IllegalArgumentException
           0     4       7  Class java.nio.BufferUnderflowException
           5     6       7  Class java.nio.BufferUnderflowException
    Signature: (Ljava/nio/ByteBuffer;Lsun/reflect/ConstantPool;Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class<*>;)Lsun/reflect/annotation/TypeAnnotation;
    MethodParameters:
           Name  Flags
      buf        
      cp         
      baseDecl   
      container  

  private static sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo parseTargetInfo(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // java.nio.ByteBuffer buf
         0: .line 410
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 1 /* posCode */
        start local 1 // int posCode
         1: .line 411
            iload 1 /* posCode */
            lookupswitch { // 22
                    0: 2
                    1: 2
                   16: 12
                   17: 20
                   18: 21
                   19: 22
                   20: 23
                   21: 24
                   22: 25
                   23: 29
                   64: 30
                   65: 30
                   66: 39
                   67: 41
                   68: 41
                   69: 41
                   70: 41
                   71: 43
                   72: 43
                   73: 43
                   74: 43
                   75: 43
              default: 46
          }
         2: .line 414
      StackMap locals: int
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 2 /* index */
        start local 2 // int index
         3: .line 416
            iload 1 /* posCode */
            ifne 8
         4: .line 417
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_TYPE_PARAMETER:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
         5: .line 418
            iload 2 /* index */
         6: .line 417
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
            astore 3 /* res */
        start local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo res
         7: .line 418
            goto 11
        end local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo res
         8: .line 420
      StackMap locals: int
      StackMap stack:
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_TYPE_PARAMETER:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
         9: .line 421
            iload 2 /* index */
        10: .line 420
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
            astore 3 /* res */
        start local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo res
        11: .line 422
      StackMap locals: sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
      StackMap stack:
            aload 3 /* res */
            areturn
        end local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo res
        end local 2 // int index
        12: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            istore 2 /* index */
        start local 2 // short index
        13: .line 426
            iload 2 /* index */
            iconst_m1
            if_icmpne 15
        14: .line 427
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_EXTENDS:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)V
            areturn
        15: .line 428
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            iflt 46
        16: .line 429
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_IMPLEMENTS:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
        17: .line 430
            iload 2 /* index */
        18: .line 429
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
            astore 3 /* res */
        start local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo res
        19: .line 431
            aload 3 /* res */
            areturn
        end local 3 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo res
        end local 2 // short index
        20: .line 434
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.CLASS_TYPE_PARAMETER_BOUND:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parse2ByteTarget:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            areturn
        21: .line 436
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_TYPE_PARAMETER_BOUND:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parse2ByteTarget:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            areturn
        22: .line 438
      StackMap locals:
      StackMap stack:
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.FIELD:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)V
            areturn
        23: .line 440
      StackMap locals:
      StackMap stack:
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_RETURN:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)V
            areturn
        24: .line 442
      StackMap locals:
      StackMap stack:
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_RECEIVER:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)V
            areturn
        25: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 2 /* index */
        start local 2 // int index
        26: .line 445
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.METHOD_FORMAL_PARAMETER:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
        27: .line 446
            iload 2 /* index */
        28: .line 445
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
            areturn
        end local 2 // int index
        29: .line 449
      StackMap locals:
      StackMap stack:
            getstatic sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget.THROWS:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            aload 0 /* buf */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseShortTarget:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            areturn
        30: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            istore 2 /* length */
        start local 2 // short length
        31: .line 458
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        32: goto 37
        33: .line 459
      StackMap locals: int int
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
        34: .line 460
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
        35: .line 461
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
        36: .line 458
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 33
        end local 3 // int i
        38: .line 463
            aconst_null
            areturn
        end local 2 // short length
        39: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            pop
        40: .line 467
            aconst_null
            areturn
        41: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
        42: .line 474
            aconst_null
            areturn
        43: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            pop
        44: .line 481
            aload 0 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            pop
        45: .line 483
            aconst_null
            areturn
        46: .line 489
      StackMap locals:
      StackMap stack:
            new java.lang.annotation.AnnotationFormatError
            dup
            ldc "Could not parse bytes for type annotations"
            invokespecial java.lang.annotation.AnnotationFormatError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int posCode
        end local 0 // java.nio.ByteBuffer buf
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   47     0      buf  Ljava/nio/ByteBuffer;
            1   47     1  posCode  I
            3   12     2    index  I
            7    8     3      res  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
           11   12     3      res  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
           13   20     2    index  S
           19   20     3      res  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
           26   29     2    index  I
           31   39     2   length  S
           32   38     3        i  I
    MethodParameters:
      Name  Flags
      buf   

  private static sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo parseShortTarget(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget, java.nio.ByteBuffer);
    descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        start local 1 // java.nio.ByteBuffer buf
         0: .line 493
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            ldc 65535
            iand
            istore 2 /* index */
        start local 2 // int index
         1: .line 494
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            aload 0 /* target */
            iload 2 /* index */
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
            areturn
        end local 2 // int index
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            0    2     1     buf  Ljava/nio/ByteBuffer;
            1    2     2   index  I
    MethodParameters:
        Name  Flags
      target  
      buf     

  private static sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo parse2ByteTarget(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget, java.nio.ByteBuffer);
    descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;Ljava/nio/ByteBuffer;)Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        start local 1 // java.nio.ByteBuffer buf
         0: .line 497
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 2 /* count */
        start local 2 // int count
         1: .line 498
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 3 /* secondaryIndex */
        start local 3 // int secondaryIndex
         2: .line 499
            new sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
            dup
            aload 0 /* target */
         3: .line 500
            iload 2 /* count */
         4: .line 501
            iload 3 /* secondaryIndex */
         5: .line 499
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
            areturn
        end local 3 // int secondaryIndex
        end local 2 // int count
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0          target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            0    6     1             buf  Ljava/nio/ByteBuffer;
            1    6     2           count  I
            2    6     3  secondaryIndex  I
    MethodParameters:
        Name  Flags
      target  
      buf     
}
SourceFile: "TypeAnnotationParser.java"
InnerClasses:
  public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation
  public final TypeAnnotationTarget = sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget of sun.reflect.annotation.TypeAnnotation
  public final TypeAnnotationTargetInfo = sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo of sun.reflect.annotation.TypeAnnotation