public class com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleDSLNode[] nodes;
    descriptor: [Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$SimpleDSLNode;
    flags: (0x0010) ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState this
         0: .line 140
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 142
            aload 0 /* this */
            sipush 10000
            anewarray com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleDSLNode
            putfield com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState.nodes:[Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$SimpleDSLNode;
         2: .line 140
            return
        end local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$SimpleSecondIterationState;

  public void setup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSimpleDSLNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/benchmark/DSLInterpreterBenchmark$SimpleSecondIterationState;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Setup(value = org.openjdk.jmh.annotations.Level.Invocation:Lorg/openjdk/jmh/annotations/Level;)
}
SourceFile: "DSLInterpreterBenchmark.java"
NestHost: com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark
InnerClasses:
  abstract SimpleDSLNode = com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleDSLNode of com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark
  public SimpleSecondIterationState = com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark$SimpleSecondIterationState of com.oracle.truffle.api.benchmark.DSLInterpreterBenchmark
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.State(value = org.openjdk.jmh.annotations.Scope.Thread:Lorg/openjdk/jmh/annotations/Scope;)