public final class com.oracle.truffle.tools.profiler.HeapSummary
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.HeapSummary
  super_class: java.lang.Object
{
  long totalInstances;
    descriptor: J
    flags: (0x0000) 

  long aliveInstances;
    descriptor: J
    flags: (0x0000) 

  long totalBytes;
    descriptor: J
    flags: (0x0000) 

  long aliveBytes;
    descriptor: J
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            return
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/profiler/HeapSummary;

  void <init>(com.oracle.truffle.tools.profiler.HeapSummary);
    descriptor: (Lcom/oracle/truffle/tools/profiler/HeapSummary;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
        start local 1 // com.oracle.truffle.tools.profiler.HeapSummary summary
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* summary */
            invokevirtual com.oracle.truffle.tools.profiler.HeapSummary.add:(Lcom/oracle/truffle/tools/profiler/HeapSummary;)V
         2: .line 44
            return
        end local 1 // com.oracle.truffle.tools.profiler.HeapSummary summary
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/tools/profiler/HeapSummary;
            0    3     1  summary  Lcom/oracle/truffle/tools/profiler/HeapSummary;
    MethodParameters:
         Name  Flags
      summary  

  void add(com.oracle.truffle.tools.profiler.HeapSummary);
    descriptor: (Lcom/oracle/truffle/tools/profiler/HeapSummary;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
        start local 1 // com.oracle.truffle.tools.profiler.HeapSummary summary
         0: .line 47
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalBytes:J
            aload 1 /* summary */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalBytes:J
            ladd
            putfield com.oracle.truffle.tools.profiler.HeapSummary.totalBytes:J
         1: .line 48
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveInstances:J
            aload 1 /* summary */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveInstances:J
            ladd
            putfield com.oracle.truffle.tools.profiler.HeapSummary.aliveInstances:J
         2: .line 49
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalInstances:J
            aload 1 /* summary */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalInstances:J
            ladd
            putfield com.oracle.truffle.tools.profiler.HeapSummary.totalInstances:J
         3: .line 50
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveBytes:J
            aload 1 /* summary */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveBytes:J
            ladd
            putfield com.oracle.truffle.tools.profiler.HeapSummary.aliveBytes:J
         4: .line 51
            return
        end local 1 // com.oracle.truffle.tools.profiler.HeapSummary summary
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/tools/profiler/HeapSummary;
            0    5     1  summary  Lcom/oracle/truffle/tools/profiler/HeapSummary;
    MethodParameters:
         Name  Flags
      summary  

  public long getTotalInstances();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
         0: .line 59
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalInstances:J
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/HeapSummary;

  public long getAliveInstances();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
         0: .line 68
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveInstances:J
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/HeapSummary;

  public long getTotalBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
         0: .line 77
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalBytes:J
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/HeapSummary;

  public long getAliveBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
         0: .line 86
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveBytes:J
            lreturn
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/HeapSummary;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
         0: .line 96
            new java.lang.StringBuilder
            dup
            ldc "HeapSummary [totalInstances="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalInstances:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", aliveInstances="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveInstances:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", totalBytes="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.totalBytes:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", aliveBytes="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.HeapSummary.aliveBytes:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.HeapSummary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/HeapSummary;
}
SourceFile: "HeapSummary.java"