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

  public static int testi0(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int arg
         0: .line 35
            iload 0 /* arg */
            istore 1 /* a */
        start local 1 // int a
         1: .line 36
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 37
      StackMap locals: int int
      StackMap stack:
            iload 1 /* a */
            bipush 16
            ishr
            istore 1 /* a */
         4: .line 36
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         6: .line 39
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  I
            1    7     1     a  I
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      arg   

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

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

  public static int testi1(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int arg
         0: .line 53
            iload 0 /* arg */
            istore 1 /* a */
        start local 1 // int a
         1: .line 54
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 55
      StackMap locals: int int
      StackMap stack:
            iload 1 /* a */
            bipush 16
            iushr
            istore 1 /* a */
         4: .line 54
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         6: .line 57
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  I
            1    7     1     a  I
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      arg   

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

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

  public static int testi2(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int arg
         0: .line 71
            iload 0 /* arg */
            istore 1 /* a */
        start local 1 // int a
         1: .line 72
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 73
      StackMap locals: int int
      StackMap stack:
            iload 1 /* a */
            bipush 16
            ishl
            istore 1 /* a */
         4: .line 72
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         6: .line 75
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  I
            1    7     1     a  I
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      arg   

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

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

  public static long testl0(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // long arg
         0: .line 89
            lload 0 /* arg */
            lstore 2 /* a */
        start local 2 // long a
         1: .line 90
            lconst_0
            lstore 4 /* i */
        start local 4 // long i
         2: goto 5
         3: .line 91
      StackMap locals: long long
      StackMap stack:
            lload 2 /* a */
            bipush 32
            lshr
            lstore 2 /* a */
         4: .line 90
            lload 4 /* i */
            lconst_1
            ladd
            lstore 4 /* i */
      StackMap locals:
      StackMap stack:
         5: lload 4 /* i */
            ldc 2
            lcmp
            iflt 3
        end local 4 // long i
         6: .line 93
            lload 2 /* a */
            lreturn
        end local 2 // long a
        end local 0 // long arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  J
            1    7     2     a  J
            2    6     4     i  J
    MethodParameters:
      Name  Flags
      arg   

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

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

  public static long testl1(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // long arg
         0: .line 107
            lload 0 /* arg */
            lstore 2 /* a */
        start local 2 // long a
         1: .line 108
            lconst_0
            lstore 4 /* i */
        start local 4 // long i
         2: goto 5
         3: .line 109
      StackMap locals: long long
      StackMap stack:
            lload 2 /* a */
            bipush 32
            lushr
            lstore 2 /* a */
         4: .line 108
            lload 4 /* i */
            lconst_1
            ladd
            lstore 4 /* i */
      StackMap locals:
      StackMap stack:
         5: lload 4 /* i */
            ldc 2
            lcmp
            iflt 3
        end local 4 // long i
         6: .line 111
            lload 2 /* a */
            lreturn
        end local 2 // long a
        end local 0 // long arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  J
            1    7     2     a  J
            2    6     4     i  J
    MethodParameters:
      Name  Flags
      arg   

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

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

  public static long testl2(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // long arg
         0: .line 125
            lload 0 /* arg */
            lstore 2 /* a */
        start local 2 // long a
         1: .line 126
            lconst_0
            lstore 4 /* i */
        start local 4 // long i
         2: goto 5
         3: .line 127
      StackMap locals: long long
      StackMap stack:
            lload 2 /* a */
            bipush 32
            lshl
            lstore 2 /* a */
         4: .line 126
            lload 4 /* i */
            lconst_1
            ladd
            lstore 4 /* i */
      StackMap locals:
      StackMap stack:
         5: lload 4 /* i */
            ldc 2
            lcmp
            iflt 3
        end local 4 // long i
         6: .line 129
            lload 2 /* a */
            lreturn
        end local 2 // long a
        end local 0 // long arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   arg  J
            1    7     2     a  J
            2    6     4     i  J
    MethodParameters:
      Name  Flags
      arg   

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

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