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

  public static boolean test(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // int x
         0: .line 36
            dconst_0
            dstore 1 /* a */
        start local 1 // double a
         1: .line 37
            dconst_0
            dstore 3 /* b */
        start local 3 // double b
         2: .line 38
            iload 0 /* x */
            tableswitch { // 0 - 8
                    0: 3
                    1: 6
                    2: 9
                    3: 12
                    4: 15
                    5: 18
                    6: 21
                    7: 24
                    8: 27
              default: 29
          }
         3: .line 40
      StackMap locals: double double
      StackMap stack:
            ldc Infinity
            dstore 1 /* a */
         4: .line 41
            dconst_1
            dstore 3 /* b */
         5: .line 42
            goto 29
         6: .line 44
      StackMap locals:
      StackMap stack:
            dconst_1
            dstore 1 /* a */
         7: .line 45
            ldc Infinity
            dstore 3 /* b */
         8: .line 46
            goto 29
         9: .line 48
      StackMap locals:
      StackMap stack:
            ldc -Infinity
            dstore 1 /* a */
        10: .line 49
            dconst_1
            dstore 3 /* b */
        11: .line 50
            goto 29
        12: .line 52
      StackMap locals:
      StackMap stack:
            dconst_1
            dstore 1 /* a */
        13: .line 53
            ldc -Infinity
            dstore 3 /* b */
        14: .line 54
            goto 29
        15: .line 56
      StackMap locals:
      StackMap stack:
            ldc -Infinity
            dstore 1 /* a */
        16: .line 57
            ldc -Infinity
            dstore 3 /* b */
        17: .line 58
            goto 29
        18: .line 60
      StackMap locals:
      StackMap stack:
            ldc -Infinity
            dstore 1 /* a */
        19: .line 61
            ldc Infinity
            dstore 3 /* b */
        20: .line 62
            goto 29
        21: .line 64
      StackMap locals:
      StackMap stack:
            ldc NaN
            dstore 1 /* a */
        22: .line 65
            ldc Infinity
            dstore 3 /* b */
        23: .line 66
            goto 29
        24: .line 68
      StackMap locals:
      StackMap stack:
            dconst_1
            dstore 1 /* a */
        25: .line 69
            ldc NaN
            dstore 3 /* b */
        26: .line 70
            goto 29
        27: .line 72
      StackMap locals:
      StackMap stack:
            dconst_1
            dstore 1 /* a */
        28: .line 73
            ldc NaN
            dstore 3 /* b */
        29: .line 76
      StackMap locals:
      StackMap stack:
            dload 1 /* a */
            dload 3 /* b */
            dcmpg
            ifgt 30
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        30: iconst_0
            ireturn
        end local 3 // double b
        end local 1 // double a
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0     x  I
            1   31     1     a  D
            2   31     3     b  D
    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.bytecode.BC_dcmp10 this
         0: .line 79
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    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_dcmp10 this
         0: .line 84
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    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.bytecode.BC_dcmp10 this
         0: .line 89
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    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_dcmp10 this
         0: .line 94
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  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_dcmp10 this
         0: .line 99
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  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_dcmp10 this
         0: .line 104
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  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_dcmp10 this
         0: .line 109
            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_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  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_dcmp10 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.bytecode.BC_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  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_dcmp10 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.bytecode.BC_dcmp10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/bytecode/BC_dcmp10;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "BC_dcmp10.java"