abstract class com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1
  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.ReplacesTest$ReplacesThrowable1 this
         0: .line 476
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$ReplacesThrowable1;

  java.lang.Object f0();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 this
         0: .line 480
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$ReplacesThrowable1;
    Exceptions:
      throws java.lang.RuntimeException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(rewriteOn = {Ljava/lang/RuntimeException;})

  java.lang.Object f1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 this
         0: .line 485
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ReplacesTest$ReplacesThrowable1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"f0"})
}
SourceFile: "ReplacesTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ReplacesTest
InnerClasses:
  abstract ReplacesThrowable1 = com.oracle.truffle.api.dsl.test.ReplacesTest$ReplacesThrowable1 of com.oracle.truffle.api.dsl.test.ReplacesTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest