public class net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled implements net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher, net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Initializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled
  super_class: java.lang.Object
{
  private final java.lang.Object unsafe;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.reflect.Method defineClass;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.Object, java.lang.reflect.Method);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
        start local 1 // java.lang.Object unsafe
        start local 2 // java.lang.reflect.Method defineClass
         0: .line 1955
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1956
            aload 0 /* this */
            aload 1 /* unsafe */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.unsafe:Ljava/lang/Object;
         2: .line 1957
            aload 0 /* this */
            aload 2 /* defineClass */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.defineClass:Ljava/lang/reflect/Method;
         3: .line 1958
            return
        end local 2 // java.lang.reflect.Method defineClass
        end local 1 // java.lang.Object unsafe
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
            0    4     1       unsafe  Ljava/lang/Object;
            0    4     2  defineClass  Ljava/lang/reflect/Method;
    MethodParameters:
             Name  Flags
      unsafe       
      defineClass  

  public boolean isAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
         0: .line 1964
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;

  public net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher initialize();
    descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
         0: .line 1971
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* securityManager */
        start local 1 // java.lang.SecurityManager securityManager
         1: .line 1972
            aload 1 /* securityManager */
            ifnull 6
         2: .line 1974
            aload 1 /* securityManager */
            getstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe.SUPPRESS_ACCESS_CHECKS:Ljava/security/Permission;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         3: .line 1975
            goto 6
      StackMap locals: net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled java.lang.SecurityManager
      StackMap stack: java.lang.Exception
         4: astore 2 /* exception */
        start local 2 // java.lang.Exception exception
         5: .line 1976
            new net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable
            dup
            aload 2 /* exception */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable.<init>:(Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.Exception exception
         6: .line 1979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.SecurityManager securityManager
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
            1    7     1  securityManager  Ljava/lang/SecurityManager;
            5    6     2        exception  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception

  public java.lang.Class<?> defineClass(java.lang.ClassLoader, java.lang.String, byte[], java.security.ProtectionDomain);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;[BLjava/security/ProtectionDomain;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.String name
        start local 3 // byte[] binaryRepresentation
        start local 4 // java.security.ProtectionDomain protectionDomain
         0: .line 1987
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.defineClass:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled.unsafe:Ljava/lang/Object;
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 1988
            aload 2 /* name */
            aastore
            dup
            iconst_1
         2: .line 1989
            aload 3 /* binaryRepresentation */
            aastore
            dup
            iconst_2
         3: .line 1990
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
         4: .line 1991
            aload 3 /* binaryRepresentation */
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
         5: .line 1992
            aload 1 /* classLoader */
            aastore
            dup
            iconst_5
         6: .line 1993
            aload 4 /* protectionDomain */
            aastore
         7: .line 1987
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
         8: areturn
         9: .line 1994
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 5 /* exception */
        start local 5 // java.lang.IllegalAccessException exception
        10: .line 1995
            new java.lang.IllegalStateException
            dup
            ldc "Could not access Unsafe::defineClass"
            aload 5 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.IllegalAccessException exception
        11: .line 1996
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 5 /* exception */
        start local 5 // java.lang.reflect.InvocationTargetException exception
        12: .line 1997
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking Unsafe::defineClass"
            aload 5 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.reflect.InvocationTargetException exception
        end local 4 // java.security.ProtectionDomain protectionDomain
        end local 3 // byte[] binaryRepresentation
        end local 2 // java.lang.String name
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   13     0                  this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingUnsafe$Dispatcher$Enabled;
            0   13     1           classLoader  Ljava/lang/ClassLoader;
            0   13     2                  name  Ljava/lang/String;
            0   13     3  binaryRepresentation  [B
            0   13     4      protectionDomain  Ljava/security/ProtectionDomain;
           10   11     5             exception  Ljava/lang/IllegalAccessException;
           12   13     5             exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     8       9  Class java.lang.IllegalAccessException
           0     8      11  Class java.lang.reflect.InvocationTargetException
    Signature: (Ljava/lang/ClassLoader;Ljava/lang/String;[BLjava/security/ProtectionDomain;)Ljava/lang/Class<*>;
    MethodParameters:
                      Name  Flags
      classLoader           
      name                  
      binaryRepresentation  
      protectionDomain      
}
SourceFile: "ClassInjector.java"
NestHost: net.bytebuddy.dynamic.loading.ClassInjector
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public UsingUnsafe = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe of net.bytebuddy.dynamic.loading.ClassInjector
  protected abstract Dispatcher = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe
  public Enabled = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Enabled of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher
  public abstract Initializable = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Initializable of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher
  public Unavailable = net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher$Unavailable of net.bytebuddy.dynamic.loading.ClassInjector$UsingUnsafe$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()