public class net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm implements net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm
  super_class: java.lang.Object
{
  private final java.lang.reflect.Method isRetransformClassesSupported;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.lang.reflect.Method retransformClasses;
    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);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
        start local 1 // java.lang.reflect.Method isRetransformClassesSupported
        start local 2 // java.lang.reflect.Method addTransformer
        start local 3 // java.lang.reflect.Method retransformClasses
         0: .line 1397
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1398
            aload 0 /* this */
            aload 1 /* isRetransformClassesSupported */
            putfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm.isRetransformClassesSupported:Ljava/lang/reflect/Method;
         2: .line 1399
            aload 0 /* this */
            aload 2 /* addTransformer */
            putfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm.addTransformer:Ljava/lang/reflect/Method;
         3: .line 1400
            aload 0 /* this */
            aload 3 /* retransformClasses */
            putfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm.retransformClasses:Ljava/lang/reflect/Method;
         4: .line 1401
            return
        end local 3 // java.lang.reflect.Method retransformClasses
        end local 2 // java.lang.reflect.Method addTransformer
        end local 1 // java.lang.reflect.Method isRetransformClassesSupported
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    5     0                           this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm;
            0    5     1  isRetransformClassesSupported  Ljava/lang/reflect/Method;
            0    5     2                 addTransformer  Ljava/lang/reflect/Method;
            0    5     3             retransformClasses  Ljava/lang/reflect/Method;
    MethodParameters:
                               Name  Flags
      isRetransformClassesSupported  
      addTransformer                 
      retransformClasses             

  public boolean isRetransformClassesSupported(java.lang.instrument.Instrumentation);
    descriptor: (Ljava/lang/instrument/Instrumentation;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         0: .line 1408
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm.isRetransformClassesSupported:Ljava/lang/reflect/Method;
            aload 1 /* instrumentation */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         1: ireturn
         2: .line 1409
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 2 /* exception */
        start local 2 // java.lang.IllegalAccessException exception
         3: .line 1410
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.instrument.Instrumentation#isRetransformClassesSupported"
            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 1411
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* exception */
        start local 2 // java.lang.reflect.InvocationTargetException exception
         5: .line 1412
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.instrument.Instrumentation#isRetransformClassesSupported"
            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.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm;
            0    6     1  instrumentation  Ljava/lang/instrument/Instrumentation;
            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
      instrumentation  

  public void addTransformer(java.lang.instrument.Instrumentation, java.lang.instrument.ClassFileTransformer, boolean);
    descriptor: (Ljava/lang/instrument/Instrumentation;Ljava/lang/instrument/ClassFileTransformer;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // java.lang.instrument.ClassFileTransformer classFileTransformer
        start local 3 // boolean canRetransform
         0: .line 1421
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm.addTransformer:Ljava/lang/reflect/Method;
            aload 1 /* instrumentation */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* classFileTransformer */
            aastore
            dup
            iconst_1
            iload 3 /* canRetransform */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1422
            goto 6
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 4 /* exception */
        start local 4 // java.lang.IllegalAccessException exception
         3: .line 1423
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.instrument.Instrumentation#addTransformer"
            aload 4 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.IllegalAccessException exception
         4: .line 1424
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 4 /* exception */
        start local 4 // java.lang.reflect.InvocationTargetException exception
         5: .line 1425
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.instrument.Instrumentation#addTransformer"
            aload 4 /* 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 4 // java.lang.reflect.InvocationTargetException exception
         6: .line 1427
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean canRetransform
        end local 2 // java.lang.instrument.ClassFileTransformer classFileTransformer
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm;
            0    7     1       instrumentation  Ljava/lang/instrument/Instrumentation;
            0    7     2  classFileTransformer  Ljava/lang/instrument/ClassFileTransformer;
            0    7     3        canRetransform  Z
            3    4     4             exception  Ljava/lang/IllegalAccessException;
            5    6     4             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
      instrumentation       
      classFileTransformer  
      canRetransform        

  public void retransformClasses(java.lang.instrument.Instrumentation, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/instrument/Instrumentation;[Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // java.lang.Class[] type
         0: .line 1434
            aload 0 /* this */
            getfield net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm.retransformClasses:Ljava/lang/reflect/Method;
            aload 1 /* instrumentation */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* type */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1435
            goto 9
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
         2: astore 3 /* exception */
        start local 3 // java.lang.IllegalAccessException exception
         3: .line 1436
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.instrument.Instrumentation#retransformClasses"
            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 1437
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* exception */
        start local 3 // java.lang.reflect.InvocationTargetException exception
         5: .line 1438
            aload 3 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            astore 4 /* cause */
        start local 4 // java.lang.Throwable cause
         6: .line 1439
            aload 4 /* cause */
            instanceof java.lang.instrument.UnmodifiableClassException
            ifeq 8
         7: .line 1440
            aload 4 /* cause */
            checkcast java.lang.instrument.UnmodifiableClassException
            athrow
         8: .line 1442
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.instrument.Instrumentation#retransformClasses"
            aload 4 /* cause */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Throwable cause
        end local 3 // java.lang.reflect.InvocationTargetException exception
         9: .line 1445
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Class[] type
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lnet/bytebuddy/dynamic/ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm;
            0   10     1  instrumentation  Ljava/lang/instrument/Instrumentation;
            0   10     2             type  [Ljava/lang/Class;
            3    4     3        exception  Ljava/lang/IllegalAccessException;
            5    9     3        exception  Ljava/lang/reflect/InvocationTargetException;
            6    9     4            cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws java.lang.instrument.UnmodifiableClassException
    Signature: (Ljava/lang/instrument/Instrumentation;[Ljava/lang/Class<*>;)V
    MethodParameters:
                 Name  Flags
      instrumentation  
      type             
}
SourceFile: "ClassFileLocator.java"
NestHost: net.bytebuddy.dynamic.ClassFileLocator
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public AgentBased = net.bytebuddy.dynamic.ClassFileLocator$AgentBased of net.bytebuddy.dynamic.ClassFileLocator
  protected abstract Dispatcher = net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher of net.bytebuddy.dynamic.ClassFileLocator$AgentBased
  public ForJava6CapableVm = net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher$ForJava6CapableVm of net.bytebuddy.dynamic.ClassFileLocator$AgentBased$Dispatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()