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

  final java.lang.Object d1;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  final java.lang.Object d2;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 this
        start local 1 // java.lang.Object d0
        start local 2 // java.lang.Object d1
        start local 3 // java.lang.Object d2
         0: .line 221
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 222
            aload 0 /* this */
            aload 1 /* d0 */
            putfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.d0:Ljava/lang/Object;
         2: .line 223
            aload 0 /* this */
            aload 2 /* d1 */
            putfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.d1:Ljava/lang/Object;
         3: .line 224
            aload 0 /* this */
            aload 3 /* d2 */
            putfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.d2:Ljava/lang/Object;
         4: .line 225
            return
        end local 3 // java.lang.Object d2
        end local 2 // java.lang.Object d1
        end local 1 // java.lang.Object d0
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject3;
            0    5     1    d0  Ljava/lang/Object;
            0    5     2    d1  Ljava/lang/Object;
            0    5     3    d2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      d0    
      d1    
      d2    

  java.lang.String m0(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2, com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2, com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 this
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib0
        start local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib1
        start local 3 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib2
         0: .line 231
            aload 1 /* lib0 */
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.d0:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2.m0:(Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* r0 */
        start local 4 // java.lang.String r0
         1: .line 232
            aload 2 /* lib1 */
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.d1:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2.m0:(Ljava/lang/Object;)Ljava/lang/String;
            astore 5 /* r1 */
        start local 5 // java.lang.String r1
         2: .line 233
            aload 3 /* lib2 */
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.d2:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2.m0:(Ljava/lang/Object;)Ljava/lang/String;
            astore 6 /* r2 */
        start local 6 // java.lang.String r2
         3: .line 234
            aload 4 /* r0 */
            aload 5 /* r1 */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 235
            aload 5 /* r1 */
            aload 6 /* r2 */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 236
            aload 6 /* r2 */
            areturn
        end local 6 // java.lang.String r2
        end local 5 // java.lang.String r1
        end local 4 // java.lang.String r0
        end local 3 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib2
        end local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib1
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib0
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject3;
            0    6     1  lib0  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;
            0    6     2  lib1  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;
            0    6     3  lib2  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;
            1    6     4    r0  Ljava/lang/String;
            2    6     5    r1  Ljava/lang/String;
            3    6     6    r2  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.d0")
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.d1")
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "this.d2")
    MethodParameters:
      Name  Flags
      lib0  
      lib1  
      lib2  
}
SourceFile: "CachedLibrarySharingTest.java"
NestHost: com.oracle.truffle.api.library.test.CachedLibrarySharingTest
InnerClasses:
  public final LibraryObject3 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  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;)