public class org.graalvm.compiler.truffle.test.InstrumentationCompilerTest extends org.graalvm.compiler.truffle.test.PartialEvaluationTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
  super_class: org.graalvm.compiler.truffle.test.PartialEvaluationTest
{
  static final com.oracle.truffle.api.source.SourceSection DUMMY_SECTION;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private com.oracle.truffle.api.test.polyglot.ProxyLanguage language;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/ProxyLanguage;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest;

  public void testSaveChildValues();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest this
         0: .line 64
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void setup(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest this
         0: .line 72
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest;
    MethodParameters:
                   Name  Flags
      enabledInstrument  

  private void testEquals(org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode, org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode, int);
    descriptor: (Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest;
    MethodParameters:
                         Name  Flags
      expected                 
      baseNode                 
      expectedInstrumentation  

  private com.oracle.truffle.api.nodes.RootNode createRoot(org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode, boolean);
    descriptor: (Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode;Z)Lcom/oracle/truffle/api/nodes/RootNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.InstrumentationCompilerTest this
         0: .line 90
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/InstrumentationCompilerTest;
    MethodParameters:
                      Name  Flags
      node                  
      allowInstrumentation  
}
SourceFile: "InstrumentationCompilerTest.java"
NestMembers:
  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$1  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$InstrumentationCompilerTestBaseNode  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$IntLiteral  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument  org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument$SavingNode
InnerClasses:
  AddNode = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$AddNode of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest
  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
  public final SavingInstrument = org.graalvm.compiler.truffle.test.InstrumentationCompilerTest$SavingInstrument of org.graalvm.compiler.truffle.test.InstrumentationCompilerTest