class org.jruby.runtime.ObjectSpace$WeakReferenceListNode<T> extends java.lang.ref.WeakReference<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.ObjectSpace$WeakReferenceListNode
  super_class: java.lang.ref.WeakReference
{
  private org.jruby.runtime.ObjectSpace$WeakReferenceListNode prevNode;
    descriptor: Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.ObjectSpace$WeakReferenceListNode nextNode;
    descriptor: Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
    flags: (0x0002) ACC_PRIVATE

  final org.jruby.runtime.ObjectSpace this$0;
    descriptor: Lorg/jruby/runtime/ObjectSpace;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(T, java.lang.ref.ReferenceQueue<T>, org.jruby.runtime.ObjectSpace$WeakReferenceListNode<?>);
    descriptor: (Lorg/jruby/runtime/ObjectSpace;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.runtime.ObjectSpace$WeakReferenceListNode this
        start local 2 // java.lang.Object referent
        start local 3 // java.lang.ref.ReferenceQueue queue
        start local 4 // org.jruby.runtime.ObjectSpace$WeakReferenceListNode next
         0: .line 233
            aload 0 /* this */
            aload 1
            putfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.this$0:Lorg/jruby/runtime/ObjectSpace;
         1: .line 234
            aload 0 /* this */
            aload 2 /* referent */
            aload 3 /* queue */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         2: .line 236
            aload 0 /* this */
            aload 4 /* next */
            putfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.nextNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
         3: .line 237
            aload 4 /* next */
            ifnull 5
         4: .line 238
            aload 4 /* next */
            aload 0 /* this */
            putfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.prevNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
         5: .line 240
      StackMap locals: org.jruby.runtime.ObjectSpace$WeakReferenceListNode org.jruby.runtime.ObjectSpace java.lang.Object java.lang.ref.ReferenceQueue org.jruby.runtime.ObjectSpace$WeakReferenceListNode
      StackMap stack:
            return
        end local 4 // org.jruby.runtime.ObjectSpace$WeakReferenceListNode next
        end local 3 // java.lang.ref.ReferenceQueue queue
        end local 2 // java.lang.Object referent
        end local 0 // org.jruby.runtime.ObjectSpace$WeakReferenceListNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode<TT;>;
            0    6     2  referent  TT;
            0    6     3     queue  Ljava/lang/ref/ReferenceQueue<TT;>;
            0    6     4      next  Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode<*>;
    Signature: (TT;Ljava/lang/ref/ReferenceQueue<TT;>;Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode<*>;)V
    MethodParameters:
          Name  Flags
      this$0    final
      referent  
      queue     
      next      

  private void remove();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ObjectSpace$WeakReferenceListNode this
         0: .line 243
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.prevNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            ifnull 3
         1: .line 244
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.prevNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.nextNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            putfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.nextNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
         2: .line 245
            goto 4
         3: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.this$0:Lorg/jruby/runtime/ObjectSpace;
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.nextNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            putfield org.jruby.runtime.ObjectSpace.top:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
         4: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.nextNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            ifnull 6
         5: .line 249
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.nextNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            aload 0 /* this */
            getfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.prevNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
            putfield org.jruby.runtime.ObjectSpace$WeakReferenceListNode.prevNode:Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode;
         6: .line 251
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.runtime.ObjectSpace$WeakReferenceListNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/runtime/ObjectSpace$WeakReferenceListNode<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/ref/WeakReference<TT;>;
SourceFile: "ObjectSpace.java"
NestHost: org.jruby.runtime.ObjectSpace
InnerClasses:
  private WeakReferenceListNode = org.jruby.runtime.ObjectSpace$WeakReferenceListNode of org.jruby.runtime.ObjectSpace