final class java.util.logging.LogManager$LoggerWeakRef extends java.lang.ref.WeakReference<java.util.logging.Logger>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.logging.LogManager$LoggerWeakRef
  super_class: java.lang.ref.WeakReference
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.logging.LogManager$LogNode node;
    descriptor: Ljava/util/logging/LogManager$LogNode;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.ref.WeakReference<java.util.logging.Logger> parentRef;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/WeakReference<Ljava/util/logging/Logger;>;

  final java.util.logging.LogManager this$0;
    descriptor: Ljava/util/logging/LogManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.logging.LogManager, java.util.logging.Logger);
    descriptor: (Ljava/util/logging/LogManager;Ljava/util/logging/Logger;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.util.logging.LogManager$LoggerWeakRef this
        start local 2 // java.util.logging.Logger logger
         0: .line 755
            aload 0 /* this */
            aload 1
            putfield java.util.logging.LogManager$LoggerWeakRef.this$0:Ljava/util/logging/LogManager;
         1: .line 756
            aload 0 /* this */
            aload 2 /* logger */
            aload 1
            getfield java.util.logging.LogManager.loggerRefQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         2: .line 758
            aload 0 /* this */
            aload 2 /* logger */
            invokevirtual java.util.logging.Logger.getName:()Ljava/lang/String;
            putfield java.util.logging.LogManager$LoggerWeakRef.name:Ljava/lang/String;
         3: .line 759
            return
        end local 2 // java.util.logging.Logger logger
        end local 0 // java.util.logging.LogManager$LoggerWeakRef this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljava/util/logging/LogManager$LoggerWeakRef;
            0    4     2  logger  Ljava/util/logging/Logger;
    MethodParameters:
        Name  Flags
      this$0  final
      logger  

  void dispose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.logging.LogManager$LoggerWeakRef this
         0: .line 763
            aload 0 /* this */
            getfield java.util.logging.LogManager$LoggerWeakRef.node:Ljava/util/logging/LogManager$LogNode;
            ifnull 5
         1: .line 766
            aload 0 /* this */
            getfield java.util.logging.LogManager$LoggerWeakRef.node:Ljava/util/logging/LogManager$LogNode;
            getfield java.util.logging.LogManager$LogNode.context:Ljava/util/logging/LogManager$LoggerContext;
            aload 0 /* this */
            getfield java.util.logging.LogManager$LoggerWeakRef.name:Ljava/lang/String;
            invokevirtual java.util.logging.LogManager$LoggerContext.removeLogger:(Ljava/lang/String;)V
         2: .line 767
            aload 0 /* this */
            aconst_null
            putfield java.util.logging.LogManager$LoggerWeakRef.name:Ljava/lang/String;
         3: .line 769
            aload 0 /* this */
            getfield java.util.logging.LogManager$LoggerWeakRef.node:Ljava/util/logging/LogManager$LogNode;
            aconst_null
            putfield java.util.logging.LogManager$LogNode.loggerRef:Ljava/util/logging/LogManager$LoggerWeakRef;
         4: .line 770
            aload 0 /* this */
            aconst_null
            putfield java.util.logging.LogManager$LoggerWeakRef.node:Ljava/util/logging/LogManager$LogNode;
         5: .line 773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.logging.LogManager$LoggerWeakRef.parentRef:Ljava/lang/ref/WeakReference;
            ifnull 10
         6: .line 775
            aload 0 /* this */
            getfield java.util.logging.LogManager$LoggerWeakRef.parentRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast java.util.logging.Logger
            astore 1 /* parent */
        start local 1 // java.util.logging.Logger parent
         7: .line 776
            aload 1 /* parent */
            ifnull 9
         8: .line 779
            aload 1 /* parent */
            aload 0 /* this */
            invokevirtual java.util.logging.Logger.removeChildLogger:(Ljava/util/logging/LogManager$LoggerWeakRef;)V
         9: .line 781
      StackMap locals: java.util.logging.Logger
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield java.util.logging.LogManager$LoggerWeakRef.parentRef:Ljava/lang/ref/WeakReference;
        end local 1 // java.util.logging.Logger parent
        10: .line 783
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.logging.LogManager$LoggerWeakRef this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljava/util/logging/LogManager$LoggerWeakRef;
            7   10     1  parent  Ljava/util/logging/Logger;

  void setNode(java.util.logging.LogManager$LogNode);
    descriptor: (Ljava/util/logging/LogManager$LogNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.logging.LogManager$LoggerWeakRef this
        start local 1 // java.util.logging.LogManager$LogNode node
         0: .line 787
            aload 0 /* this */
            aload 1 /* node */
            putfield java.util.logging.LogManager$LoggerWeakRef.node:Ljava/util/logging/LogManager$LogNode;
         1: .line 788
            return
        end local 1 // java.util.logging.LogManager$LogNode node
        end local 0 // java.util.logging.LogManager$LoggerWeakRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/logging/LogManager$LoggerWeakRef;
            0    2     1  node  Ljava/util/logging/LogManager$LogNode;
    MethodParameters:
      Name  Flags
      node  

  void setParentRef(java.lang.ref.WeakReference<java.util.logging.Logger>);
    descriptor: (Ljava/lang/ref/WeakReference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.logging.LogManager$LoggerWeakRef this
        start local 1 // java.lang.ref.WeakReference parentRef
         0: .line 792
            aload 0 /* this */
            aload 1 /* parentRef */
            putfield java.util.logging.LogManager$LoggerWeakRef.parentRef:Ljava/lang/ref/WeakReference;
         1: .line 793
            return
        end local 1 // java.lang.ref.WeakReference parentRef
        end local 0 // java.util.logging.LogManager$LoggerWeakRef this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljava/util/logging/LogManager$LoggerWeakRef;
            0    2     1  parentRef  Ljava/lang/ref/WeakReference<Ljava/util/logging/Logger;>;
    Signature: (Ljava/lang/ref/WeakReference<Ljava/util/logging/Logger;>;)V
    MethodParameters:
           Name  Flags
      parentRef  
}
Signature: Ljava/lang/ref/WeakReference<Ljava/util/logging/Logger;>;
SourceFile: "LogManager.java"
NestHost: java.util.logging.LogManager
InnerClasses:
  private LogNode = java.util.logging.LogManager$LogNode of java.util.logging.LogManager
  LoggerContext = java.util.logging.LogManager$LoggerContext of java.util.logging.LogManager
  final LoggerWeakRef = java.util.logging.LogManager$LoggerWeakRef of java.util.logging.LogManager