public final class com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest
  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.ExportMethodTest$WeakReferenceMethodTest this
         0: .line 328
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$WeakReferenceMethodTest;

  java.lang.String m0(java.lang.String, com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/library/test/ExportMethodTest$WeakReferenceMethodTest;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest this
        start local 1 // java.lang.String arg
        start local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest cachedObject
         0: .line 334
            aload 2 /* cachedObject */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/Object;)V
         1: .line 335
            ldc "s0"
            areturn
        end local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest cachedObject
        end local 1 // java.lang.String arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$WeakReferenceMethodTest;
            0    2     1           arg  Ljava/lang/String;
            0    2     2  cachedObject  Lcom/oracle/truffle/api/library/test/ExportMethodTest$WeakReferenceMethodTest;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "this", weak = true)
    MethodParameters:
              Name  Flags
      arg           
      cachedObject  
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public final WeakReferenceMethodTest = com.oracle.truffle.api.library.test.ExportMethodTest$WeakReferenceMethodTest of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportNodeTest$MultiNodeExportLibrary;)