class com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue oldValue;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue newValue;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.List<com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode> children;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;>;

  void <init>(com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue, com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue oldValue
        start local 2 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue newValue
         0: .line 731
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 732
            aload 0 /* this */
            aload 1 /* oldValue */
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.oldValue:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
         2: .line 733
            aload 0 /* this */
            aload 2 /* newValue */
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.newValue:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
         3: .line 734
            return
        end local 2 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue newValue
        end local 1 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue oldValue
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$FutureNode;
            0    4     1  oldValue  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
            0    4     2  newValue  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
    MethodParameters:
          Name  Flags
      oldValue  
      newValue  

  void addChild(com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode node
         0: .line 737
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.children:Ljava/util/List;
            ifnonnull 2
         1: .line 738
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.children:Ljava/util/List;
         2: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.children:Ljava/util/List;
            aload 1 /* node */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 741
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode node
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$FutureNode;
            0    4     1  node  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;
    MethodParameters:
      Name  Flags
      node  

  com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode toNode();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode this
         0: .line 744
            invokestatic com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage.getCurrentContext:()Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage$LanguageContext;
            invokevirtual com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext.getEnv:()Lcom/oracle/truffle/api/TruffleLanguage$Env;
            ldc Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            invokevirtual com.oracle.truffle.api.TruffleLanguage$Env.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.AllocationReporter
            astore 1 /* reporter */
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
         1: .line 745
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.children:Ljava/util/List;
            ifnonnull 3
         2: .line 746
            new com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.oldValue:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.newValue:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
            aload 1 /* reporter */
            invokespecial com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode.<init>:(Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;Lcom/oracle/truffle/api/instrumentation/AllocationReporter;)V
            areturn
         3: .line 748
      StackMap locals: com.oracle.truffle.api.instrumentation.AllocationReporter
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.oldValue:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.newValue:Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;
            aload 1 /* reporter */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.children:Ljava/util/List;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode[]
            invokespecial com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode.<init>:(Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocValue;Lcom/oracle/truffle/api/instrumentation/AllocationReporter;[Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$AllocNode;)V
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationReporter reporter
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationReporterLanguage$FutureNode;
            1    4     1  reporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
}
SourceFile: "AllocationReporterTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest
InnerClasses:
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public AllocationReporterLanguage = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest
  private AllocNode = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocNode of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage
  private AllocValue = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$AllocValue of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage
  private FutureNode = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage$FutureNode of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationReporterLanguage
  public LanguageContext = com.oracle.truffle.api.test.polyglot.ProxyLanguage$LanguageContext of com.oracle.truffle.api.test.polyglot.ProxyLanguage