public class com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 this
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharingThis1;

  java.lang.String m0(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 this
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
         0: .line 106
            aload 1 /* lib */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m2:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharingThis1;
            0    1     1   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.library.CachedLibrary(value = "this")
    MethodParameters:
      Name  Flags
      lib   

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