public class org.graalvm.compiler.core.test.SchedulingTest 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.SchedulingTest
  super_class: org.graalvm.compiler.core.test.GraphScheduleTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.SchedulingTest this
         0: .line 45
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraphScheduleTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.SchedulingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/SchedulingTest;

  public static int testValueProxyInputsSnippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int s
         0: .line 48
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 50
      StackMap locals: int
      StackMap stack:
            iinc 1 /* i */ 1
         2: .line 51
            iload 1 /* i */
            iload 0 /* s */
            iconst_2
            imul
            isub
            istore 2 /* v */
        start local 2 // int v
         3: .line 52
            iload 1 /* i */
            iload 0 /* s */
            if_icmpne 1
         4: .line 53
            iload 2 /* v */
            ireturn
        end local 2 // int v
        end local 1 // int i
        end local 0 // int s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     s  I
            1    5     1     i  I
            3    5     2     v  I
    MethodParameters:
      Name  Flags
      s     

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