public class com.oracle.truffle.api.library.test.CachedLibrarySharingTest extends com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  super_class: com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
{
  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 this
         0: .line 61
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.test.AbstractParametrizedLibraryTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest;

  public static java.util.List<com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun> data();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 65
            iconst_4
            anewarray com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun
            dup
            iconst_0
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_1
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_2
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_CACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            dup
            iconst_3
            getstatic com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.DISPATCHED_UNCACHED:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public void testSharingThis();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
         0: .line 117
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1.<init>:()V
            astore 1 /* obj */
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 obj
         1: .line 118
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
         2: .line 119
            ldc "m2_1"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 120
            ldc "m2_1"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m1:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 121
            ldc "m2_1"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m2:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 123
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest.run:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            invokevirtual com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.isDispatched:()Z
            ifne 9
         6: .line 124
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
            dup
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.<init>:(Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         7: .line 125
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 126
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         9: .line 128
      StackMap locals: com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 obj
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest;
            1   10     1   obj  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharingThis1;
            2   10     2   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testLibraryObject1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
         0: .line 150
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            astore 1 /* obj */
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 obj
         1: .line 151
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
         2: .line 152
            ldc "m0_2"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 153
            ldc "m1_2"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m1:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 154
            ldc "m2_1"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m2:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 156
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest.run:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            invokevirtual com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.isDispatched:()Z
            ifne 9
         6: .line 157
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
            dup
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.<init>:(Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         7: .line 158
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 159
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         9: .line 162
      StackMap locals: com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 obj
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest;
            1   10     1   obj  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject1;
            2   10     2   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testLibraryObject2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
         0: .line 190
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
            dup
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.<init>:(Ljava/lang/Object;)V
            astore 1 /* obj */
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 obj
         1: .line 191
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
         2: .line 192
            ldc "m0_2"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 193
            ldc "m1_2"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m1:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 194
            ldc "m2_1"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m2:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 196
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest.run:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            invokevirtual com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.isDispatched:()Z
            ifne 17
         6: .line 197
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         7: .line 198
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
         8: .line 199
            aload 2 /* lib */
            invokedynamic run(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/oracle/truffle/api/library/test/CachedLibrarySharingTest.lambda$0(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V (6)
                  ()V
            invokestatic com.oracle.truffle.api.library.test.CachedLibrarySharingTest.assertAssertionError:(Ljava/lang/Runnable;)V
         9: .line 200
            aload 2 /* lib */
            invokedynamic run(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/oracle/truffle/api/library/test/CachedLibrarySharingTest.lambda$1(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V (6)
                  ()V
            invokestatic com.oracle.truffle.api.library.test.CachedLibrarySharingTest.assertAssertionError:(Ljava/lang/Runnable;)V
        10: .line 201
            aload 2 /* lib */
            invokedynamic run(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/oracle/truffle/api/library/test/CachedLibrarySharingTest.lambda$2(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V (6)
                  ()V
            invokestatic com.oracle.truffle.api.library.test.CachedLibrarySharingTest.assertAssertionError:(Ljava/lang/Runnable;)V
        11: .line 202
            aload 2 /* lib */
            invokedynamic run(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  com/oracle/truffle/api/library/test/CachedLibrarySharingTest.lambda$3(Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V (6)
                  ()V
            invokestatic com.oracle.truffle.api.library.test.CachedLibrarySharingTest.assertAssertionError:(Ljava/lang/Runnable;)V
        12: .line 204
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.CachedLibrarySharingTest.run:Lcom/oracle/truffle/api/test/AbstractParametrizedLibraryTest$TestRun;
            invokevirtual com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun.isCached:()Z
            ifeq 15
        13: .line 205
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.<init>:(Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertFalse:(Z)V
        14: .line 206
            goto 16
        15: .line 207
      StackMap locals: com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
      StackMap stack:
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
            dup
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.<init>:(Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        16: .line 209
      StackMap locals:
      StackMap stack:
            aload 2 /* lib */
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2
            dup
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2.<init>:(Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.accepts:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
        17: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 obj
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest;
            1   18     1   obj  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject2;
            2   18     2   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testLibraryObject3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
         0: .line 242
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3
            dup
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
         1: .line 243
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
         2: .line 242
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
            astore 1 /* obj */
        start local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 obj
         3: .line 244
            aload 0 /* this */
            ldc Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest.createLibrary:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/oracle/truffle/api/library/Library;
            checkcast com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1
            astore 2 /* lib */
        start local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
         4: .line 245
            ldc "m0_2"
            aload 2 /* lib */
            aload 1 /* obj */
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 246
            return
        end local 2 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 lib
        end local 1 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 obj
        end local 0 // com.oracle.truffle.api.library.test.CachedLibrarySharingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest;
            3    6     1   obj  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibraryObject3;
            4    6     2   lib  Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private static void lambda$0(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 199
            aload 0
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m0:(Ljava/lang/Object;)Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$1(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 200
            aload 0
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m0:(Ljava/lang/Object;)Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$2(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 201
            aload 0
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m1:(Ljava/lang/Object;)Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$3(com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1);
    descriptor: (Lcom/oracle/truffle/api/library/test/CachedLibrarySharingTest$LibrarySharing1;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 202
            aload 0
            new com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
            dup
            invokespecial com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1.<init>:()V
            invokevirtual com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1.m1:(Ljava/lang/Object;)Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CachedLibrarySharingTest.java"
NestMembers:
  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1$M1  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2$M1  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing2  com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1
InnerClasses:
  public final LibraryObject1 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject1 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  public final LibraryObject2 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject2 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  public final LibraryObject3 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibraryObject3 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  public abstract LibrarySharing1 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharing1 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
  public LibrarySharingThis1 = com.oracle.truffle.api.library.test.CachedLibrarySharingTest$LibrarySharingThis1 of com.oracle.truffle.api.library.test.CachedLibrarySharingTest
  public final TestRun = com.oracle.truffle.api.test.AbstractParametrizedLibraryTest$TestRun of com.oracle.truffle.api.test.AbstractParametrizedLibraryTest
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized