class com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber
  super_class: java.lang.Object
{
  private java.math.BigInteger integer;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber this
        start local 1 // java.lang.String value
         0: .line 884
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 885
            aload 0 /* this */
            new java.math.BigInteger
            dup
            aload 1 /* value */
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber.integer:Ljava/math/BigInteger;
         2: .line 886
            return
        end local 1 // java.lang.String value
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$BigNumber;
            0    3     1  value  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      value  

  long getSize();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber this
         0: .line 890
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber.integer:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitCount:()I
            bipush 8
            idiv
            i2l
            lreturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$BigNumber;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "AllocationReporterTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  private BigNumber = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$BigNumber of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest