public class org.graalvm.compiler.core.test.GuardPrioritiesTest extends org.graalvm.compiler.core.test.GraphScheduleTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.GuardPrioritiesTest
  super_class: org.graalvm.compiler.core.test.GraphScheduleTest
{
  private int[] array;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void growing(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
        start local 1 // int e
         0: .line 59
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardPrioritiesTest.size:I
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardPrioritiesTest.array:[I
            arraylength
            if_icmplt 2
         1: .line 61
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidateWithSpeculation:()V
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardPrioritiesTest.array:[I
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.core.test.GuardPrioritiesTest.size:I
            dup_x1
            iconst_1
            iadd
            putfield org.graalvm.compiler.core.test.GuardPrioritiesTest.size:I
            iload 1 /* e */
            iastore
         3: .line 64
            return
        end local 1 // int e
        end local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/core/test/GuardPrioritiesTest;
            0    4     1     e  I
    MethodParameters:
      Name  Flags
      e     

  public void growingTest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assumeTrue(String, Boolean) is undefined for the type GuardPrioritiesTest\n\tThe method isNotEmpty() from the type NodeIterableIsEmpty refers to the missing type Matcher\n\tThe method assumeThat(NodeIterable<GuardNode>, NodeIterableCount) is undefined for the type GuardPrioritiesTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GuardPrioritiesTest;
    RuntimeInvisibleAnnotations: 
      Test()

  private org.graalvm.compiler.nodes.StructuredGraph prepareGraph(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.GuardPrioritiesTest this
        start local 1 // java.lang.String method
         0: .line 87
            aload 0 /* this */
            aload 1 /* method */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            invokevirtual org.graalvm.compiler.core.test.GuardPrioritiesTest.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 88
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.GuardPrioritiesTest.getDefaultHighTierContext:()Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            astore 3 /* highTierContext */
        start local 3 // org.graalvm.compiler.phases.tiers.HighTierContext highTierContext
         2: .line 89
            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 90
            new org.graalvm.compiler.phases.common.ConvertDeoptimizeToGuardPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.ConvertDeoptimizeToGuardPhase.<init>:()V
            aload 2 /* graph */
            aload 3 /* highTierContext */
            invokevirtual org.graalvm.compiler.phases.common.ConvertDeoptimizeToGuardPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         4: .line 91
            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 /* highTierContext */
            invokevirtual org.graalvm.compiler.phases.common.LoweringPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
         5: .line 92
            new org.graalvm.compiler.phases.common.FloatingReadPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.FloatingReadPhase.<init>:()V
            aload 2 /* graph */
            invokevirtual org.graalvm.compiler.phases.common.FloatingReadPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
         6: .line 93
            aload 2 /* graph */
            areturn
        end local 4 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
        end local 3 // org.graalvm.compiler.phases.tiers.HighTierContext highTierContext
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // java.lang.String method
        end local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/graalvm/compiler/core/test/GuardPrioritiesTest;
            0    7     1           method  Ljava/lang/String;
            1    7     2            graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    7     3  highTierContext  Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            3    7     4    canonicalizer  Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
    MethodParameters:
        Name  Flags
      method  

  public int unknownCondition(java.lang.Integer, java.lang.Object, int[], java.lang.Integer);
    descriptor: (Ljava/lang/Integer;Ljava/lang/Object;[ILjava/lang/Integer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
        start local 1 // java.lang.Integer c
        start local 2 // java.lang.Object o
        start local 3 // int[] a
        start local 4 // java.lang.Integer i
         0: .line 97
            aload 2 /* o */
            ifnull 2
         1: .line 98
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidate:()V
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 4 /* i */
            invokevirtual java.lang.Integer.intValue:()I
            sipush 5560
            if_icmple 4
         3: .line 101
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidate:()V
         4: .line 103
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual java.lang.Integer.intValue:()I
            bipush 10
            if_icmplt 6
         5: .line 104
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidateWithSpeculation:()V
         6: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.GuardPrioritiesTest.array:[I
            bipush 8
            iaload
            aload 3 /* a */
            aload 4 /* i */
            invokevirtual java.lang.Integer.intValue:()I
            iaload
            iadd
            ireturn
        end local 4 // java.lang.Integer i
        end local 3 // int[] a
        end local 2 // java.lang.Object o
        end local 1 // java.lang.Integer c
        end local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/compiler/core/test/GuardPrioritiesTest;
            0    7     1     c  Ljava/lang/Integer;
            0    7     2     o  Ljava/lang/Object;
            0    7     3     a  [I
            0    7     4     i  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      c     
      o     
      a     
      i     

  public void unknownTest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assumeTrue(String, Boolean) is undefined for the type GuardPrioritiesTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.GuardPrioritiesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/GuardPrioritiesTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "GuardPrioritiesTest.java"
InnerClasses:
  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