public class net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm implements net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm
  super_class: java.lang.Object
{
  private static final java.lang.Object[] NO_ARGUMENTS;
    descriptor: [Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1577
            iconst_0
            anewarray java.lang.Object
            putstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
        start local 1 // java.lang.reflect.Method privateLookupIn
        start local 2 // java.lang.reflect.Method lookupClass
        start local 3 // java.lang.reflect.Method lookupModes
        start local 4 // java.lang.reflect.Method dropLookupMode
        start local 5 // java.lang.reflect.Method defineClass
         0: .line 1613
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1614
            aload 0 /* this */
            aload 1 /* privateLookupIn */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.privateLookupIn:Ljava/lang/reflect/Method;
         2: .line 1615
            aload 0 /* this */
            aload 2 /* lookupClass */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.lookupClass:Ljava/lang/reflect/Method;
         3: .line 1616
            aload 0 /* this */
            aload 3 /* lookupModes */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.lookupModes:Ljava/lang/reflect/Method;
         4: .line 1617
            aload 0 /* this */
            aload 5 /* defineClass */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.defineClass:Ljava/lang/reflect/Method;
         5: .line 1618
            aload 0 /* this */
            aload 4 /* dropLookupMode */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.dropLookupMode:Ljava/lang/reflect/Method;
         6: .line 1619
            return
        end local 5 // java.lang.reflect.Method defineClass
        end local 4 // java.lang.reflect.Method dropLookupMode
        end local 3 // java.lang.reflect.Method lookupModes
        end local 2 // java.lang.reflect.Method lookupClass
        end local 1 // java.lang.reflect.Method privateLookupIn
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm;
            0    7     1  privateLookupIn  Ljava/lang/reflect/Method;
            0    7     2      lookupClass  Ljava/lang/reflect/Method;
            0    7     3      lookupModes  Ljava/lang/reflect/Method;
            0    7     4   dropLookupMode  Ljava/lang/reflect/Method;
            0    7     5      defineClass  Ljava/lang/reflect/Method;
    MethodParameters:
                 Name  Flags
      privateLookupIn  
      lookupClass      
      lookupModes      
      dropLookupMode   
      defineClass      

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

  public java.lang.Class<?> lookupType();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
        start local 1 // java.lang.Object lookup
         0: .line 1633
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.lookupClass:Ljava/lang/reflect/Method;
            aload 1 /* lookup */
            getstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
         1: areturn
         2: .line 1634
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 1635
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodHandles$Lookup#lookupClass"
            aload 2 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException exception
         4: .line 1636
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 1637
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodHandles$Lookup#lookupClass"
            aload 2 /* 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 2 // java.lang.reflect.InvocationTargetException exception
        end local 1 // java.lang.Object lookup
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm;
            0    6     1     lookup  Ljava/lang/Object;
            3    4     2  exception  Ljava/lang/IllegalAccessException;
            5    6     2  exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Signature: (Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
        Name  Flags
      lookup  

  public int lookupModes(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
        start local 1 // java.lang.Object lookup
         0: .line 1646
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.lookupModes:Ljava/lang/reflect/Method;
            aload 1 /* lookup */
            getstatic net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
         1: ireturn
         2: .line 1647
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 1648
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodHandles$Lookup#lookupModes"
            aload 2 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalAccessException exception
         4: .line 1649
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 1650
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodHandles$Lookup#lookupModes"
            aload 2 /* 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 2 // java.lang.reflect.InvocationTargetException exception
        end local 1 // java.lang.Object lookup
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm;
            0    6     1     lookup  Ljava/lang/Object;
            3    4     2  exception  Ljava/lang/IllegalAccessException;
            5    6     2  exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
        Name  Flags
      lookup  

  public java.lang.Object dropLookupMode(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
        start local 1 // java.lang.Object lookup
        start local 2 // int mode
         0: .line 1659
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.dropLookupMode:Ljava/lang/reflect/Method;
            aload 1 /* lookup */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* mode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 1660
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1661
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodHandles$Lookup#lookupModes"
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 1662
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1663
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodHandles$Lookup#lookupModes"
            aload 3 /* 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 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // int mode
        end local 1 // java.lang.Object lookup
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm;
            0    6     1     lookup  Ljava/lang/Object;
            0    6     2       mode  I
            3    4     3  exception  Ljava/lang/IllegalAccessException;
            5    6     3  exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
        Name  Flags
      lookup  
      mode    

  public  resolve(, java.lang.Class<?>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
        start local 1 // java.lang.Object lookup
        start local 2 // java.lang.Class type
         0: .line 1672
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.privateLookupIn:Ljava/lang/reflect/Method;
            aconst_null
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* type */
            aastore
            dup
            iconst_1
            aload 1 /* lookup */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 1673
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1674
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodHandles#privateLookupIn"
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 1675
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1676
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodHandles#privateLookupIn"
            aload 3 /* 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 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // java.lang.Class type
        end local 1 // java.lang.Object lookup
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm;
            0    6     1     lookup  Ljava/lang/Object;
            0    6     2       type  Ljava/lang/Class<*>;
            3    4     3  exception  Ljava/lang/IllegalAccessException;
            5    6     3  exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Signature: (Ljava/lang/Object;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      lookup  
      type    

  public java.lang.Class<?> defineClass(, byte[]);
    descriptor: (Ljava/lang/Object;[B)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
        start local 1 // java.lang.Object lookup
        start local 2 // byte[] binaryRepresentation
         0: .line 1685
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm.defineClass:Ljava/lang/reflect/Method;
            aload 1 /* lookup */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* binaryRepresentation */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
         1: areturn
         2: .line 1686
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1687
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.invoke.MethodHandles$Lookup#defineClass"
            aload 3 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException exception
         4: .line 1688
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1689
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.invoke.MethodHandles$Lookup#defineClass"
            aload 3 /* 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 3 // java.lang.reflect.InvocationTargetException exception
        end local 2 // byte[] binaryRepresentation
        end local 1 // java.lang.Object lookup
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm;
            0    6     1                lookup  Ljava/lang/Object;
            0    6     2  binaryRepresentation  [B
            3    4     3             exception  Ljava/lang/IllegalAccessException;
            5    6     3             exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Signature: (Ljava/lang/Object;[B)Ljava/lang/Class<*>;
    MethodParameters:
                      Name  Flags
      lookup                
      binaryRepresentation  
}
SourceFile: "ClassInjector.java"
NestHost: net.bytebuddy.dynamic.loading.ClassInjector
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public UsingLookup = net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup of net.bytebuddy.dynamic.loading.ClassInjector
  protected abstract Dispatcher = net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher of net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup
  public ForJava9CapableVm = net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher$ForJava9CapableVm of net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()