class com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub extends com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub
  super_class: com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 289
            ldc Lcom/oracle/truffle/api/library/test/ExportSubclassTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub this
         0: .line 289
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MergedLibrarySub;

  final java.lang.String m0(com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;)Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub this
        start local 1 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1 lib
         0: .line 293
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub.firstLib:Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
            ifnonnull 2
         1: .line 294
            aload 0 /* this */
            aload 1 /* lib */
            putfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub.firstLib:Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
         2: .line 296
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub.firstLib:Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
            aload 1 /* lib */
            if_acmpeq 3
            new java.lang.AssertionError
            dup
            ldc "merged library is not shared"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 297
      StackMap locals:
      StackMap stack:
            ldc "sub_m0"
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1 lib
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MergedLibrarySub;
            0    4     1   lib  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.member")
    MethodParameters:
      Name  Flags
      lib   
}
SourceFile: "ExportSubclassTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSubclassTest
InnerClasses:
  public abstract ExportSubclassLibrary1 = com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1 of com.oracle.truffle.api.library.test.ExportSubclassTest
  MergedLibraryBase = com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase of com.oracle.truffle.api.library.test.ExportSubclassTest
  MergedLibrarySub = com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibrarySub of com.oracle.truffle.api.library.test.ExportSubclassTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;)