public class net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm extends net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm
  super_class: net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
{
  private final java.lang.reflect.Method getClassLoadingLock;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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=5, locals=6, args_size=6
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm this
        start local 1 // java.lang.reflect.Method findLoadedClass
        start local 2 // java.lang.reflect.Method defineClass
        start local 3 // java.lang.reflect.Method getPackage
        start local 4 // java.lang.reflect.Method definePackage
        start local 5 // java.lang.reflect.Method getClassLoadingLock
         0: .line 1212
            aload 0 /* this */
            aload 1 /* findLoadedClass */
            aload 2 /* defineClass */
            aload 3 /* getPackage */
            aload 4 /* definePackage */
            invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride.<init>:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
         1: .line 1213
            aload 0 /* this */
            aload 5 /* getClassLoadingLock */
            putfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm.getClassLoadingLock:Ljava/lang/reflect/Method;
         2: .line 1214
            return
        end local 5 // java.lang.reflect.Method getClassLoadingLock
        end local 4 // java.lang.reflect.Method definePackage
        end local 3 // java.lang.reflect.Method getPackage
        end local 2 // java.lang.reflect.Method defineClass
        end local 1 // java.lang.reflect.Method findLoadedClass
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm;
            0    3     1      findLoadedClass  Ljava/lang/reflect/Method;
            0    3     2          defineClass  Ljava/lang/reflect/Method;
            0    3     3           getPackage  Ljava/lang/reflect/Method;
            0    3     4        definePackage  Ljava/lang/reflect/Method;
            0    3     5  getClassLoadingLock  Ljava/lang/reflect/Method;
    MethodParameters:
                     Name  Flags
      findLoadedClass      
      defineClass          
      getPackage           
      definePackage        
      getClassLoadingLock  

  public java.lang.Object getClassLoadingLock(java.lang.ClassLoader, java.lang.String);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // java.lang.String name
         0: .line 1221
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm.getClassLoadingLock:Ljava/lang/reflect/Method;
            aload 1 /* classLoader */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* name */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 1222
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1223
            new java.lang.IllegalStateException
            dup
            ldc "Could not access java.lang.ClassLoader#getClassLoadingLock"
            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 1224
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1225
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.ClassLoader#getClassLoadingLock"
            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.String name
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lnet/bytebuddy/dynamic/loading/ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm;
            0    6     1  classLoader  Ljava/lang/ClassLoader;
            0    6     2         name  Ljava/lang/String;
            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
      classLoader  
      name         
}
SourceFile: "ClassInjector.java"
NestHost: net.bytebuddy.dynamic.loading.ClassInjector
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public UsingReflection = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection of net.bytebuddy.dynamic.loading.ClassInjector
  protected abstract Dispatcher = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection
  public abstract UsingUnsafeOverride = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher
  protected ForJava7CapableVm = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride$ForJava7CapableVm of net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeOverride
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()