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

  abstract java.lang.Object execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg   

  java.lang.Object s0(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$UnboundCachedPrimitiveNode this
        start local 1 // int arg
        start local 2 // int primitive
         0: .line 65
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int primitive
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$UnboundCachedPrimitiveNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$UnboundCachedPrimitiveNode;
            0    1     1        arg  I
            0    1     2  primitive  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"arg == 42"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "shared")
        com.oracle.truffle.api.dsl.Cached(value = "arg")
    MethodParameters:
           Name  Flags
      arg        
      primitive  

  java.lang.Object s1(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$UnboundCachedPrimitiveNode this
        start local 1 // int arg
        start local 2 // int primitive
         0: .line 70
            iload 1 /* arg */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int primitive
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.dsl.test.SharedCachedTest$UnboundCachedPrimitiveNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/SharedCachedTest$UnboundCachedPrimitiveNode;
            0    1     1        arg  I
            0    1     2  primitive  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"arg == 43"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "shared")
        com.oracle.truffle.api.dsl.Cached(value = "arg")
    MethodParameters:
           Name  Flags
      arg        
      primitive  
}
SourceFile: "SharedCachedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.SharedCachedTest
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  abstract UnboundCachedPrimitiveNode = com.oracle.truffle.api.dsl.test.SharedCachedTest$UnboundCachedPrimitiveNode of com.oracle.truffle.api.dsl.test.SharedCachedTest