abstract class com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 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$ReachabilityUncached3
  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$ReachabilityUncached3 this
         0: .line 348
            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$ReachabilityUncached3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached3;

  int doCached1(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 this
        start local 1 // int cached
         0: .line 351
            iload 1 /* cached */
            ireturn
        end local 1 // int cached
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached3;
            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 doCached2(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 this
        start local 1 // int cached
         0: .line 357
            iload 1 /* cached */
            iconst_1
            iadd
            ireturn
        end local 1 // int cached
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached3;
            0    1     1  cached  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization is not reachable. It is shadowed by doCached1(int)."})
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doCached1"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization is not reachable. It is shadowed by doCached1(int)."})
    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$ReachabilityUncached3 this
         0: .line 362
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached3;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doCached2"})
}
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 ReachabilityUncached3 = com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached3 of com.oracle.truffle.api.dsl.test.ReachabilityTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()