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

  int doCached(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached1 this
        start local 1 // int cached
         0: .line 319
            iload 1 /* cached */
            ireturn
        end local 1 // int cached
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached1;
            0    1     1  cached  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached(value = "foo()")
    MethodParameters:
        Name  Flags
      cached  

  int doUncached();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached1 this
         0: .line 324
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doCached"})
}
SourceFile: "ReachabilityTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ReachabilityTest
InnerClasses:
  abstract ReachabilityUncached = com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached of com.oracle.truffle.api.dsl.test.ReachabilityTest
  abstract ReachabilityUncached1 = com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached1 of com.oracle.truffle.api.dsl.test.ReachabilityTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()