public class org.graalvm.compiler.core.test.IntegerStampShiftTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.IntegerStampShiftTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.IntegerStampShiftTest this
         0: .line 30
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.IntegerStampShiftTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/IntegerStampShiftTest;

  public static int unsignedShiftPositiveInt(boolean);
    descriptor: (Z)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // boolean f
         0: .line 33
            iload 0 /* f */
            ifeq 1
            ldc 2147483632
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc 2147483392
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* h */
        start local 1 // int h
         3: .line 34
            iload 1 /* h */
            bipush 8
            iushr
            ireturn
        end local 1 // int h
        end local 0 // boolean f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     f  Z
            3    4     1     h  I
    MethodParameters:
      Name  Flags
      f     

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

  public static int unsignedShiftNegativeInt(boolean);
    descriptor: (Z)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // boolean f
         0: .line 43
            iload 0 /* f */
            ifeq 1
            bipush -16
            goto 2
      StackMap locals:
      StackMap stack:
         1: sipush -256
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* h */
        start local 1 // int h
         3: .line 44
            iload 1 /* h */
            bipush 8
            iushr
            ireturn
        end local 1 // int h
        end local 0 // boolean f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     f  Z
            3    4     1     h  I
    MethodParameters:
      Name  Flags
      f     

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

  public static long unsignedShiftPositiveLong(boolean);
    descriptor: (Z)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // boolean f
         0: .line 53
            iload 0 /* f */
            ifeq 1
            ldc 9223372036854775792
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc 9223372036854775552
      StackMap locals:
      StackMap stack: long
         2: lstore 1 /* h */
        start local 1 // long h
         3: .line 54
            lload 1 /* h */
            bipush 8
            lushr
            lreturn
        end local 1 // long h
        end local 0 // boolean f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     f  Z
            3    4     1     h  J
    MethodParameters:
      Name  Flags
      f     

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

  public static long unsignedShiftNegativeLong(boolean);
    descriptor: (Z)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // boolean f
         0: .line 63
            iload 0 /* f */
            ifeq 1
            ldc -16
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc -256
      StackMap locals:
      StackMap stack: long
         2: lstore 1 /* h */
        start local 1 // long h
         3: .line 64
            lload 1 /* h */
            bipush 8
            lushr
            lreturn
        end local 1 // long h
        end local 0 // boolean f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     f  Z
            3    4     1     h  J
    MethodParameters:
      Name  Flags
      f     

  public void testUnsignedShiftNegativeLong();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.IntegerStampShiftTest 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.core.test.IntegerStampShiftTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/IntegerStampShiftTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "IntegerStampShiftTest.java"