abstract class com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode 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.CachedReachableFallbackTest$CacheDuplicatesNode
  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.CachedReachableFallbackTest$CacheDuplicatesNode this
         0: .line 191
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$CacheDuplicatesNode;

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

  protected java.lang.Object s1(int, int);
    descriptor: (II)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode this
        start local 1 // int obj
        start local 2 // int cachedObj
         0: .line 198
            iload 2 /* cachedObj */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int cachedObj
        end local 1 // int obj
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$CacheDuplicatesNode;
            0    1     1        obj  I
            0    1     2  cachedObj  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"obj == cachedObj"}, limit = "1")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "obj")
    MethodParameters:
           Name  Flags
      obj        
      cachedObj  

  protected java.lang.Object fallback(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode this
        start local 1 // java.lang.Object x
         0: .line 203
            ldc "fallback"
            areturn
        end local 1 // java.lang.Object x
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$CacheDuplicatesNode;
            0    1     1     x  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "CachedReachableFallbackTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest
InnerClasses:
  abstract CacheDuplicatesNode = com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$CacheDuplicatesNode of com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest