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

  static java.lang.String m1(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2, com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject2;Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing2;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 receiver
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2 lib
         0: .line 182
            aload 1 /* lib */
            aload 0 /* receiver */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.delegate:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2.m1:(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 receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  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.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver.delegate")
    MethodParameters:
          Name  Flags
      receiver  
      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.ExportMessage()