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 34
            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 37
            iload 0 /* arg */
            istore 1 /* a */
        start local 1 // int a
         1: .line 38
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 39
      StackMap locals: int int
      StackMap stack:
            iload 1 /* a */
            bipush 16
            ishr
            istore 1 /* a */
         4: .line 38
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         6: .line 41
            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 44
            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 49
            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 55
            iload 0 /* arg */
            istore 1 /* a */
        start local 1 // int a
         1: .line 56
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 57
      StackMap locals: int int
      StackMap stack:
            iload 1 /* a */
            bipush 16
            iushr
            istore 1 /* a */
         4: .line 56
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         6: .line 59
            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 62
            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 67
            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 73
            iload 0 /* arg */
            istore 1 /* a */
        start local 1 // int a
         1: .line 74
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 75
      StackMap locals: int int
      StackMap stack:
            iload 1 /* a */
            bipush 16
            ishl
            istore 1 /* a */
         4: .line 74
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iconst_2
            if_icmplt 3
        end local 2 // int i
         6: .line 77
            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 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.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 85
            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 91
            lload 0 /* arg */
            lstore 2 /* a */
        start local 2 // long a
         1: .line 92
            lconst_0
            lstore 4 /* i */
        start local 4 // long i
         2: goto 5
         3: .line 93
      StackMap locals: long long
      StackMap stack:
            lload 2 /* a */
            bipush 32
            lshr
            lstore 2 /* a */
         4: .line 92
            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 95
            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 98
            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 103
            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 109
            lload 0 /* arg */
            lstore 2 /* a */
        start local 2 // long a
         1: .line 110
            lconst_0
            lstore 4 /* i */
        start local 4 // long i
         2: goto 5
         3: .line 111
      StackMap locals: long long
      StackMap stack:
            lload 2 /* a */
            bipush 32
            lushr
            lstore 2 /* a */
         4: .line 110
            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 113
            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 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.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 121
            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 127
            lload 0 /* arg */
            lstore 2 /* a */
        start local 2 // long a
         1: .line 128
            lconst_0
            lstore 4 /* i */
        start local 4 // long i
         2: goto 5
         3: .line 129
      StackMap locals: long long
      StackMap stack:
            lload 2 /* a */
            bipush 32
            lshl
            lstore 2 /* a */
         4: .line 128
            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 131
            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 134
            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 139
            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"