public class org.graalvm.compiler.jtt.optimize.VN_Long02 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_Long02
  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.VN_Long02 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_Long02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Long02;

  public static long test(int);
    descriptor: (I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int arg
         0: .line 37
            iload 0 /* arg */
            ifne 2
         1: .line 38
            iload 0 /* arg */
            bipush 10
            iadd
            i2l
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Long02.shift0:(J)J
            lreturn
         2: .line 40
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_1
            if_icmpne 4
         3: .line 41
            iload 0 /* arg */
            bipush 10
            iadd
            i2l
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Long02.shift1:(J)J
            lreturn
         4: .line 43
      StackMap locals:
      StackMap stack:
            iload 0 /* arg */
            iconst_2
            if_icmpne 6
         5: .line 44
            iload 0 /* arg */
            bipush 10
            iadd
            i2l
            invokestatic org.graalvm.compiler.jtt.optimize.VN_Long02.shift2:(J)J
            lreturn
         6: .line 46
      StackMap locals:
      StackMap stack:
            lconst_0
            lreturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  I
    MethodParameters:
      Name  Flags
      arg   

  public static long shift0(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // long x
         0: .line 50
            lconst_1
            lstore 2 /* c */
        start local 2 // long c
         1: .line 51
            lload 0 /* x */
            lload 2 /* c */
            l2i
            lshr
            lstore 4 /* t */
        start local 4 // long t
         2: .line 52
            lload 0 /* x */
            lload 2 /* c */
            l2i
            lshr
            lstore 6 /* u */
        start local 6 // long u
         3: .line 53
            lload 4 /* t */
            lload 6 /* u */
            ladd
            lreturn
        end local 6 // long u
        end local 4 // long t
        end local 2 // long c
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  J
            1    4     2     c  J
            2    4     4     t  J
            3    4     6     u  J
    MethodParameters:
      Name  Flags
      x     

  public static long shift1(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // long x
         0: .line 57
            lconst_1
            lstore 2 /* c */
        start local 2 // long c
         1: .line 58
            lload 0 /* x */
            lload 2 /* c */
            l2i
            lushr
            lstore 4 /* t */
        start local 4 // long t
         2: .line 59
            lload 0 /* x */
            lload 2 /* c */
            l2i
            lushr
            lstore 6 /* u */
        start local 6 // long u
         3: .line 60
            lload 4 /* t */
            lload 6 /* u */
            ladd
            lreturn
        end local 6 // long u
        end local 4 // long t
        end local 2 // long c
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  J
            1    4     2     c  J
            2    4     4     t  J
            3    4     6     u  J
    MethodParameters:
      Name  Flags
      x     

  public static long shift2(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // long x
         0: .line 64
            lconst_1
            lstore 2 /* c */
        start local 2 // long c
         1: .line 65
            lload 0 /* x */
            lload 2 /* c */
            l2i
            lshl
            lstore 4 /* t */
        start local 4 // long t
         2: .line 66
            lload 0 /* x */
            lload 2 /* c */
            l2i
            lshl
            lstore 6 /* u */
        start local 6 // long u
         3: .line 67
            lload 4 /* t */
            lload 6 /* u */
            ladd
            lreturn
        end local 6 // long u
        end local 4 // long t
        end local 2 // long c
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  J
            1    4     2     c  J
            2    4     4     t  J
            3    4     6     u  J
    MethodParameters:
      Name  Flags
      x     

  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_Long02 this
         0: .line 70
            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_Long02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Long02;
    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_Long02 this
         0: .line 75
            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_Long02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Long02;
    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_Long02 this
         0: .line 80
            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_Long02 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/VN_Long02;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "VN_Long02.java"