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

  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$NotGuardNode);
    descriptor: (ILcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$NotGuardNode;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
        start local 1 // int obj
        start local 2 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$NotGuardNode guardNode1
         0: .line 307
            aload 2 /* guardNode1 */
            invokestatic com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest.assertAdopted:(Lcom/oracle/truffle/api/nodes/Node;)V
         1: .line 308
            iload 1 /* obj */
            iconst_3
            if_icmpne 3
         2: .line 309
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
         3: .line 311
      StackMap locals:
      StackMap stack:
            ldc "s1"
            areturn
        end local 2 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$NotGuardNode guardNode1
        end local 1 // int obj
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardKindsNode;
            0    4     1         obj  I
            0    4     2  guardNode1  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$NotGuardNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"guardNode1.execute(obj)", "notTwo(obj)"}, rewriteOn = {Ljava/lang/RuntimeException;}, assumptions = {"createAssumption()"}, limit = "1")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "create(1)")
    MethodParameters:
            Name  Flags
      obj         
      guardNode1  

  boolean notTwo(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
        start local 1 // int obj
         0: .line 316
            lconst_1
            iload 1 /* obj */
            i2l
            invokestatic org.junit.Assert.assertNotEquals:(JJ)V
         1: .line 317
            iload 1 /* obj */
            iconst_2
            if_icmpeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int obj
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardKindsNode;
            0    3     1   obj  I
    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$GuardKindsNode this
        start local 1 // java.lang.Object x
         0: .line 322
            ldc "fallback"
            areturn
        end local 1 // java.lang.Object x
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardKindsNode;
            0    1     1     x  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
      Name  Flags
      x     

  com.oracle.truffle.api.Assumption createAssumption();
    descriptor: ()Lcom/oracle/truffle/api/Assumption;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
         0: .line 328
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode.assumption:Lcom/oracle/truffle/api/Assumption;
            ifnonnull 2
         1: .line 329
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createAssumption:()Lcom/oracle/truffle/api/Assumption;
            putfield com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode.assumption:Lcom/oracle/truffle/api/Assumption;
         2: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode.assumption:Lcom/oracle/truffle/api/Assumption;
            areturn
        end local 0 // com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/CachedReachableFallbackTest$GuardKindsNode;
}
SourceFile: "CachedReachableFallbackTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest
InnerClasses:
  abstract GuardKindsNode = com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$GuardKindsNode of com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest
  NotGuardNode = com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest$NotGuardNode of com.oracle.truffle.api.dsl.test.CachedReachableFallbackTest