public class org.eclipse.jetty.util.LeakDetector$LeakInfo extends java.lang.ref.PhantomReference<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.LeakDetector$LeakInfo
  super_class: java.lang.ref.PhantomReference
{
  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Throwable stackFrames;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.eclipse.jetty.util.LeakDetector this$0;
    descriptor: Lorg/eclipse/jetty/util/LeakDetector;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(T, java.lang.String);
    descriptor: (Lorg/eclipse/jetty/util/LeakDetector;Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
        start local 2 // java.lang.Object referent
        start local 3 // java.lang.String id
         0: .line 179
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.util.LeakDetector$LeakInfo.this$0:Lorg/eclipse/jetty/util/LeakDetector;
         1: .line 180
            aload 0 /* this */
            aload 2 /* referent */
            aload 1
            getfield org.eclipse.jetty.util.LeakDetector.queue:Ljava/lang/ref/ReferenceQueue;
            invokespecial java.lang.ref.PhantomReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         2: .line 181
            aload 0 /* this */
            aload 3 /* id */
            putfield org.eclipse.jetty.util.LeakDetector$LeakInfo.id:Ljava/lang/String;
         3: .line 182
            aload 0 /* this */
            aload 2 /* referent */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            putfield org.eclipse.jetty.util.LeakDetector$LeakInfo.description:Ljava/lang/String;
         4: .line 183
            aload 0 /* this */
            new java.lang.Throwable
            dup
            invokespecial java.lang.Throwable.<init>:()V
            putfield org.eclipse.jetty.util.LeakDetector$LeakInfo.stackFrames:Ljava/lang/Throwable;
         5: .line 184
            return
        end local 3 // java.lang.String id
        end local 2 // java.lang.Object referent
        end local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/jetty/util/LeakDetector$LeakInfo;
            0    6     2  referent  TT;
            0    6     3        id  Ljava/lang/String;
    Signature: (TT;Ljava/lang/String;)V
    MethodParameters:
          Name  Flags
      this$0    final
      referent  
      id        

  public java.lang.String getResourceDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
         0: .line 191
            aload 0 /* this */
            getfield org.eclipse.jetty.util.LeakDetector$LeakInfo.description:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/LeakDetector$LeakInfo;

  public java.lang.Throwable getStackFrames();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
         0: .line 199
            aload 0 /* this */
            getfield org.eclipse.jetty.util.LeakDetector$LeakInfo.stackFrames:Ljava/lang/Throwable;
            areturn
        end local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/LeakDetector$LeakInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
         0: .line 205
            aload 0 /* this */
            getfield org.eclipse.jetty.util.LeakDetector$LeakInfo.description:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.util.LeakDetector$LeakInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/LeakDetector$LeakInfo;
}
Signature: Ljava/lang/ref/PhantomReference<TT;>;
SourceFile: "LeakDetector.java"
NestHost: org.eclipse.jetty.util.LeakDetector
InnerClasses:
  public LeakInfo = org.eclipse.jetty.util.LeakDetector$LeakInfo of org.eclipse.jetty.util.LeakDetector