class com.sun.tools.javac.util.UnsharedNameTable$HashEntry extends java.lang.ref.WeakReference<com.sun.tools.javac.util.UnsharedNameTable$NameImpl>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.util.UnsharedNameTable$HashEntry
  super_class: java.lang.ref.WeakReference
{
  com.sun.tools.javac.util.UnsharedNameTable$HashEntry next;
    descriptor: Lcom/sun/tools/javac/util/UnsharedNameTable$HashEntry;
    flags: (0x0000) 

  void <init>(com.sun.tools.javac.util.UnsharedNameTable$NameImpl);
    descriptor: (Lcom/sun/tools/javac/util/UnsharedNameTable$NameImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.util.UnsharedNameTable$HashEntry this
        start local 1 // com.sun.tools.javac.util.UnsharedNameTable$NameImpl referent
         0: .line 48
            aload 0 /* this */
            aload 1 /* referent */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
         1: .line 49
            return
        end local 1 // com.sun.tools.javac.util.UnsharedNameTable$NameImpl referent
        end local 0 // com.sun.tools.javac.util.UnsharedNameTable$HashEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/tools/javac/util/UnsharedNameTable$HashEntry;
            0    2     1  referent  Lcom/sun/tools/javac/util/UnsharedNameTable$NameImpl;
    MethodParameters:
          Name  Flags
      referent  
}
Signature: Ljava/lang/ref/WeakReference<Lcom/sun/tools/javac/util/UnsharedNameTable$NameImpl;>;
SourceFile: "UnsharedNameTable.java"
NestHost: com.sun.tools.javac.util.UnsharedNameTable
InnerClasses:
  HashEntry = com.sun.tools.javac.util.UnsharedNameTable$HashEntry of com.sun.tools.javac.util.UnsharedNameTable
  NameImpl = com.sun.tools.javac.util.UnsharedNameTable$NameImpl of com.sun.tools.javac.util.UnsharedNameTable