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

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // int a
         0: .line 36
            iconst_0
            istore 1 /* n */
        start local 1 // int n
         1: .line 37
            iload 0 /* a */
            ifne 4
         2: .line 38
            iinc 1 /* n */ 1
         3: .line 39
            goto 5
         4: .line 40
      StackMap locals: int
      StackMap stack:
            iinc 1 /* n */ -1
         5: .line 42
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            ifeq 8
         6: .line 43
            iinc 1 /* n */ -1
         7: .line 44
            goto 9
         8: .line 45
      StackMap locals:
      StackMap stack:
            iinc 1 /* n */ 1
         9: .line 47
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            ireturn
        end local 1 // int n
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0     a  I
            1   10     1     n  I
    MethodParameters:
      Name  Flags
      a     

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

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

  public static int testb(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int b
         0: .line 69
            iload 0 /* b */
            i2b
            istore 1 /* x */
        start local 1 // byte x
         1: .line 70
            iload 1 /* x */
            sipush 255
            iand
            istore 2 /* y */
        start local 2 // int y
         2: .line 71
            iload 2 /* y */
            sipush 255
            if_icmpne 4
         3: .line 73
            invokestatic java.lang.System.currentTimeMillis:()J
            bipush 32
            lshr
            l2i
            istore 2 /* y */
         4: .line 75
      StackMap locals: int int
      StackMap stack:
            iload 2 /* y */
            ireturn
        end local 2 // int y
        end local 1 // byte x
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     b  I
            1    5     1     x  B
            2    5     2     y  I
    MethodParameters:
      Name  Flags
      b     

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

  public static int tests(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int b
         0: .line 87
            iload 0 /* b */
            i2s
            istore 1 /* x */
        start local 1 // short x
         1: .line 88
            iload 1 /* x */
            ldc 65535
            iand
            istore 2 /* y */
        start local 2 // int y
         2: .line 89
            iload 2 /* y */
            ldc 65535
            if_icmpne 4
         3: .line 91
            invokestatic java.lang.System.currentTimeMillis:()J
            bipush 32
            lshr
            l2i
            istore 2 /* y */
         4: .line 93
      StackMap locals: int int
      StackMap stack:
            iload 2 /* y */
            ireturn
        end local 2 // int y
        end local 1 // short x
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     b  I
            1    5     1     x  S
            2    5     2     y  I
    MethodParameters:
      Name  Flags
      b     

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

  public static int testc(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int b
         0: .line 106
            iload 0 /* b */
            i2c
            istore 1 /* x */
        start local 1 // char x
         1: .line 107
            iload 1 /* x */
            ldc 65535
            iand
            istore 2 /* y */
        start local 2 // int y
         2: .line 108
            iload 2 /* y */
            ldc 65535
            if_icmpne 4
         3: .line 110
            invokestatic java.lang.System.currentTimeMillis:()J
            bipush 32
            lshr
            l2i
            istore 2 /* y */
         4: .line 112
      StackMap locals: int int
      StackMap stack:
            iload 2 /* y */
            ireturn
        end local 2 // int y
        end local 1 // char x
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     b  I
            1    5     1     x  C
            2    5     2     y  I
    MethodParameters:
      Name  Flags
      b     

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

  public static boolean testCondb(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int b
         0: .line 125
            iload 0 /* b */
            i2b
            istore 1 /* x */
        start local 1 // byte x
         1: .line 126
            iload 1 /* x */
            sipush 255
            iand
            istore 2 /* y */
        start local 2 // int y
         2: .line 127
            iload 2 /* y */
            sipush 255
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int y
        end local 1 // byte x
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     b  I
            1    4     1     x  B
            2    4     2     y  I
    MethodParameters:
      Name  Flags
      b     

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

  public static boolean testConds(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int b
         0: .line 139
            iload 0 /* b */
            i2s
            istore 1 /* x */
        start local 1 // short x
         1: .line 140
            iload 1 /* x */
            ldc 65535
            iand
            istore 2 /* y */
        start local 2 // int y
         2: .line 141
            iload 2 /* y */
            ldc 65535
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int y
        end local 1 // short x
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     b  I
            1    4     1     x  S
            2    4     2     y  I
    MethodParameters:
      Name  Flags
      b     

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

  public static boolean testCondc(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int b
         0: .line 153
            iload 0 /* b */
            i2c
            istore 1 /* x */
        start local 1 // char x
         1: .line 154
            iload 1 /* x */
            ldc 65535
            iand
            istore 2 /* y */
        start local 2 // int y
         2: .line 155
            iload 2 /* y */
            ldc 65535
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int y
        end local 1 // char x
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     b  I
            1    4     1     x  C
            2    4     2     y  I
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "BC_ifeq.java"