public class net.bytebuddy.utility.OpenedClassReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.utility.OpenedClassReader
  super_class: java.lang.Object
{
  public static final java.lang.String EXPERIMENTAL_PROPERTY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "net.bytebuddy.experimental"

  public static final boolean EXPERIMENTAL;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int ASM_API;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 51
            new net.bytebuddy.utility.privilege.GetSystemPropertyAction
            dup
            ldc "net.bytebuddy.experimental"
            invokespecial net.bytebuddy.utility.privilege.GetSystemPropertyAction.<init>:(Ljava/lang/String;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            istore 0 /* experimental */
        start local 0 // boolean experimental
         1: .line 52
            goto 4
        end local 0 // boolean experimental
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 53
            iconst_0
            istore 0 /* experimental */
        start local 0 // boolean experimental
         4: .line 55
      StackMap locals: int
      StackMap stack:
            iload 0 /* experimental */
            putstatic net.bytebuddy.utility.OpenedClassReader.EXPERIMENTAL:Z
         5: .line 56
            ldc 589824
            putstatic net.bytebuddy.utility.OpenedClassReader.ASM_API:I
        end local 0 // boolean experimental
         6: .line 57
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            1    2     0  experimental  Z
            4    6     0  experimental  Z
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.OpenedClassReader this
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            new java.lang.UnsupportedOperationException
            dup
            ldc "This class is a utility class and not supposed to be instantiated"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.utility.OpenedClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/utility/OpenedClassReader;

  public static org.objectweb.asm.ClassReader of(byte[]);
    descriptor: ([B)Lorg/objectweb/asm/ClassReader;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // byte[] binaryRepresentation
         0: .line 73
            getstatic net.bytebuddy.utility.OpenedClassReader.EXPERIMENTAL:Z
            ifeq 10
         1: .line 74
            aload 0 /* binaryRepresentation */
            invokestatic net.bytebuddy.ClassFileVersion.ofClassFile:([B)Lnet/bytebuddy/ClassFileVersion;
            astore 1 /* classFileVersion */
        start local 1 // net.bytebuddy.ClassFileVersion classFileVersion
         2: .line 75
            aload 1 /* classFileVersion */
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V14:Lnet/bytebuddy/ClassFileVersion;
            invokevirtual net.bytebuddy.ClassFileVersion.isGreaterThan:(Lnet/bytebuddy/ClassFileVersion;)Z
            ifeq 9
         3: .line 76
            aload 0 /* binaryRepresentation */
            bipush 6
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V14:Lnet/bytebuddy/ClassFileVersion;
            invokevirtual net.bytebuddy.ClassFileVersion.getMajorVersion:()S
            bipush 8
            iushr
            i2b
            bastore
         4: .line 77
            aload 0 /* binaryRepresentation */
            bipush 7
            getstatic net.bytebuddy.ClassFileVersion.JAVA_V14:Lnet/bytebuddy/ClassFileVersion;
            invokevirtual net.bytebuddy.ClassFileVersion.getMajorVersion:()S
            i2b
            bastore
         5: .line 78
            new org.objectweb.asm.ClassReader
            dup
            aload 0 /* binaryRepresentation */
            invokespecial org.objectweb.asm.ClassReader.<init>:([B)V
            astore 2 /* classReader */
        start local 2 // org.objectweb.asm.ClassReader classReader
         6: .line 79
            aload 0 /* binaryRepresentation */
            bipush 6
            aload 1 /* classFileVersion */
            invokevirtual net.bytebuddy.ClassFileVersion.getMajorVersion:()S
            bipush 8
            iushr
            i2b
            bastore
         7: .line 80
            aload 0 /* binaryRepresentation */
            bipush 7
            aload 1 /* classFileVersion */
            invokevirtual net.bytebuddy.ClassFileVersion.getMajorVersion:()S
            i2b
            bastore
         8: .line 81
            aload 2 /* classReader */
            areturn
        end local 2 // org.objectweb.asm.ClassReader classReader
         9: .line 83
      StackMap locals: net.bytebuddy.ClassFileVersion
      StackMap stack:
            new org.objectweb.asm.ClassReader
            dup
            aload 0 /* binaryRepresentation */
            invokespecial org.objectweb.asm.ClassReader.<init>:([B)V
            areturn
        end local 1 // net.bytebuddy.ClassFileVersion classFileVersion
        10: .line 86
      StackMap locals:
      StackMap stack:
            new org.objectweb.asm.ClassReader
            dup
            aload 0 /* binaryRepresentation */
            invokespecial org.objectweb.asm.ClassReader.<init>:([B)V
            areturn
        end local 0 // byte[] binaryRepresentation
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0  binaryRepresentation  [B
            2   10     1      classFileVersion  Lnet/bytebuddy/ClassFileVersion;
            6    9     2           classReader  Lorg/objectweb/asm/ClassReader;
    MethodParameters:
                      Name  Flags
      binaryRepresentation  
}
SourceFile: "OpenedClassReader.java"