public final class jdk.jfr.internal.AnnotationConstruct
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.jfr.internal.AnnotationConstruct
  super_class: java.lang.Object
{
  private java.util.List<jdk.jfr.AnnotationElement> annotationElements;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljdk/jfr/AnnotationElement;>;

  private byte unsignedFlag;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.List<jdk.jfr.AnnotationElement>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
        start local 1 // java.util.List ann
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield jdk.jfr.internal.AnnotationConstruct.annotationElements:Ljava/util/List;
         2: .line 62
            aload 0 /* this */
            iconst_m1
            putfield jdk.jfr.internal.AnnotationConstruct.unsignedFlag:B
         3: .line 64
            aload 0 /* this */
            aload 1 /* ann */
            putfield jdk.jfr.internal.AnnotationConstruct.annotationElements:Ljava/util/List;
         4: .line 65
            return
        end local 1 // java.util.List ann
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/jfr/internal/AnnotationConstruct;
            0    5     1   ann  Ljava/util/List<Ljdk/jfr/AnnotationElement;>;
    Signature: (Ljava/util/List<Ljdk/jfr/AnnotationElement;>;)V
    MethodParameters:
      Name  Flags
      ann   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield jdk.jfr.internal.AnnotationConstruct.annotationElements:Ljava/util/List;
         2: .line 62
            aload 0 /* this */
            iconst_m1
            putfield jdk.jfr.internal.AnnotationConstruct.unsignedFlag:B
         3: .line 68
            return
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/jfr/internal/AnnotationConstruct;

  public void setAnnotationElements(java.util.List<jdk.jfr.AnnotationElement>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
        start local 1 // java.util.List elements
         0: .line 71
            aload 0 /* this */
            aload 1 /* elements */
            invokestatic jdk.jfr.internal.Utils.smallUnmodifiable:(Ljava/util/List;)Ljava/util/List;
            putfield jdk.jfr.internal.AnnotationConstruct.annotationElements:Ljava/util/List;
         1: .line 72
            return
        end local 1 // java.util.List elements
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljdk/jfr/internal/AnnotationConstruct;
            0    2     1  elements  Ljava/util/List<Ljdk/jfr/AnnotationElement;>;
    Signature: (Ljava/util/List<Ljdk/jfr/AnnotationElement;>;)V
    MethodParameters:
          Name  Flags
      elements  

  public java.lang.String getLabel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
         0: .line 75
            aload 0 /* this */
            ldc Ljdk/jfr/Label;
            invokevirtual jdk.jfr.internal.AnnotationConstruct.getAnnotation:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast jdk.jfr.Label
            astore 1 /* label */
        start local 1 // jdk.jfr.Label label
         1: .line 76
            aload 1 /* label */
            ifnonnull 3
         2: .line 77
            aconst_null
            areturn
         3: .line 79
      StackMap locals: jdk.jfr.Label
      StackMap stack:
            aload 1 /* label */
            invokeinterface jdk.jfr.Label.value:()Ljava/lang/String;
            areturn
        end local 1 // jdk.jfr.Label label
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljdk/jfr/internal/AnnotationConstruct;
            1    4     1  label  Ljdk/jfr/Label;

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
         0: .line 83
            aload 0 /* this */
            ldc Ljdk/jfr/Description;
            invokevirtual jdk.jfr.internal.AnnotationConstruct.getAnnotation:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast jdk.jfr.Description
            astore 1 /* description */
        start local 1 // jdk.jfr.Description description
         1: .line 84
            aload 1 /* description */
            ifnonnull 3
         2: .line 85
            aconst_null
            areturn
         3: .line 87
      StackMap locals: jdk.jfr.Description
      StackMap stack:
            aload 1 /* description */
            invokeinterface jdk.jfr.Description.value:()Ljava/lang/String;
            areturn
        end local 1 // jdk.jfr.Description description
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljdk/jfr/internal/AnnotationConstruct;
            1    4     1  description  Ljdk/jfr/Description;

  public final <T> T getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
        start local 1 // java.lang.Class clazz
         0: .line 92
            aload 0 /* this */
            aload 1 /* clazz */
            invokevirtual jdk.jfr.internal.AnnotationConstruct.getAnnotationElement:(Ljava/lang/Class;)Ljdk/jfr/AnnotationElement;
            astore 2 /* ae */
        start local 2 // jdk.jfr.AnnotationElement ae
         1: .line 93
            aload 2 /* ae */
            ifnull 3
         2: .line 94
            aload 1 /* clazz */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            aload 1 /* clazz */
            aastore
            new jdk.jfr.internal.AnnotationConstruct$AnnotationInvokationHandler
            dup
            aload 2 /* ae */
            invokespecial jdk.jfr.internal.AnnotationConstruct$AnnotationInvokationHandler.<init>:(Ljdk/jfr/AnnotationElement;)V
            invokestatic java.lang.reflect.Proxy.newProxyInstance:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;
            areturn
         3: .line 96
      StackMap locals: jdk.jfr.AnnotationElement
      StackMap stack:
            aconst_null
            areturn
        end local 2 // jdk.jfr.AnnotationElement ae
        end local 1 // java.lang.Class clazz
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljdk/jfr/internal/AnnotationConstruct;
            0    4     1  clazz  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1    4     2     ae  Ljdk/jfr/AnnotationElement;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  public java.util.List<jdk.jfr.AnnotationElement> getUnmodifiableAnnotationElements();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
         0: .line 100
            aload 0 /* this */
            getfield jdk.jfr.internal.AnnotationConstruct.annotationElements:Ljava/util/List;
            areturn
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jfr/internal/AnnotationConstruct;
    Signature: ()Ljava/util/List<Ljdk/jfr/AnnotationElement;>;

  boolean remove(jdk.jfr.AnnotationElement);
    descriptor: (Ljdk/jfr/AnnotationElement;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
        start local 1 // jdk.jfr.AnnotationElement annotation
         0: .line 105
            aload 0 /* this */
            getfield jdk.jfr.internal.AnnotationConstruct.annotationElements:Ljava/util/List;
            aload 1 /* annotation */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // jdk.jfr.AnnotationElement annotation
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljdk/jfr/internal/AnnotationConstruct;
            0    1     1  annotation  Ljdk/jfr/AnnotationElement;
    MethodParameters:
            Name  Flags
      annotation  

  private jdk.jfr.AnnotationElement getAnnotationElement(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Ljdk/jfr/AnnotationElement;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
        start local 1 // java.lang.Class clazz
         0: .line 112
            aload 1 /* clazz */
            invokestatic jdk.jfr.internal.Type.getTypeId:(Ljava/lang/Class;)J
            lstore 2 /* id */
        start local 2 // long id
         1: .line 113
            aload 1 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 4 /* className */
        start local 4 // java.lang.String className
         2: .line 114
            aload 0 /* this */
            invokevirtual jdk.jfr.internal.AnnotationConstruct.getUnmodifiableAnnotationElements:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 6
      StackMap locals: jdk.jfr.internal.AnnotationConstruct java.lang.Class long java.lang.String top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.jfr.AnnotationElement
            astore 5 /* a */
        start local 5 // jdk.jfr.AnnotationElement a
         4: .line 115
            aload 5 /* a */
            invokevirtual jdk.jfr.AnnotationElement.getTypeId:()J
            lload 2 /* id */
            lcmp
            ifne 6
            aload 5 /* a */
            invokevirtual jdk.jfr.AnnotationElement.getTypeName:()Ljava/lang/String;
            aload 4 /* className */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 116
            aload 5 /* a */
            areturn
        end local 5 // jdk.jfr.AnnotationElement a
         6: .line 114
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 119
            aload 0 /* this */
            invokevirtual jdk.jfr.internal.AnnotationConstruct.getUnmodifiableAnnotationElements:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 11
      StackMap locals:
      StackMap stack:
         8: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.jfr.AnnotationElement
            astore 5 /* a */
        start local 5 // jdk.jfr.AnnotationElement a
         9: .line 120
            aload 5 /* a */
            invokevirtual jdk.jfr.AnnotationElement.getTypeName:()Ljava/lang/String;
            aload 4 /* className */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 121
            aload 5 /* a */
            areturn
        end local 5 // jdk.jfr.AnnotationElement a
        11: .line 119
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        12: .line 124
            aconst_null
            areturn
        end local 4 // java.lang.String className
        end local 2 // long id
        end local 1 // java.lang.Class clazz
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Ljdk/jfr/internal/AnnotationConstruct;
            0   13     1      clazz  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1   13     2         id  J
            2   13     4  className  Ljava/lang/String;
            4    6     5          a  Ljdk/jfr/AnnotationElement;
            9   11     5          a  Ljdk/jfr/AnnotationElement;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Ljdk/jfr/AnnotationElement;
    MethodParameters:
       Name  Flags
      clazz  

  public boolean hasUnsigned();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.jfr.internal.AnnotationConstruct this
         0: .line 130
            aload 0 /* this */
            getfield jdk.jfr.internal.AnnotationConstruct.unsignedFlag:B
            ifge 5
         1: .line 131
            aload 0 /* this */
            ldc Ljdk/jfr/Unsigned;
            invokevirtual jdk.jfr.internal.AnnotationConstruct.getAnnotation:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast jdk.jfr.Unsigned
            astore 1 /* unsigned */
        start local 1 // jdk.jfr.Unsigned unsigned
         2: .line 132
            aload 0 /* this */
            aload 1 /* unsigned */
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: jdk.jfr.internal.AnnotationConstruct jdk.jfr.Unsigned
      StackMap stack: jdk.jfr.internal.AnnotationConstruct
         3: iconst_1
      StackMap locals: jdk.jfr.internal.AnnotationConstruct jdk.jfr.Unsigned
      StackMap stack: jdk.jfr.internal.AnnotationConstruct int
         4: i2b
            putfield jdk.jfr.internal.AnnotationConstruct.unsignedFlag:B
        end local 1 // jdk.jfr.Unsigned unsigned
         5: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jfr.internal.AnnotationConstruct.unsignedFlag:B
            iconst_1
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: ireturn
        end local 0 // jdk.jfr.internal.AnnotationConstruct this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljdk/jfr/internal/AnnotationConstruct;
            2    5     1  unsigned  Ljdk/jfr/Unsigned;
}
SourceFile: "AnnotationConstruct.java"
NestMembers:
  jdk.jfr.internal.AnnotationConstruct$AnnotationInvokationHandler
InnerClasses:
  private final AnnotationInvokationHandler = jdk.jfr.internal.AnnotationConstruct$AnnotationInvokationHandler of jdk.jfr.internal.AnnotationConstruct