class org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google cannot be resolved\n\tThe import com.google cannot be resolved\n\tAllocationRecorder cannot be resolved to a type\n\tAllocationRecorder cannot be resolved\n\tAllocationRecorder cannot be resolved to a type\n\tSampler cannot be resolved to a type\n\tThe method sampleAllocation(int, String, Object, long) of type AllocSpy.GraalContextSampler must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$GraalContextSampler;

  public void sampleAllocation(int, java.lang.String, java.lang.Object, long);
    descriptor: (ILjava/lang/String;Ljava/lang/Object;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler this
         0: .line 240
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method sampleAllocation(int, String, Object, long) of type AllocSpy.GraalContextSampler must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$GraalContextSampler;
    MethodParameters:
        Name  Flags
      count   
      desc    
      newObj  
      size    

  protected java.lang.StringBuilder append(java.lang.StringBuilder, java.lang.StackTraceElement);
    descriptor: (Ljava/lang/StringBuilder;Ljava/lang/StackTraceElement;)Ljava/lang/StringBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler this
         0: .line 277
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$GraalContextSampler;
    MethodParameters:
      Name  Flags
      sb    
      e     
}
SourceFile: "AllocSpy.java"
NestHost: org.graalvm.compiler.core.test.AllocSpy
InnerClasses:
  GraalContextSampler = org.graalvm.compiler.core.test.AllocSpy$GraalContextSampler of org.graalvm.compiler.core.test.AllocSpy