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

  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$ReachabilityUncached2 this
        start local 1 // int cached
         0: .line 332
            iload 1 /* cached */
            ireturn
        end local 1 // int cached
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached2;
            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 doUncached1();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached2 this
         0: .line 337
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached2;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doCached"})

  int doUncached2();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached2 this
         0: .line 343
            iconst_2
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityUncached2;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization is not reachable. It is shadowed by doUncached1()."})
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization is not reachable. It is shadowed by doUncached1()."})
}
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 ReachabilityUncached2 = com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityUncached2 of com.oracle.truffle.api.dsl.test.ReachabilityTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()