class org.graalvm.compiler.core.test.AllocSpy$CountedValue implements java.lang.Comparable<org.graalvm.compiler.core.test.AllocSpy$CountedValue>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.AllocSpy$CountedValue
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue 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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;
    MethodParameters:
       Name  Flags
      count  
      value  

  public int compareTo(org.graalvm.compiler.core.test.AllocSpy$CountedValue);
    descriptor: (Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue this
         0: .line 312
            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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue this
         0: .line 322
            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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;

  public void inc();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue this
         0: .line 326
            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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;

  public void add(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue this
         0: .line 330
            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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;
    MethodParameters:
      Name  Flags
      n     

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue this
         0: .line 334
            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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.AllocSpy$CountedValue this
         0: .line 338
            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$CountedValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/graalvm/compiler/core/test/AllocSpy$CountedValue;>;
SourceFile: "AllocSpy.java"
NestHost: org.graalvm.compiler.core.test.AllocSpy
InnerClasses:
  CountedValue = org.graalvm.compiler.core.test.AllocSpy$CountedValue of org.graalvm.compiler.core.test.AllocSpy