public class org.graalvm.compiler.core.test.PushNodesThroughPiTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.PushNodesThroughPiTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest this
         0: .line 48
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PushNodesThroughPiTest;

  public static long test1Snippet(org.graalvm.compiler.core.test.PushNodesThroughPiTest$A);
    descriptor: (Lorg/graalvm/compiler/core/test/PushNodesThroughPiTest$A;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest$A a
         0: .line 66
            aload 0 /* a */
            checkcast org.graalvm.compiler.core.test.PushNodesThroughPiTest$C
            astore 1 /* c */
        start local 1 // org.graalvm.compiler.core.test.PushNodesThroughPiTest$C c
         1: .line 67
            aload 1 /* c */
            getfield org.graalvm.compiler.core.test.PushNodesThroughPiTest$C.x:J
            lstore 2 /* ret */
        start local 2 // long ret
         2: .line 68
            lload 2 /* ret */
            aload 1 /* c */
            getfield org.graalvm.compiler.core.test.PushNodesThroughPiTest$C.y:J
            ladd
            lstore 2 /* ret */
         3: .line 69
            lload 2 /* ret */
            aload 1 /* c */
            getfield org.graalvm.compiler.core.test.PushNodesThroughPiTest$C.z:J
            ladd
            lstore 2 /* ret */
         4: .line 71
            lload 2 /* ret */
            aload 1 /* c */
            ifnull 5
            bipush 100
            goto 6
      StackMap locals: org.graalvm.compiler.core.test.PushNodesThroughPiTest$A org.graalvm.compiler.core.test.PushNodesThroughPiTest$C long
      StackMap stack: long
         5: sipush 200
      StackMap locals: org.graalvm.compiler.core.test.PushNodesThroughPiTest$A org.graalvm.compiler.core.test.PushNodesThroughPiTest$C long
      StackMap stack: long int
         6: i2l
            ladd
            lstore 2 /* ret */
         7: .line 72
            lload 2 /* ret */
            lreturn
        end local 2 // long ret
        end local 1 // org.graalvm.compiler.core.test.PushNodesThroughPiTest$C c
        end local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest$A a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     a  Lorg/graalvm/compiler/core/test/PushNodesThroughPiTest$A;
            1    8     1     c  Lorg/graalvm/compiler/core/test/PushNodesThroughPiTest$C;
            2    8     2   ret  J
    MethodParameters:
      Name  Flags
      a     

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIgnore cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PushNodesThroughPiTest;
    RuntimeInvisibleAnnotations: 
      Ignore()
      Test()

  private org.graalvm.compiler.nodes.StructuredGraph compileTestSnippet(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest this
        start local 1 // java.lang.String snippet
         0: .line 105
            aload 0 /* this */
            aload 1 /* snippet */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.NO:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            invokevirtual org.graalvm.compiler.core.test.PushNodesThroughPiTest.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 2 /* graph */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 106
            new org.graalvm.compiler.phases.tiers.PhaseContext
            dup
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.PushNodesThroughPiTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokespecial org.graalvm.compiler.phases.tiers.PhaseContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;)V
            astore 3 /* context */
        start local 3 // org.graalvm.compiler.phases.tiers.PhaseContext context
         2: .line 107
            new org.graalvm.compiler.phases.common.CanonicalizerPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.CanonicalizerPhase.<init>:()V
            astore 4 /* canonicalizer */
        start local 4 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
         3: .line 108
            new org.graalvm.compiler.phases.common.LoweringPhase
            dup
            aload 4 /* canonicalizer */
            getstatic org.graalvm.compiler.nodes.spi.LoweringTool$StandardLoweringStage.HIGH_TIER:Lorg/graalvm/compiler/nodes/spi/LoweringTool$StandardLoweringStage;
            invokespecial org.graalvm.compiler.phases.common.LoweringPhase.<init>:(Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;Lorg/graalvm/compiler/nodes/spi/LoweringTool$LoweringStage;)V
            aload 2 /* graph */
            aload 3 /* context */
            invokevirtual org.graalvm.compiler.phases.common.LoweringPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         4: .line 109
            aload 4 /* canonicalizer */
            aload 2 /* graph */
            aload 3 /* context */
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         5: .line 110
            aload 4 /* canonicalizer */
            aload 2 /* graph */
            aload 3 /* context */
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         6: .line 112
            aload 2 /* graph */
            areturn
        end local 4 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
        end local 3 // org.graalvm.compiler.phases.tiers.PhaseContext context
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.core.test.PushNodesThroughPiTest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/graalvm/compiler/core/test/PushNodesThroughPiTest;
            0    7     1        snippet  Ljava/lang/String;
            1    7     2          graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    7     3        context  Lorg/graalvm/compiler/phases/tiers/PhaseContext;
            3    7     4  canonicalizer  Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
    MethodParameters:
         Name  Flags
      snippet  final
}
SourceFile: "PushNodesThroughPiTest.java"
NestMembers:
  org.graalvm.compiler.core.test.PushNodesThroughPiTest$A  org.graalvm.compiler.core.test.PushNodesThroughPiTest$B  org.graalvm.compiler.core.test.PushNodesThroughPiTest$C
InnerClasses:
  public A = org.graalvm.compiler.core.test.PushNodesThroughPiTest$A of org.graalvm.compiler.core.test.PushNodesThroughPiTest
  public B = org.graalvm.compiler.core.test.PushNodesThroughPiTest$B of org.graalvm.compiler.core.test.PushNodesThroughPiTest
  public C = org.graalvm.compiler.core.test.PushNodesThroughPiTest$C of org.graalvm.compiler.core.test.PushNodesThroughPiTest
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph
  public abstract LoweringStage = org.graalvm.compiler.nodes.spi.LoweringTool$LoweringStage of org.graalvm.compiler.nodes.spi.LoweringTool
  public final StandardLoweringStage = org.graalvm.compiler.nodes.spi.LoweringTool$StandardLoweringStage of org.graalvm.compiler.nodes.spi.LoweringTool