class com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase
  super_class: java.lang.Object
{
  final java.lang.Object member;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1 firstLib;
    descriptor: Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
    flags: (0x0000) 

  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 271
            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$MergedLibraryBase.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase this
         0: .line 271
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 273
            aload 0 /* this */
            ldc ""
            putfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase.member:Ljava/lang/Object;
         2: .line 271
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MergedLibraryBase;

  final java.lang.String m1(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$MergedLibraryBase this
        start local 1 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1 lib
         0: .line 279
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase.firstLib:Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
            ifnonnull 2
         1: .line 280
            aload 0 /* this */
            aload 1 /* lib */
            putfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase.firstLib:Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;
         2: .line 282
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase.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 283
      StackMap locals:
      StackMap stack:
            ldc "base_m1"
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportSubclassTest$ExportSubclassLibrary1 lib
        end local 0 // com.oracle.truffle.api.library.test.ExportSubclassTest$MergedLibraryBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/library/test/ExportSubclassTest$MergedLibraryBase;
            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
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportSubclassTest$ExportSubclassLibrary1;)