public final class com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
  super_class: java.lang.Object
{
  final java.lang.Object delegate;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 this
        start local 1 // java.lang.Object delegate
         0: .line 169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 170
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.delegate:Ljava/lang/Object;
         2: .line 171
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject2;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  java.lang.String m0(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 this
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib
         0: .line 175
            aload 1 /* lib */
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.delegate:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2.m0:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject2;
            0    1     1   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.delegate")
    MethodParameters:
      Name  Flags
      lib   
}
SourceFile: "CachedLibrarySharingTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibrarySharingTest
InnerClasses:
  public final LibraryObject2 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  M1 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2$M1 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
  public abstract LibrarySharing2 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)