public class sun.reflect.generics.reflectiveObjects.TypeVariableImpl<D extends java.lang.reflect.GenericDeclaration> extends sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator implements java.lang.reflect.TypeVariable<D>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.reflect.generics.reflectiveObjects.TypeVariableImpl
  super_class: sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator
{
  private final D genericDeclaration;
    descriptor: Ljava/lang/reflect/GenericDeclaration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TD;

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile java.lang.Object[] bounds;
    descriptor: [Ljava/lang/Object;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static final java.lang.annotation.Annotation[] EMPTY_ANNOTATION_ARRAY;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 223
            iconst_0
            anewarray java.lang.annotation.Annotation
            putstatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.EMPTY_ANNOTATION_ARRAY:[Ljava/lang/annotation/Annotation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(D, java.lang.String, sun.reflect.generics.tree.FieldTypeSignature[], sun.reflect.generics.factory.GenericsFactory);
    descriptor: (Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.reflect.GenericDeclaration decl
        start local 2 // java.lang.String n
        start local 3 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        start local 4 // sun.reflect.generics.factory.GenericsFactory f
         0: .line 68
            aload 0 /* this */
            aload 4 /* f */
            invokespecial sun.reflect.generics.reflectiveObjects.LazyReflectiveObjectGenerator.<init>:(Lsun/reflect/generics/factory/GenericsFactory;)V
         1: .line 69
            aload 0 /* this */
            aload 1 /* decl */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
         2: .line 70
            aload 0 /* this */
            aload 2 /* n */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
         3: .line 71
            aload 0 /* this */
            aload 3 /* bs */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/Object;
         4: .line 72
            return
        end local 4 // sun.reflect.generics.factory.GenericsFactory f
        end local 3 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        end local 2 // java.lang.String n
        end local 1 // java.lang.reflect.GenericDeclaration decl
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    5     1  decl  TD;
            0    5     2     n  Ljava/lang/String;
            0    5     3    bs  [Lsun/reflect/generics/tree/FieldTypeSignature;
            0    5     4     f  Lsun/reflect/generics/factory/GenericsFactory;
    Signature: (TD;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)V
    MethodParameters:
      Name  Flags
      decl  
      n     
      bs    
      f     

  public static <T extends java.lang.reflect.GenericDeclaration> sun.reflect.generics.reflectiveObjects.TypeVariableImpl<T> make(T, java.lang.String, sun.reflect.generics.tree.FieldTypeSignature[], sun.reflect.generics.factory.GenericsFactory);
    descriptor: (Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // java.lang.reflect.GenericDeclaration decl
        start local 1 // java.lang.String name
        start local 2 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        start local 3 // sun.reflect.generics.factory.GenericsFactory f
         0: .line 91
            aload 0 /* decl */
            instanceof java.lang.Class
            ifne 6
         1: .line 92
            aload 0 /* decl */
            instanceof java.lang.reflect.Method
            ifne 6
         2: .line 93
            aload 0 /* decl */
            instanceof java.lang.reflect.Constructor
            ifne 6
         3: .line 94
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected kind of GenericDeclaration"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 95
            aload 0 /* decl */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 94
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 97
      StackMap locals:
      StackMap stack:
            new sun.reflect.generics.reflectiveObjects.TypeVariableImpl
            dup
            aload 0 /* decl */
            aload 1 /* name */
            aload 2 /* bs */
            aload 3 /* f */
            invokespecial sun.reflect.generics.reflectiveObjects.TypeVariableImpl.<init>:(Ljava/lang/reflect/GenericDeclaration;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)V
            areturn
        end local 3 // sun.reflect.generics.factory.GenericsFactory f
        end local 2 // sun.reflect.generics.tree.FieldTypeSignature[] bs
        end local 1 // java.lang.String name
        end local 0 // java.lang.reflect.GenericDeclaration decl
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  decl  TT;
            0    7     1  name  Ljava/lang/String;
            0    7     2    bs  [Lsun/reflect/generics/tree/FieldTypeSignature;
            0    7     3     f  Lsun/reflect/generics/factory/GenericsFactory;
    Signature: <T::Ljava/lang/reflect/GenericDeclaration;>(TT;Ljava/lang/String;[Lsun/reflect/generics/tree/FieldTypeSignature;Lsun/reflect/generics/factory/GenericsFactory;)Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TT;>;
    MethodParameters:
      Name  Flags
      decl  
      name  
      bs    
      f     

  public java.lang.reflect.Type[] getBounds();
    descriptor: ()[Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 123
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/Object;
            astore 1 /* value */
        start local 1 // java.lang.Object[] value
         1: .line 124
            aload 1 /* value */
            instanceof sun.reflect.generics.tree.FieldTypeSignature[]
            ifeq 4
         2: .line 125
            aload 0 /* this */
            aload 1 /* value */
            checkcast sun.reflect.generics.tree.FieldTypeSignature[]
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.reifyBounds:([Lsun/reflect/generics/tree/FieldTypeSignature;)[Ljava/lang/reflect/Type;
            astore 1 /* value */
         3: .line 126
            aload 0 /* this */
            aload 1 /* value */
            putfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.bounds:[Ljava/lang/Object;
         4: .line 128
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 1 /* value */
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.reflect.Type[]
            areturn
        end local 1 // java.lang.Object[] value
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            1    5     1  value  [Ljava/lang/Object;

  public D getGenericDeclaration();
    descriptor: ()Ljava/lang/reflect/GenericDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 140
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            instanceof java.lang.Class
            ifeq 2
         1: .line 141
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            checkcast java.lang.Class
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/Class;)V
            goto 6
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            instanceof java.lang.reflect.Method
            ifne 4
         3: .line 143
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            instanceof java.lang.reflect.Constructor
            ifeq 5
         4: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            checkcast java.lang.reflect.Member
            invokestatic sun.reflect.misc.ReflectUtil.conservativeCheckMemberAccess:(Ljava/lang/reflect/Member;)V
            goto 6
         5: .line 146
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "Unexpected kind of GenericDeclaration"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
    Signature: ()TD;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 156
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 158
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getName:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Object o
         0: .line 162
            aload 1 /* o */
            instanceof java.lang.reflect.TypeVariable
            ifeq 9
         1: .line 163
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl;
            if_acmpne 9
         2: .line 164
            aload 1 /* o */
            checkcast java.lang.reflect.TypeVariable
            astore 2 /* that */
        start local 2 // java.lang.reflect.TypeVariable that
         3: .line 166
            aload 2 /* that */
            invokeinterface java.lang.reflect.TypeVariable.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
            astore 3 /* thatDecl */
        start local 3 // java.lang.reflect.GenericDeclaration thatDecl
         4: .line 167
            aload 2 /* that */
            invokeinterface java.lang.reflect.TypeVariable.getName:()Ljava/lang/String;
            astore 4 /* thatName */
        start local 4 // java.lang.String thatName
         5: .line 169
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            aload 3 /* thatDecl */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 170
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
            aload 4 /* thatName */
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 169
            iconst_1
            ireturn
      StackMap locals: java.lang.reflect.TypeVariable java.lang.reflect.GenericDeclaration java.lang.String
      StackMap stack:
         8: iconst_0
            ireturn
        end local 4 // java.lang.String thatName
        end local 3 // java.lang.reflect.GenericDeclaration thatDecl
        end local 2 // java.lang.reflect.TypeVariable that
         9: .line 173
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0   10     1         o  Ljava/lang/Object;
            3    9     2      that  Ljava/lang/reflect/TypeVariable<*>;
            4    9     3  thatDecl  Ljava/lang/reflect/GenericDeclaration;
            5    9     4  thatName  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 178
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.genericDeclaration:Ljava/lang/reflect/GenericDeclaration;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield sun.reflect.generics.reflectiveObjects.TypeVariableImpl.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ixor
            ireturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 184
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 186
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.mapAnnotations:([Ljava/lang/annotation/Annotation;)Ljava/util/Map;
            aload 1 /* annotationClass */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 190
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 191
            aload 0 /* this */
            aload 1 /* annotationClass */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public <T extends java.lang.annotation.Annotation> T[] getAnnotationsByType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 196
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 197
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic sun.reflect.generics.reflectiveObjects.TypeVariableImpl.mapAnnotations:([Ljava/lang/annotation/Annotation;)Ljava/util/Map;
            aload 1 /* annotationClass */
            invokestatic sun.reflect.annotation.AnnotationSupport.getDirectlyAndIndirectlyPresent:(Ljava/util/Map;Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public <T extends java.lang.annotation.Annotation> T[] getDeclaredAnnotationsByType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
        start local 1 // java.lang.Class annotationClass
         0: .line 202
            aload 1 /* annotationClass */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 203
            aload 0 /* this */
            aload 1 /* annotationClass */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotationsByType:(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            0    2     1  annotationClass  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)[TT;
    MethodParameters:
                 Name  Flags
      annotationClass  

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 207
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.typeVarIndex:()I
            istore 1 /* myIndex */
        start local 1 // int myIndex
         1: .line 208
            iload 1 /* myIndex */
            ifge 3
         2: .line 209
            new java.lang.AssertionError
            dup
            ldc "Index must be non-negative."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 210
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
            iload 1 /* myIndex */
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseTypeVariableAnnotations:(Ljava/lang/reflect/GenericDeclaration;I)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // int myIndex
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            1    4     1  myIndex  I

  public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 214
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  public java.lang.reflect.AnnotatedType[] getAnnotatedBounds();
    descriptor: ()[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 218
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getBounds:()[Ljava/lang/reflect/Type;
         1: .line 219
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
         2: .line 220
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.typeVarIndex:()I
         3: .line 218
            invokestatic sun.reflect.annotation.TypeAnnotationParser.parseAnnotatedBounds:([Ljava/lang/reflect/Type;Ljava/lang/reflect/GenericDeclaration;I)[Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;

  private int typeVarIndex();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
         0: .line 227
            aload 0 /* this */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.getGenericDeclaration:()Ljava/lang/reflect/GenericDeclaration;
            invokeinterface java.lang.reflect.GenericDeclaration.getTypeParameters:()[Ljava/lang/reflect/TypeVariable;
            astore 1 /* tVars */
        start local 1 // java.lang.reflect.TypeVariable[] tVars
         1: .line 228
            iconst_m1
            istore 2 /* i */
        start local 2 // int i
         2: .line 229
            aload 1 /* tVars */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: sun.reflect.generics.reflectiveObjects.TypeVariableImpl java.lang.reflect.TypeVariable[] int top int int java.lang.reflect.TypeVariable[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* v */
        start local 3 // java.lang.reflect.TypeVariable v
         4: .line 230
            iinc 2 /* i */ 1
         5: .line 231
            aload 0 /* this */
            aload 3 /* v */
            invokevirtual sun.reflect.generics.reflectiveObjects.TypeVariableImpl.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 232
            iload 2 /* i */
            ireturn
        end local 3 // java.lang.reflect.TypeVariable v
         7: .line 229
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 3
         9: .line 234
            iconst_m1
            ireturn
        end local 2 // int i
        end local 1 // java.lang.reflect.TypeVariable[] tVars
        end local 0 // sun.reflect.generics.reflectiveObjects.TypeVariableImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/reflect/generics/reflectiveObjects/TypeVariableImpl<TD;>;
            1   10     1  tVars  [Ljava/lang/reflect/TypeVariable;
            2   10     2      i  I
            4    7     3      v  Ljava/lang/reflect/TypeVariable<*>;

  private static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>, java.lang.annotation.Annotation> mapAnnotations(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // java.lang.annotation.Annotation[] annos
         0: .line 239
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
         1: .line 238
            astore 1 /* result */
        start local 1 // java.util.Map result
         2: .line 240
            aload 0 /* annos */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: java.lang.annotation.Annotation[] java.util.Map top int int java.lang.annotation.Annotation[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* a */
        start local 2 // java.lang.annotation.Annotation a
         4: .line 241
            aload 2 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            astore 6 /* klass */
        start local 6 // java.lang.Class klass
         5: .line 242
            aload 6 /* klass */
            invokestatic sun.reflect.annotation.AnnotationType.getInstance:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 7 /* type */
        start local 7 // sun.reflect.annotation.AnnotationType type
         6: .line 243
            aload 7 /* type */
            invokevirtual sun.reflect.annotation.AnnotationType.retention:()Ljava/lang/annotation/RetentionPolicy;
            getstatic java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;
            if_acmpne 9
         7: .line 244
            aload 1 /* result */
            aload 6 /* klass */
            aload 2 /* a */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 9
         8: .line 245
            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 6 /* 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 2 /* 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 7 // sun.reflect.annotation.AnnotationType type
        end local 6 // java.lang.Class klass
        end local 2 // java.lang.annotation.Annotation a
         9: .line 240
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 3
        11: .line 247
            aload 1 /* result */
            areturn
        end local 1 // java.util.Map result
        end local 0 // java.lang.annotation.Annotation[] annos
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0   annos  [Ljava/lang/annotation/Annotation;
            2   12     1  result  Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
            4    9     2       a  Ljava/lang/annotation/Annotation;
            5    9     6   klass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            6    9     7    type  Lsun/reflect/annotation/AnnotationType;
    Signature: ([Ljava/lang/annotation/Annotation;)Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
    MethodParameters:
       Name  Flags
      annos  
}
Signature: <D::Ljava/lang/reflect/GenericDeclaration;>Lsun/reflect/generics/reflectiveObjects/LazyReflectiveObjectGenerator;Ljava/lang/reflect/TypeVariable<TD;>;
SourceFile: "TypeVariableImpl.java"