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

  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, com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode);
    descriptor: (ILcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardNode;)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$ValidWithGenericNode this
        start local 1 // int obj
        start local 2 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode guardNode
         0: .line 75
            ldc "s1"
            areturn
        end local 2 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode guardNode
        end local 1 // int obj
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithGenericNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$ValidWithGenericNode;
            0    1     1        obj  I
            0    1     2  guardNode  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"guardNode.execute(obj)"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "createGuard()")
    MethodParameters:
           Name  Flags
      obj        
      guardNode  

  protected java.lang.Object s2(int);
    descriptor: (I)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$ValidWithGenericNode this
        start local 1 // int obj
         0: .line 84
            ldc "s2"
            areturn
        end local 1 // int obj
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithGenericNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$ValidWithGenericNode;
            0    1     1   obj  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      obj   

  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$ValidWithGenericNode this
        start local 1 // java.lang.Object x
         0: .line 89
            ldc "fallback"
            areturn
        end local 1 // java.lang.Object x
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithGenericNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$ValidWithGenericNode;
            0    1     1     x  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
      Name  Flags
      x     

  static com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode createGuard();
    descriptor: ()Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardNode;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 93
            new com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode
            dup
            invokespecial com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CachedReachableFallbackTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest
InnerClasses:
  GuardNode = com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode of com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest
  abstract ValidWithGenericNode = com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithGenericNode of com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest