public class org.graalvm.compiler.core.test.PushThroughIfTest 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.PushThroughIfTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public int field1;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int field2;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  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.PushThroughIfTest this
         0: .line 36
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PushThroughIfTest;

  public int testSnippet(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
        start local 1 // boolean b
         0: .line 43
            iload 1 /* b */
            ifeq 3
         1: .line 44
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.PushThroughIfTest.field1:I
            istore 2 /* i */
        start local 2 // int i
         2: .line 45
            goto 4
        end local 2 // int i
         3: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.PushThroughIfTest.field1:I
            istore 2 /* i */
        start local 2 // int i
         4: .line 48
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.PushThroughIfTest.field2:I
            iadd
            ireturn
        end local 2 // int i
        end local 1 // boolean b
        end local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/core/test/PushThroughIfTest;
            0    5     1     b  Z
            2    3     2     i  I
            4    5     2     i  I
    MethodParameters:
      Name  Flags
      b     

  public int referenceSnippet(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
        start local 1 // boolean b
         0: .line 53
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.PushThroughIfTest.field1:I
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.PushThroughIfTest.field2:I
            iadd
            ireturn
        end local 1 // boolean b
        end local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PushThroughIfTest;
            0    1     1     b  Z
    MethodParameters:
      Name  Flags
      b     

  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.PushThroughIfTest this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PushThroughIfTest;
    RuntimeInvisibleAnnotations: 
      Test()

  private void test(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
        start local 1 // java.lang.String snippet
        start local 2 // java.lang.String reference
         0: .line 62
            aload 0 /* this */
            aload 1 /* snippet */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            invokevirtual org.graalvm.compiler.core.test.PushThroughIfTest.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 3 /* graph */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 63
            aload 3 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 4 /* debug */
        start local 4 // org.graalvm.compiler.debug.DebugContext debug
         2: .line 64
            aload 4 /* debug */
            iconst_1
            aload 3 /* graph */
            ldc "Graph"
            invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;)V
         3: .line 65
            aload 3 /* graph */
            getstatic org.graalvm.compiler.nodes.FrameState.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.snapshot:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: org.graalvm.compiler.core.test.PushThroughIfTest java.lang.String java.lang.String org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.FrameState
            astore 5 /* fs */
        start local 5 // org.graalvm.compiler.nodes.FrameState fs
         5: .line 66
            aload 5 /* fs */
            aconst_null
            invokevirtual org.graalvm.compiler.nodes.FrameState.replaceAtUsages:(Lorg/graalvm/compiler/graph/Node;)V
         6: .line 67
            aload 5 /* fs */
            invokestatic org.graalvm.compiler.nodes.util.GraphUtil.killWithUnusedFloatingInputs:(Lorg/graalvm/compiler/graph/Node;)V
        end local 5 // org.graalvm.compiler.nodes.FrameState fs
         7: .line 65
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 69
            new org.graalvm.compiler.phases.common.CanonicalizerPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.CanonicalizerPhase.<init>:()V
            aload 3 /* graph */
            new org.graalvm.compiler.phases.tiers.PhaseContext
            dup
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.PushThroughIfTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokespecial org.graalvm.compiler.phases.tiers.PhaseContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;)V
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         9: .line 70
            new org.graalvm.compiler.phases.common.CanonicalizerPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.CanonicalizerPhase.<init>:()V
            aload 3 /* graph */
            new org.graalvm.compiler.phases.tiers.PhaseContext
            dup
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.PushThroughIfTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokespecial org.graalvm.compiler.phases.tiers.PhaseContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;)V
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        10: .line 72
            aload 0 /* this */
            aload 2 /* reference */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            invokevirtual org.graalvm.compiler.core.test.PushThroughIfTest.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 5 /* referenceGraph */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph referenceGraph
        11: .line 73
            aload 5 /* referenceGraph */
            getstatic org.graalvm.compiler.nodes.FrameState.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.snapshot:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 15
      StackMap locals: org.graalvm.compiler.core.test.PushThroughIfTest java.lang.String java.lang.String org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext org.graalvm.compiler.nodes.StructuredGraph top java.util.Iterator
      StackMap stack:
        12: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.FrameState
            astore 6 /* fs */
        start local 6 // org.graalvm.compiler.nodes.FrameState fs
        13: .line 74
            aload 6 /* fs */
            aconst_null
            invokevirtual org.graalvm.compiler.nodes.FrameState.replaceAtUsages:(Lorg/graalvm/compiler/graph/Node;)V
        14: .line 75
            aload 6 /* fs */
            invokestatic org.graalvm.compiler.nodes.util.GraphUtil.killWithUnusedFloatingInputs:(Lorg/graalvm/compiler/graph/Node;)V
        end local 6 // org.graalvm.compiler.nodes.FrameState fs
        15: .line 73
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        16: .line 77
            new org.graalvm.compiler.phases.common.CanonicalizerPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.CanonicalizerPhase.<init>:()V
            aload 5 /* referenceGraph */
            new org.graalvm.compiler.phases.tiers.PhaseContext
            dup
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.PushThroughIfTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            invokespecial org.graalvm.compiler.phases.tiers.PhaseContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;)V
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        17: .line 78
            aload 0 /* this */
            aload 5 /* referenceGraph */
            aload 3 /* graph */
            invokevirtual org.graalvm.compiler.core.test.PushThroughIfTest.assertEquals:(Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/StructuredGraph;)V
        18: .line 79
            return
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph referenceGraph
        end local 4 // org.graalvm.compiler.debug.DebugContext debug
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 2 // java.lang.String reference
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.core.test.PushThroughIfTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lorg/graalvm/compiler/core/test/PushThroughIfTest;
            0   19     1         snippet  Ljava/lang/String;
            0   19     2       reference  Ljava/lang/String;
            1   19     3           graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2   19     4           debug  Lorg/graalvm/compiler/debug/DebugContext;
            5    7     5              fs  Lorg/graalvm/compiler/nodes/FrameState;
           11   19     5  referenceGraph  Lorg/graalvm/compiler/nodes/StructuredGraph;
           13   15     6              fs  Lorg/graalvm/compiler/nodes/FrameState;
    MethodParameters:
           Name  Flags
      snippet    
      reference  
}
SourceFile: "PushThroughIfTest.java"
InnerClasses:
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph