class org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral extends org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral
  super_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode
{
  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tInstrumentationCompilerTestBaseNodeWrapper cannot be resolved to a type\n\tSavingInstrumentOptionDescriptors cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$IntLiteral;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral this
         0: .line 137
            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.truffle.test.InstrumentationCompilerTest$IntLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$IntLiteral;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "InstrumentationCompilerTest.java"
NestHost: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
InnerClasses:
  abstract InstrumentationCompilerTestBaseNode = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
  IntLiteral = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest