public class org.graalvm.compiler.core.test.MemoryScheduleTest 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.MemoryScheduleTest
  super_class: org.graalvm.compiler.core.test.GraphScheduleTest
{
  private static final org.graalvm.compiler.core.test.MemoryScheduleTest$Container container;
    descriptor: Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.List<org.graalvm.compiler.core.test.MemoryScheduleTest$Container> containerList;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;>;

  private static final double LOOP_ENTRY_PROBABILITY;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0.9

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

  private final char[] value;
    descriptor: [C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 88
            new org.graalvm.compiler.core.test.MemoryScheduleTest$Container
            dup
            invokespecial org.graalvm.compiler.core.test.MemoryScheduleTest$Container.<init>:()V
            putstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
         1: .line 89
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putstatic org.graalvm.compiler.core.test.MemoryScheduleTest.containerList:Ljava/util/List;
         2: .line 90
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
         0: .line 71
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraphScheduleTest.<init>:()V
         1: .line 595
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
         2: .line 596
            aload 0 /* this */
            iconst_3
            newarray 5
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest.value:[C
         3: .line 71
            return
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;

  public static int testSimpleSnippet();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 97
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 1
         1: .line 99
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         2: .line 97
            iload 1
            ireturn
         3: .line 98
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 0
         4: .line 99
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         5: .line 100
            aload 0
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           0     1       3  any

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

  public static int testSplit1Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int a
         0: .line 118
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 2
         1: .line 120
            iload 0 /* a */
            ifge 4
         2: .line 121
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         3: .line 122
            goto 5
         4: .line 123
      StackMap locals: int top int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
         5: .line 118
      StackMap locals:
      StackMap stack:
            iload 2
            ireturn
         6: .line 119
      StackMap locals: int
      StackMap stack: java.lang.Throwable
            astore 1
         7: .line 120
            iload 0 /* a */
            ifge 10
         8: .line 121
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         9: .line 122
            goto 11
        10: .line 123
      StackMap locals: java.lang.Throwable
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
        11: .line 125
      StackMap locals:
      StackMap stack:
            aload 1
            athrow
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0     a  I
      Exception table:
        from    to  target  type
           0     1       6  any
    MethodParameters:
      Name  Flags
      a     

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

  public static int testSplit2Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int a
         0: .line 142
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 2
         1: .line 144
            iload 0 /* a */
            ifge 4
         2: .line 145
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
         3: .line 146
            goto 5
         4: .line 147
      StackMap locals: int top int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
         5: .line 149
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            aconst_null
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.obj:Ljava/lang/Object;
         6: .line 142
            iload 2
            ireturn
         7: .line 143
      StackMap locals: int
      StackMap stack: java.lang.Throwable
            astore 1
         8: .line 144
            iload 0 /* a */
            ifge 11
         9: .line 145
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
        10: .line 146
            goto 12
        11: .line 147
      StackMap locals: java.lang.Throwable
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
        12: .line 149
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            aconst_null
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.obj:Ljava/lang/Object;
        13: .line 150
            aload 1
            athrow
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0     a  I
      Exception table:
        from    to  target  type
           0     1       7  any
    MethodParameters:
      Name  Flags
      a     

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

  public static int testLoop1Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 165
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 3
         1: .line 167
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 8
         3: .line 168
      StackMap locals: int int top int int
      StackMap stack:
            iload 1 /* b */
            ifge 6
         4: .line 169
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
         5: .line 170
            goto 7
         6: .line 171
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         7: .line 167
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: ldc 0.9
            iload 4 /* i */
            iload 0 /* a */
            if_icmpge 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: double
         9: iconst_0
      StackMap locals: int int top int int
      StackMap stack: double int
        10: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 3
        end local 4 // int i
        11: .line 165
            iload 3
            ireturn
        12: .line 166
      StackMap locals: int int
      StackMap stack: java.lang.Throwable
            astore 2
        13: .line 167
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 20
        15: .line 168
      StackMap locals: int int java.lang.Throwable top int
      StackMap stack:
            iload 1 /* b */
            ifge 18
        16: .line 169
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
        17: .line 170
            goto 19
        18: .line 171
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
        19: .line 167
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: ldc 0.9
            iload 4 /* i */
            iload 0 /* a */
            if_icmpge 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack: double
        21: iconst_0
      StackMap locals: int int java.lang.Throwable top int
      StackMap stack: double int
        22: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 15
        end local 4 // int i
        23: .line 174
            aload 2
            athrow
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0     a  I
            0   24     1     b  I
            2   11     4     i  I
           14   23     4     i  I
      Exception table:
        from    to  target  type
           0     1      12  any
    MethodParameters:
      Name  Flags
      a     
      b     

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

  public static int testLoop2Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 190
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 3
         1: .line 192
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 8
         3: .line 193
      StackMap locals: int int top int int
      StackMap stack:
            iload 1 /* b */
            ifge 6
         4: .line 194
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
         5: .line 195
            goto 7
         6: .line 196
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
         7: .line 192
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: ldc 0.9
            iload 4 /* i */
            iload 0 /* a */
            if_icmpge 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: double
         9: iconst_0
      StackMap locals: int int top int int
      StackMap stack: double int
        10: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 3
        end local 4 // int i
        11: .line 190
            iload 3
            ireturn
        12: .line 191
      StackMap locals: int int
      StackMap stack: java.lang.Throwable
            astore 2
        13: .line 192
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 20
        15: .line 193
      StackMap locals: int int java.lang.Throwable top int
      StackMap stack:
            iload 1 /* b */
            ifge 18
        16: .line 194
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
        17: .line 195
            goto 19
        18: .line 196
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 15
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
        19: .line 192
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: ldc 0.9
            iload 4 /* i */
            iload 0 /* a */
            if_icmpge 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack: double
        21: iconst_0
      StackMap locals: int int java.lang.Throwable top int
      StackMap stack: double int
        22: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 15
        end local 4 // int i
        23: .line 199
            aload 2
            athrow
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0     a  I
            0   24     1     b  I
            2   11     4     i  I
           14   23     4     i  I
      Exception table:
        from    to  target  type
           0     1      12  any
    MethodParameters:
      Name  Flags
      a     
      b     

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

  public static int testLoop3Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // int a
         0: .line 214
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         1: .line 215
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 216
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            isub
            ifne 5
         4: .line 217
            goto 10
         5: .line 219
      StackMap locals:
      StackMap stack:
            iinc 1 /* j */ 1
         6: .line 215
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: ldc 0.9
            iload 2 /* i */
            iload 0 /* a */
            if_icmpge 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: double
         8: iconst_0
      StackMap locals: int int int
      StackMap stack: double int
         9: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 3
        end local 2 // int i
        10: .line 221
      StackMap locals:
      StackMap stack:
            iload 1 /* j */
            ireturn
        end local 1 // int j
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     a  I
            1   11     1     j  I
            2   10     2     i  I
    MethodParameters:
      Name  Flags
      a     

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

  public java.lang.String testStringReplaceSnippet(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
        start local 1 // java.lang.String input
         0: .line 233
            aload 1 /* input */
            bipush 97
            bipush 98
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String input
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            0    1     1  input  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      input  

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

  public static int testLoop5Snippet(int, int, org.graalvm.compiler.core.test.MemoryScheduleTest);
    descriptor: (IILorg/graalvm/compiler/core/test/MemoryScheduleTest;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // int a
        start local 1 // int b
        start local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest obj
         0: .line 246
            iconst_0
            istore 3 /* ret */
        start local 3 // int ret
         1: .line 247
            iload 1 /* b */
            istore 4 /* bb */
        start local 4 // int bb
         2: .line 248
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 11
         4: .line 249
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* obj */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
            istore 3 /* ret */
         5: .line 250
            iload 0 /* a */
            bipush 10
            if_icmple 8
         6: .line 251
            iinc 4 /* bb */ 1
         7: .line 252
            goto 9
         8: .line 253
      StackMap locals:
      StackMap stack:
            iinc 4 /* bb */ -1
         9: .line 255
      StackMap locals:
      StackMap stack:
            iload 3 /* ret */
            bipush 10
            idiv
            istore 3 /* ret */
        10: .line 248
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: ldc 0.9
            iload 5 /* i */
            iload 0 /* a */
            if_icmpge 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: double
        12: iconst_0
      StackMap locals: int int org.graalvm.compiler.core.test.MemoryScheduleTest int int int
      StackMap stack: double int
        13: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 4
        end local 5 // int i
        14: .line 257
            iload 3 /* ret */
            iload 4 /* bb */
            iadd
            ireturn
        end local 4 // int bb
        end local 3 // int ret
        end local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest obj
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0     a  I
            0   15     1     b  I
            0   15     2   obj  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            1   15     3   ret  I
            2   15     4    bb  I
            3   14     5     i  I
    MethodParameters:
      Name  Flags
      a     
      b     
      obj   

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

  public static int testLoop6Snippet(int, int, org.graalvm.compiler.core.test.MemoryScheduleTest);
    descriptor: (IILorg/graalvm/compiler/core/test/MemoryScheduleTest;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // int a
        start local 1 // int b
        start local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest obj
         0: .line 272
            iconst_0
            istore 3 /* ret */
        start local 3 // int ret
         1: .line 273
            iload 1 /* b */
            istore 4 /* bb */
        start local 4 // int bb
         2: .line 274
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 18
         4: .line 275
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* obj */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
            istore 3 /* ret */
         5: .line 276
            iload 0 /* a */
            bipush 10
            if_icmple 8
         6: .line 277
            iinc 4 /* bb */ 1
         7: .line 278
            goto 16
         8: .line 279
      StackMap locals:
      StackMap stack:
            iinc 4 /* bb */ -1
         9: .line 280
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        10: goto 13
        11: .line 281
      StackMap locals: int
      StackMap stack:
            aload 2 /* obj */
            iconst_3
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
        12: .line 280
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        13: ldc 0.9
            iload 6 /* j */
            iload 1 /* b */
            if_icmpge 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack: double
        14: iconst_0
      StackMap locals: int int org.graalvm.compiler.core.test.MemoryScheduleTest int int int int
      StackMap stack: double int
        15: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 11
        end local 6 // int j
        16: .line 284
      StackMap locals:
      StackMap stack:
            iload 3 /* ret */
            bipush 10
            idiv
            istore 3 /* ret */
        17: .line 274
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: ldc 0.9
            iload 5 /* i */
            iload 0 /* a */
            if_icmpge 19
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack: double
        19: iconst_0
      StackMap locals: int int org.graalvm.compiler.core.test.MemoryScheduleTest int int int
      StackMap stack: double int
        20: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 4
        end local 5 // int i
        21: .line 286
            iload 3 /* ret */
            iload 4 /* bb */
            iadd
            ireturn
        end local 4 // int bb
        end local 3 // int ret
        end local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest obj
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0     a  I
            0   22     1     b  I
            0   22     2   obj  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            1   22     3   ret  I
            2   22     4    bb  I
            3   21     5     i  I
           10   16     6     j  I
    MethodParameters:
      Name  Flags
      a     
      b     
      obj   

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

  public static int testLoop7Snippet(int, int, org.graalvm.compiler.core.test.MemoryScheduleTest);
    descriptor: (IILorg/graalvm/compiler/core/test/MemoryScheduleTest;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // int a
        start local 1 // int b
        start local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest obj
         0: .line 301
            iconst_0
            istore 3 /* ret */
        start local 3 // int ret
         1: .line 302
            iload 1 /* b */
            istore 4 /* bb */
        start local 4 // int bb
         2: .line 303
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 25
         4: .line 304
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* obj */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
            istore 3 /* ret */
         5: .line 305
            iload 0 /* a */
            bipush 10
            if_icmple 8
         6: .line 306
            iinc 4 /* bb */ 1
         7: .line 307
            goto 23
         8: .line 308
      StackMap locals:
      StackMap stack:
            iinc 4 /* bb */ -1
         9: .line 309
            iconst_0
            istore 6 /* k */
        start local 6 // int k
        10: goto 20
        11: .line 310
      StackMap locals: int
      StackMap stack:
            iload 6 /* k */
            iconst_2
            irem
            iconst_1
            if_icmpne 19
        12: .line 311
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        13: goto 16
        14: .line 312
      StackMap locals: int
      StackMap stack:
            aload 2 /* obj */
            iconst_3
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
        15: .line 311
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        16: ldc 0.9
            iload 7 /* j */
            iload 1 /* b */
            if_icmpge 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack: double
        17: iconst_0
      StackMap locals: int int org.graalvm.compiler.core.test.MemoryScheduleTest int int int int int
      StackMap stack: double int
        18: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 14
        end local 7 // int j
        19: .line 309
      StackMap locals:
      StackMap stack:
            iinc 6 /* k */ 1
      StackMap locals:
      StackMap stack:
        20: ldc 0.9
            iload 6 /* k */
            iload 0 /* a */
            if_icmpge 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack: double
        21: iconst_0
      StackMap locals: int int org.graalvm.compiler.core.test.MemoryScheduleTest int int int int
      StackMap stack: double int
        22: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 11
        end local 6 // int k
        23: .line 317
      StackMap locals:
      StackMap stack:
            iload 3 /* ret */
            bipush 10
            idiv
            istore 3 /* ret */
        24: .line 303
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: ldc 0.9
            iload 5 /* i */
            iload 0 /* a */
            if_icmpge 26
            iconst_1
            goto 27
      StackMap locals:
      StackMap stack: double
        26: iconst_0
      StackMap locals: int int org.graalvm.compiler.core.test.MemoryScheduleTest int int int
      StackMap stack: double int
        27: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 4
        end local 5 // int i
        28: .line 319
            iload 3 /* ret */
            iload 4 /* bb */
            iadd
            ireturn
        end local 4 // int bb
        end local 3 // int ret
        end local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest obj
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0     a  I
            0   29     1     b  I
            0   29     2   obj  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            1   29     3   ret  I
            2   29     4    bb  I
            3   28     5     i  I
           10   23     6     k  I
           13   19     7     j  I
    MethodParameters:
      Name  Flags
      a     
      b     
      obj   

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

  public static int testLoop8Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 334
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 2 /* result */
        start local 2 // int result
         1: .line 335
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 14
         3: .line 336
      StackMap locals: int int
      StackMap stack:
            iload 1 /* b */
            ifge 6
         4: .line 337
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
         5: .line 338
            goto 17
         6: .line 340
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         7: goto 10
         8: .line 341
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            iconst_0
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         9: .line 340
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: ldc 0.9
            iload 4 /* j */
            iload 1 /* b */
            if_icmpge 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: double
        11: iconst_0
      StackMap locals: int int int int int
      StackMap stack: double int
        12: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 8
        end local 4 // int j
        13: .line 335
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: ldc 0.9
            iload 3 /* i */
            iload 0 /* a */
            if_icmpge 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: double
        15: iconst_0
      StackMap locals: int int int int
      StackMap stack: double int
        16: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 3
        end local 3 // int i
        17: .line 345
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        18: .line 346
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0       a  I
            0   19     1       b  I
            1   19     2  result  I
            2   17     3       i  I
            7   13     4       j  I
    MethodParameters:
      Name  Flags
      a     
      b     

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

  public static int testLoop9Snippet(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int a
        start local 1 // int b
         0: .line 361
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            iload 1 /* b */
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         1: .line 362
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 363
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            iload 2 /* i */
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         4: .line 362
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 0 /* a */
            if_icmplt 3
        end local 2 // int i
         6: .line 365
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         7: .line 366
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     a  I
            0    8     1     b  I
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public void testLoop9();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
         0: .line 369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tThe method assertThat(graph.getNodes(ReturnNode.TYPE), NodeIterableCount) is undefined for the type MemoryScheduleTest\n\tThe method instanceOf(Class<FloatingReadNode>) is undefined for the type MemoryScheduleTest\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int testIfRead1Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 384
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 1 /* res */
        start local 1 // int res
         1: .line 385
            iload 0 /* a */
            ifge 3
         2: .line 386
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         3: .line 388
      StackMap locals: int
      StackMap stack:
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     a  I
            1    4     1   res  I
    MethodParameters:
      Name  Flags
      a     

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

  public static int testIfRead2Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 403
            iconst_0
            istore 1 /* res */
        start local 1 // int res
         1: .line 404
            iload 0 /* a */
            ifge 4
         2: .line 405
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         3: .line 406
            goto 5
         4: .line 407
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 1 /* res */
         5: .line 409
      StackMap locals:
      StackMap stack:
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     a  I
            1    6     1   res  I
    MethodParameters:
      Name  Flags
      a     

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

  public static int testIfRead3Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 426
            iload 0 /* a */
            ifge 2
         1: .line 427
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         2: .line 429
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 1 /* res */
        start local 1 // int res
         3: .line 430
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 20
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         4: .line 431
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  I
            3    5     1   res  I
    MethodParameters:
      Name  Flags
      a     

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

  public static int testIfRead4Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 446
            iload 0 /* a */
            ifle 4
         1: .line 447
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 1 /* res */
        start local 1 // int res
         2: .line 448
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 32
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         3: .line 449
            iload 1 /* res */
            ireturn
        end local 1 // int res
         4: .line 451
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  I
            2    4     1   res  I
    MethodParameters:
      Name  Flags
      a     

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

  public static int testIfRead5Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 468
            iload 0 /* a */
            ifge 2
         1: .line 469
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         2: .line 471
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  I
    MethodParameters:
      Name  Flags
      a     

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

  public static int testAntiDependencySnippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 487
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 1 /* res */
        start local 1 // int res
         1: .line 488
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 10
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         2: .line 493
            iload 0 /* a */
            ifge 4
         3: .line 494
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 20
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
         4: .line 496
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 30
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
         5: .line 497
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     a  I
            1    6     1   res  I
    MethodParameters:
      Name  Flags
      a     

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

  public static int testBlockScheduleSnippet();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 511
            iconst_0
            istore 0 /* res */
        start local 0 // int res
         1: .line 512
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            iconst_0
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         2: .line 513
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 16
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         3: .line 514
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 32
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         4: .line 515
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 48
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         5: .line 516
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 64
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         6: .line 517
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            istore 0 /* res */
         7: .line 518
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 80
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         8: .line 519
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 96
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         9: .line 520
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            bipush 112
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
        10: .line 521
            iload 0 /* res */
            ireturn
        end local 0 // int res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   11     0   res  I

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

  public static int testBlockSchedule2Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int value
         0: .line 553
            iconst_0
            istore 1 /* res */
        start local 1 // int res
         1: .line 555
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            iload 0 /* value */
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         2: .line 556
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 557
      StackMap locals: int int
      StackMap stack:
            iload 2 /* i */
            bipush 10
            if_icmpne 6
         5: .line 558
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            ireturn
         6: .line 560
      StackMap locals:
      StackMap stack:
            iload 1 /* res */
            iload 2 /* i */
            iadd
            istore 1 /* res */
         7: .line 556
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            bipush 100
            if_icmplt 4
        end local 2 // int i
         9: .line 562
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  value  I
            1   10     1    res  I
            3    9     2      i  I
    MethodParameters:
       Name  Flags
      value  

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

  public static void testProxySnippet();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 574
            goto 9
         1: .line 575
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.containerList:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 0 /* list */
        start local 0 // java.util.List list
         2: .line 576
            goto 6
         3: .line 577
      StackMap locals: java.util.List
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.obj:Ljava/lang/Object;
            ifnull 5
         4: .line 578
            return
         5: .line 580
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            dup
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
         6: .line 576
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.c:I
            aload 0 /* list */
            invokeinterface java.util.List.size:()I
            if_icmplt 3
         7: .line 582
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            iconst_0
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
         8: .line 583
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            dup
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
            iconst_1
            isub
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
        end local 0 // java.util.List list
         9: .line 574
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.a:I
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
            if_icmplt 1
        10: .line 585
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest.container:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;
            dup
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest$Container.b:I
        11: .line 586
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    9     0  list  Ljava/util/List<Lorg/graalvm/compiler/core/test/MemoryScheduleTest$Container;>;

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

  public int testStringHashCodeSnippet();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
         0: .line 599
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 600
            iload 1 /* h */
            ifne 9
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.value:[C
            arraylength
            ifle 9
         2: .line 601
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.value:[C
            astore 2 /* val */
        start local 2 // char[] val
         3: .line 603
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 604
      StackMap locals: int char[] int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            aload 2 /* val */
            iload 3 /* i */
            caload
            iadd
            istore 1 /* h */
         6: .line 603
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.MemoryScheduleTest.value:[C
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 606
            aload 0 /* this */
            iload 1 /* h */
            putfield org.graalvm.compiler.core.test.MemoryScheduleTest.hash:I
        end local 2 // char[] val
         9: .line 608
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            1   10     1     h  I
            3    9     2   val  [C
            4    8     3     i  I

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

  public static int testLoop4Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // int count
         0: .line 625
            iload 0 /* count */
            newarray 10
            astore 1 /* a */
        start local 1 // int[] a
         1: .line 627
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 628
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* a */
            iload 2 /* i */
            iload 2 /* i */
            iastore
         4: .line 627
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: ldc 0.9
            iload 2 /* i */
            aload 1 /* a */
            arraylength
            if_icmpge 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack: double
         6: iconst_0
      StackMap locals: int int[] int
      StackMap stack: double int
         7: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 3
        end local 2 // int i
         8: .line 631
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: .line 632
            iload 0 /* count */
            iconst_1
            isub
            istore 3 /* iwrap */
        start local 3 // int iwrap
        10: .line 633
            iconst_0
            istore 4 /* sum */
        start local 4 // int sum
        11: .line 635
            goto 15
        12: .line 636
      StackMap locals: int int
      StackMap stack:
            iload 4 /* sum */
            aload 1 /* a */
            iload 2 /* i */
            iaload
            aload 1 /* a */
            iload 3 /* iwrap */
            iaload
            iadd
            iconst_2
            idiv
            iadd
            istore 4 /* sum */
        13: .line 637
            iload 2 /* i */
            istore 3 /* iwrap */
        14: .line 638
            iinc 2 /* i */ 1
        15: .line 635
      StackMap locals:
      StackMap stack:
            ldc 0.9
            iload 2 /* i */
            iload 0 /* count */
            if_icmpge 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack: double
        16: iconst_0
      StackMap locals: int int[] int int int
      StackMap stack: double int
        17: invokestatic org.graalvm.compiler.api.directives.GraalDirectives.injectBranchProbability:(DZ)Z
            ifne 12
        18: .line 640
            iload 4 /* sum */
            ireturn
        end local 4 // int sum
        end local 3 // int iwrap
        end local 2 // int i
        end local 1 // int[] a
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0  count  I
            1   19     1      a  [I
            2    8     2      i  I
            9   19     2      i  I
           10   19     3  iwrap  I
           11   19     4    sum  I
    MethodParameters:
       Name  Flags
      count  

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

  private void assertReadWithinAllReturnBlocks(org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult, boolean);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        start local 2 // boolean withinReturnBlock
         0: .line 651
            aload 1 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            getfield org.graalvm.compiler.nodes.cfg.ControlFlowGraph.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 3 /* graph */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 652
            aload 3 /* graph */
            getstatic org.graalvm.compiler.nodes.ReturnNode.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.isNotEmpty:()Z
            invokestatic org.graalvm.compiler.core.test.MemoryScheduleTest.assertTrue:(Z)V
         2: .line 654
            iconst_0
            istore 4 /* withRead */
        start local 4 // int withRead
         3: .line 655
            iconst_0
            istore 5 /* returnBlocks */
        start local 5 // int returnBlocks
         4: .line 656
            aload 3 /* graph */
            getstatic org.graalvm.compiler.nodes.ReturnNode.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.iterator:()Ljava/util/Iterator;
            astore 7
            goto 14
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph int int top java.util.Iterator
      StackMap stack:
         5: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.ReturnNode
            astore 6 /* returnNode */
        start local 6 // org.graalvm.compiler.nodes.ReturnNode returnNode
         6: .line 657
            aload 1 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.getNodeToBlock:()Lorg/graalvm/compiler/graph/NodeMap;
            aload 6 /* returnNode */
            invokevirtual org.graalvm.compiler.graph.NodeMap.get:(Lorg/graalvm/compiler/graph/Node;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.cfg.Block
            astore 8 /* block */
        start local 8 // org.graalvm.compiler.nodes.cfg.Block block
         7: .line 658
            aload 1 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getBlockToNodesMap:()Lorg/graalvm/compiler/core/common/cfg/BlockMap;
            aload 8 /* block */
            invokevirtual org.graalvm.compiler.core.common.cfg.BlockMap.get:(Lorg/graalvm/compiler/core/common/cfg/AbstractBlockBase;)Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 12
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph int int org.graalvm.compiler.nodes.ReturnNode java.util.Iterator org.graalvm.compiler.nodes.cfg.Block top java.util.Iterator
      StackMap stack:
         8: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 9 /* node */
        start local 9 // org.graalvm.compiler.graph.Node node
         9: .line 659
            aload 9 /* node */
            instanceof org.graalvm.compiler.nodes.memory.FloatingReadNode
            ifeq 12
        10: .line 660
            iinc 4 /* withRead */ 1
        11: .line 661
            goto 13
        end local 9 // org.graalvm.compiler.graph.Node node
        12: .line 658
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        13: .line 664
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph int int org.graalvm.compiler.nodes.ReturnNode java.util.Iterator org.graalvm.compiler.nodes.cfg.Block
      StackMap stack:
            iinc 5 /* returnBlocks */ 1
        end local 8 // org.graalvm.compiler.nodes.cfg.Block block
        end local 6 // org.graalvm.compiler.nodes.ReturnNode returnNode
        14: .line 656
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph int int top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        15: .line 666
            aload 0 /* this */
            iload 4 /* withRead */
            iload 5 /* returnBlocks */
            if_icmpne 16
            iconst_1
            goto 17
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph int int
      StackMap stack: org.graalvm.compiler.core.test.MemoryScheduleTest
        16: iconst_0
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph int int
      StackMap stack: org.graalvm.compiler.core.test.MemoryScheduleTest int
        17: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iload 2 /* withinReturnBlock */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        18: .line 667
            return
        end local 5 // int returnBlocks
        end local 4 // int withRead
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 2 // boolean withinReturnBlock
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            0   19     1           schedule  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            0   19     2  withinReturnBlock  Z
            1   19     3              graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            3   19     4           withRead  I
            4   19     5       returnBlocks  I
            6   14     6         returnNode  Lorg/graalvm/compiler/nodes/ReturnNode;
            7   14     8              block  Lorg/graalvm/compiler/nodes/cfg/Block;
            9   12     9               node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
                   Name  Flags
      schedule           
      withinReturnBlock  

  private void assertReadWithinStartBlock(org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult, boolean);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        start local 2 // boolean withinStartBlock
         0: .line 670
            iconst_0
            istore 3 /* readEncountered */
        start local 3 // boolean readEncountered
         1: .line 671
            aload 1 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getBlockToNodesMap:()Lorg/graalvm/compiler/core/common/cfg/BlockMap;
            aload 1 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.getStartBlock:()Lorg/graalvm/compiler/nodes/cfg/Block;
            invokevirtual org.graalvm.compiler.core.common.cfg.BlockMap.get:(Lorg/graalvm/compiler/core/common/cfg/AbstractBlockBase;)Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int int top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 4 /* node */
        start local 4 // org.graalvm.compiler.graph.Node node
         3: .line 672
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.memory.FloatingReadNode
            ifeq 5
         4: .line 673
            iconst_1
            istore 3 /* readEncountered */
        end local 4 // org.graalvm.compiler.graph.Node node
         5: .line 671
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 676
            aload 0 /* this */
            iload 2 /* withinStartBlock */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iload 3 /* readEncountered */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 677
            return
        end local 3 // boolean readEncountered
        end local 2 // boolean withinStartBlock
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            0    8     1          schedule  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            0    8     2  withinStartBlock  Z
            1    8     3   readEncountered  Z
            3    5     4              node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
                  Name  Flags
      schedule          
      withinStartBlock  

  private static void assertReadAndWriteInSameBlock(org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult, boolean);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
        start local 1 // boolean inSame
         0: .line 680
            aload 0 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            getfield org.graalvm.compiler.nodes.cfg.ControlFlowGraph.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 2 /* graph */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 681
            aload 2 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/nodes/memory/FloatingReadNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.first:()Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.memory.FloatingReadNode
            astore 3 /* read */
        start local 3 // org.graalvm.compiler.nodes.memory.FloatingReadNode read
         2: .line 682
            aload 2 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/nodes/memory/WriteNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.first:()Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.memory.WriteNode
            astore 4 /* write */
        start local 4 // org.graalvm.compiler.nodes.memory.WriteNode write
         3: .line 683
            iload 1 /* inSame */
            aload 0 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            aload 3 /* read */
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.blockFor:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/nodes/cfg/Block;
            aload 0 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            aload 4 /* write */
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.blockFor:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/nodes/cfg/Block;
            if_acmpne 4
            iconst_1
            goto 5
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.memory.FloatingReadNode org.graalvm.compiler.nodes.memory.WriteNode
      StackMap stack: int
         4: iconst_0
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.memory.FloatingReadNode org.graalvm.compiler.nodes.memory.WriteNode
      StackMap stack: int int
         5: ixor
            ifeq 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: invokestatic org.graalvm.compiler.core.test.MemoryScheduleTest.assertTrue:(Z)V
         8: .line 684
            return
        end local 4 // org.graalvm.compiler.nodes.memory.WriteNode write
        end local 3 // org.graalvm.compiler.nodes.memory.FloatingReadNode read
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // boolean inSame
        end local 0 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0  schedule  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            0    9     1    inSame  Z
            1    9     2     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    9     3      read  Lorg/graalvm/compiler/nodes/memory/FloatingReadNode;
            3    9     4     write  Lorg/graalvm/compiler/nodes/memory/WriteNode;
    MethodParameters:
          Name  Flags
      schedule  
      inSame    

  private static void assertReadBeforeAllWritesInStartBlock(org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
         0: .line 687
            iconst_0
            istore 1 /* writeNodeFound */
        start local 1 // boolean writeNodeFound
         1: .line 688
            iconst_0
            istore 2 /* readNodeFound */
        start local 2 // boolean readNodeFound
         2: .line 689
            aload 0 /* schedule */
            aload 0 /* schedule */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.getCFG:()Lorg/graalvm/compiler/nodes/cfg/ControlFlowGraph;
            invokevirtual org.graalvm.compiler.nodes.cfg.ControlFlowGraph.getStartBlock:()Lorg/graalvm/compiler/nodes/cfg/Block;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult.nodesFor:(Lorg/graalvm/compiler/nodes/cfg/Block;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 3 /* node */
        start local 3 // org.graalvm.compiler.graph.Node node
         4: .line 690
            aload 3 /* node */
            instanceof org.graalvm.compiler.nodes.memory.FloatingReadNode
            ifeq 10
         5: .line 691
            iload 1 /* writeNodeFound */
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int int org.graalvm.compiler.graph.Node java.util.Iterator
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: invokestatic org.graalvm.compiler.core.test.MemoryScheduleTest.assertTrue:(Z)V
         8: .line 692
            iconst_1
            istore 2 /* readNodeFound */
         9: .line 693
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 3 /* node */
            instanceof org.graalvm.compiler.nodes.memory.WriteNode
            ifeq 12
        11: .line 694
            iconst_1
            istore 1 /* writeNodeFound */
        end local 3 // org.graalvm.compiler.graph.Node node
        12: .line 689
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult int int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 697
            iload 2 /* readNodeFound */
            invokestatic org.graalvm.compiler.core.test.MemoryScheduleTest.assertTrue:(Z)V
        14: .line 698
            return
        end local 2 // boolean readNodeFound
        end local 1 // boolean writeNodeFound
        end local 0 // org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult schedule
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0        schedule  Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            1   15     1  writeNodeFound  Z
            2   15     2   readNodeFound  Z
            4   12     3            node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
          Name  Flags
      schedule  

  private org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult getFinalSchedule(java.lang.String, org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode);
    descriptor: (Ljava/lang/String;Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;)Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
        start local 1 // java.lang.String snippet
        start local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode mode
         0: .line 701
            aload 0 /* this */
            aload 1 /* snippet */
            aload 2 /* mode */
            getstatic org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy.LATEST_OUT_OF_LOOPS:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.getFinalSchedule:(Ljava/lang/String;Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
            areturn
        end local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode mode
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            0    1     1  snippet  Ljava/lang/String;
            0    1     2     mode  Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;
    MethodParameters:
         Name  Flags
      snippet  final
      mode     final

  private org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult getFinalSchedule(java.lang.String, org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode, org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy);
    descriptor: (Ljava/lang/String;Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=14, args_size=4
        start local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
        start local 1 // java.lang.String snippet
        start local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode mode
        start local 3 // org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy schedulingStrategy
         0: .line 706
            new org.graalvm.compiler.options.OptionValues
            dup
            invokestatic org.graalvm.compiler.core.test.MemoryScheduleTest.getInitialOptions:()Lorg/graalvm/compiler/options/OptionValues;
            getstatic org.graalvm.compiler.core.common.GraalOptions.OptScheduleOutOfLoops:Lorg/graalvm/compiler/options/OptionKey;
            aload 3 /* schedulingStrategy */
            getstatic org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy.LATEST_OUT_OF_LOOPS:Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest java.lang.String org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy
      StackMap stack: new 0 new 0 org.graalvm.compiler.options.OptionValues org.graalvm.compiler.options.OptionKey
         1: iconst_0
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest java.lang.String org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy
      StackMap stack: new 0 new 0 org.graalvm.compiler.options.OptionValues org.graalvm.compiler.options.OptionKey int
         2: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.common.GraalOptions.OptImplicitNullChecks:Lorg/graalvm/compiler/options/OptionKey;
            aastore
            dup
            iconst_1
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
            astore 4 /* options */
        start local 4 // org.graalvm.compiler.options.OptionValues options
         3: .line 707
            aload 0 /* this */
            aload 1 /* snippet */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.NO:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            aload 4 /* options */
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 5 /* graph */
        start local 5 // org.graalvm.compiler.nodes.StructuredGraph graph
         4: .line 708
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getDebug:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 6 /* debug */
        start local 6 // org.graalvm.compiler.debug.DebugContext debug
         5: .line 709
            aconst_null
            astore 7
            aconst_null
            astore 8
         6: aload 6 /* debug */
            ldc "FloatingReadTest"
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 9 /* d */
        start local 9 // org.graalvm.compiler.debug.DebugContext$Scope d
         7: .line 710
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.getDefaultHighTierContext:()Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            astore 10 /* context */
        start local 10 // org.graalvm.compiler.phases.tiers.HighTierContext context
         8: .line 711
            new org.graalvm.compiler.phases.common.CanonicalizerPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.CanonicalizerPhase.<init>:()V
            astore 11 /* canonicalizer */
        start local 11 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
         9: .line 712
            aload 11 /* canonicalizer */
            aload 5 /* graph */
            aload 10 /* context */
            invokevirtual org.graalvm.compiler.phases.common.CanonicalizerPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        10: .line 713
            aload 2 /* mode */
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode.INLINED_WITHOUT_FRAMESTATES:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;
            if_acmpne 12
        11: .line 714
            aload 0 /* this */
            aload 11 /* canonicalizer */
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.createInliningPhase:(Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;)Lorg/graalvm/compiler/phases/BasePhase;
            aload 5 /* graph */
            aload 10 /* context */
            invokevirtual org.graalvm.compiler.phases.BasePhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        12: .line 716
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest java.lang.String org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy org.graalvm.compiler.options.OptionValues org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.phases.common.CanonicalizerPhase
      StackMap stack:
            new org.graalvm.compiler.phases.common.LoweringPhase
            dup
            aload 11 /* 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 5 /* graph */
            aload 10 /* context */
            invokevirtual org.graalvm.compiler.phases.common.LoweringPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        13: .line 717
            aload 2 /* mode */
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode.WITHOUT_FRAMESTATES:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;
            if_acmpeq 14
            aload 2 /* mode */
            getstatic org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode.INLINED_WITHOUT_FRAMESTATES:Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;
            if_acmpne 15
        14: .line 718
      StackMap locals:
      StackMap stack:
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.clearAllStateAfter:()V
        15: .line 720
      StackMap locals:
      StackMap stack:
            aload 6 /* debug */
            iconst_1
            aload 5 /* graph */
            ldc "after removal of framestates"
            invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;)V
        16: .line 722
            new org.graalvm.compiler.phases.common.FloatingReadPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.FloatingReadPhase.<init>:()V
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.phases.common.FloatingReadPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
        17: .line 723
            new org.graalvm.compiler.phases.common.RemoveValueProxyPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.RemoveValueProxyPhase.<init>:()V
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.phases.common.RemoveValueProxyPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
        18: .line 725
            new org.graalvm.compiler.phases.tiers.MidTierContext
            dup
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.getProviders:()Lorg/graalvm/compiler/phases/util/Providers;
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.getTargetProvider:()Lorg/graalvm/compiler/phases/tiers/TargetProvider;
            getstatic org.graalvm.compiler.phases.OptimisticOptimizations.ALL:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getProfilingInfo:()Ljdk/vm/ci/meta/ProfilingInfo;
            invokespecial org.graalvm.compiler.phases.tiers.MidTierContext.<init>:(Lorg/graalvm/compiler/phases/util/Providers;Lorg/graalvm/compiler/phases/tiers/TargetProvider;Lorg/graalvm/compiler/phases/OptimisticOptimizations;Ljdk/vm/ci/meta/ProfilingInfo;)V
            astore 12 /* midContext */
        start local 12 // org.graalvm.compiler.phases.tiers.MidTierContext midContext
        19: .line 726
            new org.graalvm.compiler.phases.common.GuardLoweringPhase
            dup
            invokespecial org.graalvm.compiler.phases.common.GuardLoweringPhase.<init>:()V
            aload 5 /* graph */
            aload 12 /* midContext */
            invokevirtual org.graalvm.compiler.phases.common.GuardLoweringPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        20: .line 727
            new org.graalvm.compiler.phases.common.LoweringPhase
            dup
            aload 11 /* canonicalizer */
            getstatic org.graalvm.compiler.nodes.spi.LoweringTool$StandardLoweringStage.MID_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 5 /* graph */
            aload 12 /* midContext */
            invokevirtual org.graalvm.compiler.phases.common.LoweringPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        21: .line 728
            new org.graalvm.compiler.phases.common.LoweringPhase
            dup
            aload 11 /* canonicalizer */
            getstatic org.graalvm.compiler.nodes.spi.LoweringTool$StandardLoweringStage.LOW_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 5 /* graph */
            aload 12 /* midContext */
            invokevirtual org.graalvm.compiler.phases.common.LoweringPhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Object;)V
        22: .line 730
            new org.graalvm.compiler.phases.schedule.SchedulePhase
            dup
            aload 3 /* schedulingStrategy */
            invokespecial org.graalvm.compiler.phases.schedule.SchedulePhase.<init>:(Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;)V
            astore 13 /* schedule */
        start local 13 // org.graalvm.compiler.phases.schedule.SchedulePhase schedule
        23: .line 731
            aload 13 /* schedule */
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.phases.schedule.SchedulePhase.apply:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
        24: .line 732
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/nodes/StartNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.core.test.MemoryScheduleTest.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        25: .line 733
            aload 5 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getLastSchedule:()Lorg/graalvm/compiler/nodes/StructuredGraph$ScheduleResult;
        26: .line 734
            aload 9 /* d */
            ifnull 27
            aload 9 /* d */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        27: .line 733
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest java.lang.String org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy org.graalvm.compiler.options.OptionValues org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope org.graalvm.compiler.phases.tiers.HighTierContext org.graalvm.compiler.phases.common.CanonicalizerPhase org.graalvm.compiler.phases.tiers.MidTierContext org.graalvm.compiler.phases.schedule.SchedulePhase
      StackMap stack: org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult
            areturn
        end local 13 // org.graalvm.compiler.phases.schedule.SchedulePhase schedule
        end local 12 // org.graalvm.compiler.phases.tiers.MidTierContext midContext
        end local 11 // org.graalvm.compiler.phases.common.CanonicalizerPhase canonicalizer
        end local 10 // org.graalvm.compiler.phases.tiers.HighTierContext context
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest java.lang.String org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy org.graalvm.compiler.options.OptionValues org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope
      StackMap stack: java.lang.Throwable
        28: astore 7
        29: .line 734
            aload 9 /* d */
            ifnull 30
            aload 9 /* d */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 9 // org.graalvm.compiler.debug.DebugContext$Scope d
      StackMap locals:
      StackMap stack:
        30: aload 7
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        31: astore 8
            aload 7
            ifnonnull 32
            aload 8
            astore 7
            goto 33
      StackMap locals:
      StackMap stack:
        32: aload 7
            aload 8
            if_acmpeq 33
            aload 7
            aload 8
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        33: aload 7
            athrow
      StackMap locals: org.graalvm.compiler.core.test.MemoryScheduleTest java.lang.String org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy org.graalvm.compiler.options.OptionValues org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.debug.DebugContext
      StackMap stack: java.lang.Throwable
        34: astore 7 /* e */
        start local 7 // java.lang.Throwable e
        35: .line 735
            aload 6 /* debug */
            aload 7 /* e */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 7 // java.lang.Throwable e
        end local 6 // org.graalvm.compiler.debug.DebugContext debug
        end local 5 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 4 // org.graalvm.compiler.options.OptionValues options
        end local 3 // org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy schedulingStrategy
        end local 2 // org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode mode
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.core.test.MemoryScheduleTest this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   36     0                this  Lorg/graalvm/compiler/core/test/MemoryScheduleTest;
            0   36     1             snippet  Ljava/lang/String;
            0   36     2                mode  Lorg/graalvm/compiler/core/test/MemoryScheduleTest$TestMode;
            0   36     3  schedulingStrategy  Lorg/graalvm/compiler/phases/schedule/SchedulePhase$SchedulingStrategy;
            3   36     4             options  Lorg/graalvm/compiler/options/OptionValues;
            4   36     5               graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            5   36     6               debug  Lorg/graalvm/compiler/debug/DebugContext;
            7   30     9                   d  Lorg/graalvm/compiler/debug/DebugContext$Scope;
            8   28    10             context  Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            9   28    11       canonicalizer  Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
           19   28    12          midContext  Lorg/graalvm/compiler/phases/tiers/MidTierContext;
           23   28    13            schedule  Lorg/graalvm/compiler/phases/schedule/SchedulePhase;
           35   36     7                   e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           7    26      28  any
           6    27      31  any
          28    31      31  any
           5    27      34  Class java.lang.Throwable
          28    34      34  Class java.lang.Throwable
    MethodParameters:
                    Name  Flags
      snippet             final
      mode                final
      schedulingStrategy  final
}
SourceFile: "MemoryScheduleTest.java"
NestMembers:
  org.graalvm.compiler.core.test.MemoryScheduleTest$Container  org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode
InnerClasses:
  public Container = org.graalvm.compiler.core.test.MemoryScheduleTest$Container of org.graalvm.compiler.core.test.MemoryScheduleTest
  private final TestMode = org.graalvm.compiler.core.test.MemoryScheduleTest$TestMode of org.graalvm.compiler.core.test.MemoryScheduleTest
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph
  public ScheduleResult = org.graalvm.compiler.nodes.StructuredGraph$ScheduleResult 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
  public final SchedulingStrategy = org.graalvm.compiler.phases.schedule.SchedulePhase$SchedulingStrategy of org.graalvm.compiler.phases.schedule.SchedulePhase