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

  int do2();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityThrowable1 this
         0: .line 282
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityThrowable1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityThrowable1;
    Exceptions:
      throws java.lang.RuntimeException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(rewriteOn = {Ljava/lang/RuntimeException;})

  int do1();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityThrowable1 this
         0: .line 287
            iconst_2
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityThrowable1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReachabilityTest$ReachabilityThrowable1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
}
SourceFile: "ReachabilityTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ReachabilityTest
InnerClasses:
  ReachabilityThrowable1 = com.oracle.truffle.api.dsl.test.ReachabilityTest$ReachabilityThrowable1 of com.oracle.truffle.api.dsl.test.ReachabilityTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest