class com.apple.concurrent.LibDispatchRetainedResource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.concurrent.LibDispatchRetainedResource
  super_class: java.lang.Object
{
  protected long ptr;
    descriptor: J
    flags: (0x0004) ACC_PROTECTED

  protected void <init>(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.concurrent.LibDispatchRetainedResource this
        start local 1 // long ptr
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            lload 1 /* ptr */
            putfield com.apple.concurrent.LibDispatchRetainedResource.ptr:J
         2: .line 33
            return
        end local 1 // long ptr
        end local 0 // com.apple.concurrent.LibDispatchRetainedResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/concurrent/LibDispatchRetainedResource;
            0    3     1   ptr  J
    MethodParameters:
      Name  Flags
      ptr   final

  protected synchronized void dispose();
    descriptor: ()V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.concurrent.LibDispatchRetainedResource this
         0: .line 36
            aload 0 /* this */
            getfield com.apple.concurrent.LibDispatchRetainedResource.ptr:J
            lconst_0
            lcmp
            ifeq 1
            aload 0 /* this */
            getfield com.apple.concurrent.LibDispatchRetainedResource.ptr:J
            invokestatic com.apple.concurrent.LibDispatchNative.nativeReleaseQueue:(J)V
         1: .line 37
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield com.apple.concurrent.LibDispatchRetainedResource.ptr:J
         2: .line 38
            return
        end local 0 // com.apple.concurrent.LibDispatchRetainedResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/concurrent/LibDispatchRetainedResource;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.concurrent.LibDispatchRetainedResource this
         0: .line 41
            aload 0 /* this */
            invokevirtual com.apple.concurrent.LibDispatchRetainedResource.dispose:()V
         1: .line 42
            return
        end local 0 // com.apple.concurrent.LibDispatchRetainedResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/concurrent/LibDispatchRetainedResource;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "LibDispatchRetainedResource.java"