class org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver$InstrumentationAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver$InstrumentationAccessor
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver$InstrumentationAccessor this
         0: .line 159
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver$InstrumentationAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/instrument/classloading/InstrumentationLoadTimeWeaver$InstrumentationAccessor;

  public static java.lang.instrument.Instrumentation getInstrumentation();
    descriptor: ()Ljava/lang/instrument/Instrumentation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInstrumentationSavingAgent cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InstrumentationLoadTimeWeaver.java"
NestHost: org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
InnerClasses:
  private InstrumentationAccessor = org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver$InstrumentationAccessor of org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver