public class net.bytebuddy.agent.Installer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.Installer
  super_class: java.lang.Object
{
  private static volatile java.lang.instrument.Instrumentation instrumentation;
    descriptor: Ljava/lang/instrument/Instrumentation;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.Installer this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            new java.lang.UnsupportedOperationException
            dup
            ldc "This class is a utility class and not supposed to be instantiated"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.agent.Installer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/agent/Installer;

  public static java.lang.instrument.Instrumentation getInstrumentation();
    descriptor: ()Ljava/lang/instrument/Instrumentation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 55
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 0 /* securityManager */
        start local 0 // java.lang.SecurityManager securityManager
         1: .line 56
            aload 0 /* securityManager */
            ifnull 3
         2: .line 57
            aload 0 /* securityManager */
            new java.lang.RuntimePermission
            dup
            ldc "getInstrumentation"
            invokespecial java.lang.RuntimePermission.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         3: .line 59
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            getstatic net.bytebuddy.agent.Installer.instrumentation:Ljava/lang/instrument/Instrumentation;
            astore 1 /* instrumentation */
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         4: .line 60
            aload 1 /* instrumentation */
            ifnonnull 6
         5: .line 61
            new java.lang.IllegalStateException
            dup
            ldc "The Byte Buddy agent is not loaded or this method is not called via the system class loader"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 63
      StackMap locals: java.lang.instrument.Instrumentation
      StackMap stack:
            aload 1 /* instrumentation */
            areturn
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.SecurityManager securityManager
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            1    7     0  securityManager  Ljava/lang/SecurityManager;
            4    7     1  instrumentation  Ljava/lang/instrument/Instrumentation;

  public static void premain(java.lang.String, java.lang.instrument.Instrumentation);
    descriptor: (Ljava/lang/String;Ljava/lang/instrument/Instrumentation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.String agentArguments
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         0: .line 73
            aload 1 /* instrumentation */
            putstatic net.bytebuddy.agent.Installer.instrumentation:Ljava/lang/instrument/Instrumentation;
         1: .line 74
            return
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.String agentArguments
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0   agentArguments  Ljava/lang/String;
            0    2     1  instrumentation  Ljava/lang/instrument/Instrumentation;
    MethodParameters:
                 Name  Flags
      agentArguments   
      instrumentation  

  public static void agentmain(java.lang.String, java.lang.instrument.Instrumentation);
    descriptor: (Ljava/lang/String;Ljava/lang/instrument/Instrumentation;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.String agentArguments
        start local 1 // java.lang.instrument.Instrumentation instrumentation
         0: .line 84
            aload 1 /* instrumentation */
            putstatic net.bytebuddy.agent.Installer.instrumentation:Ljava/lang/instrument/Instrumentation;
         1: .line 85
            return
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // java.lang.String agentArguments
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0   agentArguments  Ljava/lang/String;
            0    2     1  instrumentation  Ljava/lang/instrument/Instrumentation;
    MethodParameters:
                 Name  Flags
      agentArguments   
      instrumentation  
}
SourceFile: "Installer.java"