abstract class com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode 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$ValidWithoutGenericNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  int createGuardCalls;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode this
         0: .line 141
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$ValidWithoutGenericNode;

  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$ValidWithoutGenericNode this
        start local 1 // int obj
        start local 2 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode guardNode
         0: .line 150
            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$ValidWithoutGenericNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$ValidWithoutGenericNode;
            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)"}, limit = "1")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "createGuard()")
    MethodParameters:
           Name  Flags
      obj        
      guardNode  

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

  com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode createGuard();
    descriptor: ()Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardNode;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode this
         0: .line 159
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode.createGuardCalls:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode.createGuardCalls:I
         1: .line 160
            new com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode
            dup
            invokespecial com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardNode.<init>:()V
            areturn
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$ValidWithoutGenericNode;
}
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 ValidWithoutGenericNode = com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$ValidWithoutGenericNode of com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest