public class org.graalvm.compiler.jtt.optimize.VN_InstanceOf01 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.VN_InstanceOf01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  static final java.lang.Object object;
    descriptor: Ljava/lang/Object;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            new org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            dup
            invokespecial org.graalvm.compiler.jtt.JTTTest$DummyTestClass.<init>:()V
            putstatic org.graalvm.compiler.jtt.optimize.VN_InstanceOf01.object:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.VN_InstanceOf01 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.optimize.VN_InstanceOf01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_InstanceOf01;

  public static boolean test(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int arg
         0: .line 39
            iload 0 /* arg */
            ifne 2
         1: .line 40
            invokestatic org.graalvm.compiler.jtt.optimize.VN_InstanceOf01.foo1:()Z
            ireturn
         2: .line 42
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_1
            if_icmpne 4
         3: .line 43
            invokestatic org.graalvm.compiler.jtt.optimize.VN_InstanceOf01.foo2:()Z
            ireturn
         4: .line 45
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 6
         5: .line 46
            invokestatic org.graalvm.compiler.jtt.optimize.VN_InstanceOf01.foo3:()Z
            ireturn
         6: .line 49
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  I
    MethodParameters:
      Name  Flags
      arg   

  private static boolean foo1();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 53
            getstatic org.graalvm.compiler.jtt.optimize.VN_InstanceOf01.object:Ljava/lang/Object;
            instanceof org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            istore 0 /* a */
        start local 0 // boolean a
         1: .line 54
            getstatic org.graalvm.compiler.jtt.optimize.VN_InstanceOf01.object:Ljava/lang/Object;
            instanceof org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            istore 1 /* b */
        start local 1 // boolean b
         2: .line 55
            iload 0 /* a */
            iload 1 /* b */
            ior
            ireturn
        end local 1 // boolean b
        end local 0 // boolean a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    3     0     a  Z
            2    3     1     b  Z

  private static boolean foo2();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=0
         0: .line 59
            new org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            dup
            invokespecial org.graalvm.compiler.jtt.JTTTest$DummyTestClass.<init>:()V
            astore 0 /* obj */
        start local 0 // java.lang.Object obj
         1: .line 60
            aload 0 /* obj */
            instanceof org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            istore 1 /* a */
        start local 1 // boolean a
         2: .line 61
            aload 0 /* obj */
            instanceof org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            istore 2 /* b */
        start local 2 // boolean b
         3: .line 62
            iload 1 /* a */
            iload 2 /* b */
            ior
            ireturn
        end local 2 // boolean b
        end local 1 // boolean a
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    4     0   obj  Ljava/lang/Object;
            2    4     1     a  Z
            3    4     2     b  Z

  private static boolean foo3();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 66
            aconst_null
            instanceof org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            istore 0 /* a */
        start local 0 // boolean a
         1: .line 67
            aconst_null
            instanceof org.graalvm.compiler.jtt.JTTTest$DummyTestClass
            istore 1 /* b */
        start local 1 // boolean b
         2: .line 68
            iload 0 /* a */
            iload 1 /* b */
            ior
            ireturn
        end local 1 // boolean b
        end local 0 // boolean a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    3     0     a  Z
            2    3     1     b  Z

  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.VN_InstanceOf01 this
         0: .line 71
            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.VN_InstanceOf01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_InstanceOf01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.VN_InstanceOf01 this
         0: .line 76
            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.VN_InstanceOf01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_InstanceOf01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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