public class com.oracle.graal.python.runtime.NFIZlibSupport$Pointer extends com.oracle.graal.python.runtime.AsyncHandler$SharedFinalizer$FinalizableReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.graal.python.runtime.NFIZlibSupport$Pointer
  super_class: com.oracle.graal.python.runtime.AsyncHandler$SharedFinalizer$FinalizableReference
{
  private final com.oracle.graal.python.runtime.NFIZlibSupport lib;
    descriptor: Lcom/oracle/graal/python/runtime/NFIZlibSupport;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Object, java.lang.Object, com.oracle.graal.python.runtime.NFIZlibSupport);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/graal/python/runtime/NFIZlibSupport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.graal.python.runtime.NFIZlibSupport$Pointer this
        start local 1 // java.lang.Object referent
        start local 2 // java.lang.Object ptr
        start local 3 // com.oracle.graal.python.runtime.NFIZlibSupport lib
         0: .line 317
            aload 0 /* this */
            aload 1 /* referent */
            aload 2 /* ptr */
            aload 3 /* lib */
            getfield com.oracle.graal.python.runtime.NFIZlibSupport.pythonContext:Lcom/oracle/graal/python/runtime/PythonContext;
            invokevirtual com.oracle.graal.python.runtime.PythonContext.getSharedFinalizer:()Lcom/oracle/graal/python/runtime/AsyncHandler$SharedFinalizer;
            invokespecial com.oracle.graal.python.runtime.AsyncHandler$SharedFinalizer$FinalizableReference.<init>:(Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/graal/python/runtime/AsyncHandler$SharedFinalizer;)V
         1: .line 318
            aload 0 /* this */
            aload 3 /* lib */
            putfield com.oracle.graal.python.runtime.NFIZlibSupport$Pointer.lib:Lcom/oracle/graal/python/runtime/NFIZlibSupport;
         2: .line 319
            return
        end local 3 // com.oracle.graal.python.runtime.NFIZlibSupport lib
        end local 2 // java.lang.Object ptr
        end local 1 // java.lang.Object referent
        end local 0 // com.oracle.graal.python.runtime.NFIZlibSupport$Pointer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/graal/python/runtime/NFIZlibSupport$Pointer;
            0    3     1  referent  Ljava/lang/Object;
            0    3     2       ptr  Ljava/lang/Object;
            0    3     3       lib  Lcom/oracle/graal/python/runtime/NFIZlibSupport;
    MethodParameters:
          Name  Flags
      referent  
      ptr       
      lib       

  protected void doRelease();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.NFIZlibSupport$Pointer this
         0: .line 322
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.NFIZlibSupport$Pointer.lib:Lcom/oracle/graal/python/runtime/NFIZlibSupport;
            aload 0 /* this */
            invokevirtual com.oracle.graal.python.runtime.NFIZlibSupport$Pointer.getReference:()Ljava/lang/Object;
            invokevirtual com.oracle.graal.python.runtime.NFIZlibSupport.gcReleaseHelper:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 323
            return
        end local 0 // com.oracle.graal.python.runtime.NFIZlibSupport$Pointer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/graal/python/runtime/NFIZlibSupport$Pointer;

  public com.oracle.graal.python.runtime.AsyncHandler$AsyncAction release();
    descriptor: ()Lcom/oracle/graal/python/runtime/AsyncHandler$AsyncAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.NFIZlibSupport$Pointer this
         0: .line 327
            aload 0 /* this */
            invokevirtual com.oracle.graal.python.runtime.NFIZlibSupport$Pointer.isReleased:()Z
            ifne 2
         1: .line 328
            new com.oracle.graal.python.runtime.NFIZlibSupport$PointerReleaseCallback
            dup
            aload 0 /* this */
            invokespecial com.oracle.graal.python.runtime.NFIZlibSupport$PointerReleaseCallback.<init>:(Lcom/oracle/graal/python/runtime/NFIZlibSupport$Pointer;)V
            areturn
         2: .line 330
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.graal.python.runtime.NFIZlibSupport$Pointer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/runtime/NFIZlibSupport$Pointer;
}
SourceFile: "NFIZlibSupport.java"
NestHost: com.oracle.graal.python.runtime.NFIZlibSupport
InnerClasses:
  public abstract AsyncAction = com.oracle.graal.python.runtime.AsyncHandler$AsyncAction of com.oracle.graal.python.runtime.AsyncHandler
  public SharedFinalizer = com.oracle.graal.python.runtime.AsyncHandler$SharedFinalizer of com.oracle.graal.python.runtime.AsyncHandler
  public abstract FinalizableReference = com.oracle.graal.python.runtime.AsyncHandler$SharedFinalizer$FinalizableReference of com.oracle.graal.python.runtime.AsyncHandler$SharedFinalizer
  public Pointer = com.oracle.graal.python.runtime.NFIZlibSupport$Pointer of com.oracle.graal.python.runtime.NFIZlibSupport
  PointerReleaseCallback = com.oracle.graal.python.runtime.NFIZlibSupport$PointerReleaseCallback of com.oracle.graal.python.runtime.NFIZlibSupport