public abstract class com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode extends com.oracle.truffle.api.dsl.test.Issue8559Test$BaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode
  super_class: com.oracle.truffle.api.dsl.test.Issue8559Test$BaseNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
         0: .line 114
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.Issue8559Test$BaseNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/Issue8559Test$SomeNode;

  public abstract java.lang.Object execute(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg   
      arg2  

  public int executeInt(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
        start local 1 // int arg
        start local 2 // int arg2
         0: .line 119
            aload 0 /* this */
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 2 /* arg2 */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode.execute:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 120
            aload 3 /* result */
            instanceof java.lang.Integer
            ifeq 3
         2: .line 121
            aload 3 /* result */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         3: .line 123
      StackMap locals: java.lang.Object
      StackMap stack:
            new com.oracle.truffle.api.nodes.UnexpectedResultException
            dup
            aload 3 /* result */
            invokespecial com.oracle.truffle.api.nodes.UnexpectedResultException.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.Object result
        end local 2 // int arg2
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/dsl/test/Issue8559Test$SomeNode;
            0    4     1     arg  I
            0    4     2    arg2  I
            1    4     3  result  Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
      Name  Flags
      arg   
      arg2  

  public long executeLong(long, long);
    descriptor: (JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
        start local 1 // long arg
        start local 3 // long arg2
         0: .line 127
            aload 0 /* this */
            lload 1 /* arg */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            lload 3 /* arg2 */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode.execute:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* result */
        start local 5 // java.lang.Object result
         1: .line 128
            aload 5 /* result */
            instanceof java.lang.Long
            ifeq 3
         2: .line 129
            aload 5 /* result */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lreturn
         3: .line 131
      StackMap locals: java.lang.Object
      StackMap stack:
            new com.oracle.truffle.api.nodes.UnexpectedResultException
            dup
            aload 5 /* result */
            invokespecial com.oracle.truffle.api.nodes.UnexpectedResultException.<init>:(Ljava/lang/Object;)V
            athrow
        end local 5 // java.lang.Object result
        end local 3 // long arg2
        end local 1 // long arg
        end local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/dsl/test/Issue8559Test$SomeNode;
            0    4     1     arg  J
            0    4     3    arg2  J
            1    4     5  result  Ljava/lang/Object;
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    MethodParameters:
      Name  Flags
      arg   
      arg2  

  protected long callLong(int, int);
    descriptor: (II)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
        start local 1 // int a
        start local 2 // int b
         0: .line 136
            iload 1 /* a */
            iload 2 /* b */
            if_icmpge 2
         1: .line 137
            new com.oracle.truffle.api.nodes.UnexpectedResultException
            dup
            dconst_1
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokespecial com.oracle.truffle.api.nodes.UnexpectedResultException.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 139
      StackMap locals:
      StackMap stack:
            ldc 1234
            lreturn
        end local 2 // int b
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/Issue8559Test$SomeNode;
            0    3     1     a  I
            0    3     2     b  I
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(rewriteOn = {Lcom/oracle/truffle/api/nodes/UnexpectedResultException;})
    MethodParameters:
      Name  Flags
      a     
      b     

  protected long callLong(long, long);
    descriptor: (JJ)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
        start local 1 // long a
        start local 3 // long b
         0: .line 146
            lconst_1
            lreturn
        end local 3 // long b
        end local 1 // long a
        end local 0 // com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/Issue8559Test$SomeNode;
            0    1     1     a  J
            0    1     3     b  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "Issue8559Test.java"
NestHost: com.oracle.truffle.api.dsl.test.Issue8559Test
InnerClasses:
  public abstract BaseNode = com.oracle.truffle.api.dsl.test.Issue8559Test$BaseNode of com.oracle.truffle.api.dsl.test.Issue8559Test
  public abstract SomeNode = com.oracle.truffle.api.dsl.test.Issue8559Test$SomeNode of com.oracle.truffle.api.dsl.test.Issue8559Test
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild(value = "arguments", type = [Lcom/oracle/truffle/api/dsl/test/Issue8559Test$BaseNode;)