class org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 extends org.eclipse.jetty.util.LeakDetector<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.LeakTrackingByteBufferPool$1
  super_class: org.eclipse.jetty.util.LeakDetector
{
  final org.eclipse.jetty.io.LeakTrackingByteBufferPool this$0;
    descriptor: Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.io.LeakTrackingByteBufferPool);
    descriptor: (Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 this
         0: .line 37
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.io.LeakTrackingByteBufferPool$1.this$0:Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool;
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.LeakDetector.<init>:()V
            return
        end local 0 // org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String id(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 this
        start local 1 // java.nio.ByteBuffer resource
         0: .line 42
            aload 1 /* resource */
            invokestatic org.eclipse.jetty.util.BufferUtil.toIDString:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
            areturn
        end local 1 // java.nio.ByteBuffer resource
        end local 0 // org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool$1;
            0    1     1  resource  Ljava/nio/ByteBuffer;
    MethodParameters:
          Name  Flags
      resource  

  protected void leaked(org.eclipse.jetty.util.LeakDetector<java.nio.ByteBuffer>.LeakInfo);
    descriptor: (Lorg/eclipse/jetty/util/LeakDetector$LeakInfo;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 this
        start local 1 // org.eclipse.jetty.util.LeakDetector$LeakInfo leakInfo
         0: .line 48
            aload 0 /* this */
            getfield org.eclipse.jetty.io.LeakTrackingByteBufferPool$1.this$0:Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool;
            getfield org.eclipse.jetty.io.LeakTrackingByteBufferPool.leaked:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.incrementAndGet:()J
            pop2
         1: .line 49
            aload 0 /* this */
            getfield org.eclipse.jetty.io.LeakTrackingByteBufferPool$1.this$0:Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool;
            aload 1 /* leakInfo */
            invokevirtual org.eclipse.jetty.io.LeakTrackingByteBufferPool.leaked:(Lorg/eclipse/jetty/util/LeakDetector$LeakInfo;)V
         2: .line 50
            return
        end local 1 // org.eclipse.jetty.util.LeakDetector$LeakInfo leakInfo
        end local 0 // org.eclipse.jetty.io.LeakTrackingByteBufferPool$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jetty/io/LeakTrackingByteBufferPool$1;
            0    3     1  leakInfo  Lorg/eclipse/jetty/util/LeakDetector<Ljava/nio/ByteBuffer;>.LeakInfo;
    Signature: (Lorg/eclipse/jetty/util/LeakDetector<Ljava/nio/ByteBuffer;>.LeakInfo;)V
    MethodParameters:
          Name  Flags
      leakInfo  

  public java.lang.String id(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            invokevirtual org.eclipse.jetty.io.LeakTrackingByteBufferPool$1.id:(Ljava/nio/ByteBuffer;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/eclipse/jetty/util/LeakDetector<Ljava/nio/ByteBuffer;>;
SourceFile: "LeakTrackingByteBufferPool.java"
EnclosingMethod: org.eclipse.jetty.io.LeakTrackingByteBufferPool
NestHost: org.eclipse.jetty.io.LeakTrackingByteBufferPool
InnerClasses:
  org.eclipse.jetty.io.LeakTrackingByteBufferPool$1
  public LeakInfo = org.eclipse.jetty.util.LeakDetector$LeakInfo of org.eclipse.jetty.util.LeakDetector