public class net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate implements net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate
  super_class: java.lang.Object
{
  private final net.bytebuddy.agent.builder.AgentBuilder$CircularityLock circularityLock;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.agent.builder.AgentBuilder$CircularityLock);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$CircularityLock circularityLock
         0: .line 3572
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3573
            aload 0 /* this */
            aload 1 /* circularityLock */
            putfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate.circularityLock:Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
         2: .line 3574
            return
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$CircularityLock circularityLock
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate;
            0    3     1  circularityLock  Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
    MethodParameters:
                 Name  Flags
      circularityLock  

  public java.lang.Class<?> load(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate this
        start local 1 // java.lang.String name
        start local 2 // java.lang.ClassLoader classLoader
         0: .line 3580
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate.circularityLock:Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$CircularityLock.release:()V
         1: .line 3582
            aload 1 /* name */
            iconst_0
            aload 2 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 4
         2: .line 3584
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate.circularityLock:Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$CircularityLock.acquire:()Z
            pop
         3: .line 3582
            aload 4
            areturn
         4: .line 3583
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 3584
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate.circularityLock:Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$CircularityLock.acquire:()Z
            pop
         6: .line 3585
            aload 3
            athrow
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate;
            0    7     1         name  Ljava/lang/String;
            0    7     2  classLoader  Ljava/lang/ClassLoader;
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class<*>;
    MethodParameters:
             Name  Flags
      name         
      classLoader  
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract CircularityLock = net.bytebuddy.agent.builder.AgentBuilder$CircularityLock of net.bytebuddy.agent.builder.AgentBuilder
  public abstract DescriptionStrategy = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public SuperTypeLoading = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading of net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy
  protected UnlockingClassLoadingDelegate = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$UnlockingClassLoadingDelegate of net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public SuperTypeLoading = net.bytebuddy.description.type.TypeDescription$SuperTypeLoading of net.bytebuddy.description.type.TypeDescription
  public abstract ClassLoadingDelegate = net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingDelegate of net.bytebuddy.description.type.TypeDescription$SuperTypeLoading
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()