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

  abstract java.lang.String execute();
    descriptor: ()Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT

  static java.lang.String s0();
    descriptor: ()Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 126
            ldc "s0_cached"
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.ArithmeticException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(rewriteOn = {Ljava/lang/ArithmeticException;})

  static java.lang.String s1();
    descriptor: ()Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 132
            ldc "s1_uncached"
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"s0"})
}
SourceFile: "ExportSharingTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSharingTest
InnerClasses:
  abstract TestCached1Node = com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node of com.oracle.truffle.api.library.test.ExportSharingTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()