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

  public static int test(org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder, org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder);
    descriptor: (Lorg/graalvm/compiler/jtt/optimize/SchedulingBug_01$VolatileBoxHolder;Lorg/graalvm/compiler/jtt/optimize/SchedulingBug_01$VolatileBoxHolder;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder a
        start local 1 // org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder b
         0: .line 40
            aload 0 /* a */
            getfield org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder.box:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            istore 2 /* value */
        start local 2 // int value
         1: .line 41
            iconst_0
            istore 3 /* result */
        start local 3 // int result
         2: .line 42
            aload 1 /* b */
            getfield org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder.box:Ljava/lang/Integer;
            ifnull 4
         3: .line 43
            iload 3 /* result */
            iload 2 /* value */
            iadd
            istore 3 /* result */
         4: .line 45
      StackMap locals: int int
      StackMap stack:
            iload 3 /* result */
            iload 2 /* value */
            iadd
            ireturn
        end local 3 // int result
        end local 2 // int value
        end local 1 // org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder b
        end local 0 // org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0       a  Lorg/graalvm/compiler/jtt/optimize/SchedulingBug_01$VolatileBoxHolder;
            0    5     1       b  Lorg/graalvm/compiler/jtt/optimize/SchedulingBug_01$VolatileBoxHolder;
            1    5     2   value  I
            2    5     3  result  I
    MethodParameters:
      Name  Flags
      a     
      b     

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.SchedulingBug_01 this
         0: .line 48
            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.jtt.optimize.SchedulingBug_01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/SchedulingBug_01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "SchedulingBug_01.java"
NestMembers:
  org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder
InnerClasses:
  private VolatileBoxHolder = org.graalvm.compiler.jtt.optimize.SchedulingBug_01$VolatileBoxHolder of org.graalvm.compiler.jtt.optimize.SchedulingBug_01