final class org.glassfish.grizzly.memory.PooledMemoryManager$Pool
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.memory.PooledMemoryManager$Pool
  super_class: java.lang.Object
{
  private final org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice[] slices;
    descriptor: [Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bufferSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, long, int, float, boolean, org.glassfish.grizzly.monitoring.DefaultMonitoringConfig<org.glassfish.grizzly.memory.MemoryProbe>);
    descriptor: (IJIFZLorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=11, args_size=7
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
        start local 1 // int bufferSize
        start local 2 // long memoryPerSubPool
        start local 4 // int numberOfPoolSlices
        start local 5 // float percentPreallocated
        start local 6 // boolean isDirect
        start local 7 // org.glassfish.grizzly.monitoring.DefaultMonitoringConfig monitoringConfig
         0: .line 425
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 427
            aload 0 /* this */
            iload 1 /* bufferSize */
            putfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.bufferSize:I
         2: .line 428
            aload 0 /* this */
            iload 4 /* numberOfPoolSlices */
            anewarray org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice
            putfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
         3: .line 429
            lload 2 /* memoryPerSubPool */
            iload 4 /* numberOfPoolSlices */
            i2l
            ldiv
            lstore 8 /* memoryPerSlice */
        start local 8 // long memoryPerSlice
         4: .line 431
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         5: goto 8
         6: .line 432
      StackMap locals: org.glassfish.grizzly.memory.PooledMemoryManager$Pool int long int float int org.glassfish.grizzly.monitoring.DefaultMonitoringConfig long int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            iload 10 /* i */
            new org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice
            dup
            aload 0 /* this */
            lload 8 /* memoryPerSlice */
            iload 1 /* bufferSize */
            fload 5 /* percentPreallocated */
            iload 6 /* isDirect */
            aload 7 /* monitoringConfig */
            invokespecial org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice.<init>:(Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;JIFZLorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;)V
            aastore
         7: .line 431
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 10 /* i */
            iload 4 /* numberOfPoolSlices */
            if_icmplt 6
        end local 10 // int i
         9: .line 434
            return
        end local 8 // long memoryPerSlice
        end local 7 // org.glassfish.grizzly.monitoring.DefaultMonitoringConfig monitoringConfig
        end local 6 // boolean isDirect
        end local 5 // float percentPreallocated
        end local 4 // int numberOfPoolSlices
        end local 2 // long memoryPerSubPool
        end local 1 // int bufferSize
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;
            0   10     1           bufferSize  I
            0   10     2     memoryPerSubPool  J
            0   10     4   numberOfPoolSlices  I
            0   10     5  percentPreallocated  F
            0   10     6             isDirect  Z
            0   10     7     monitoringConfig  Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig<Lorg/glassfish/grizzly/memory/MemoryProbe;>;
            4   10     8       memoryPerSlice  J
            5    9    10                    i  I
    Signature: (IJIFZLorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig<Lorg/glassfish/grizzly/memory/MemoryProbe;>;)V
    MethodParameters:
                     Name  Flags
      bufferSize           final
      memoryPerSubPool     final
      numberOfPoolSlices   final
      percentPreallocated  final
      isDirect             final
      monitoringConfig     final

  public int elementsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 437
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 438
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 439
      StackMap locals: int int
      StackMap stack:
            iload 1 /* sum */
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            iload 2 /* i */
            aaload
            invokevirtual org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice.elementsCount:()I
            iadd
            istore 1 /* sum */
         4: .line 438
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 442
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;
            1    7     1   sum  I
            2    6     2     i  I

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 446
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.memory.PooledMemoryManager$Pool.elementsCount:()I
            i2l
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.bufferSize:I
            i2l
            lmul
            lreturn
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;

  public int getBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 450
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.bufferSize:I
            ireturn
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;

  public org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice[] getSlices();
    descriptor: ()[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 454
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            arraylength
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice[]
            areturn
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;

  public org.glassfish.grizzly.Buffer allocate();
    descriptor: ()Lorg/glassfish/grizzly/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 458
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.memory.PooledMemoryManager$Pool.getSlice:()Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            astore 1 /* slice */
        start local 1 // org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice slice
         1: .line 459
            aload 1 /* slice */
            invokevirtual org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice.poll:()Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolBuffer;
            astore 2 /* b */
        start local 2 // org.glassfish.grizzly.memory.PooledMemoryManager$PoolBuffer b
         2: .line 460
            aload 2 /* b */
            ifnonnull 4
         3: .line 461
            aload 1 /* slice */
            invokevirtual org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice.allocate:()Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolBuffer;
            astore 2 /* b */
         4: .line 464
      StackMap locals: org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice org.glassfish.grizzly.memory.PooledMemoryManager$PoolBuffer
      StackMap stack:
            aload 2 /* b */
            invokeinterface org.glassfish.grizzly.memory.PooledMemoryManager$PoolBuffer.prepare:()Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolBuffer;
            areturn
        end local 2 // org.glassfish.grizzly.memory.PooledMemoryManager$PoolBuffer b
        end local 1 // org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice slice
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;
            1    5     1  slice  Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            2    5     2      b  Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolBuffer;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 469
            new java.lang.StringBuilder
            dup
         1: .line 470
            new java.lang.StringBuilder
            dup
            ldc "Pool["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "] {"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "buffer size="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.bufferSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", slices count="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         2: .line 469
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         3: .line 472
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 473
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            iload 2 /* i */
            ifne 7
         6: .line 474
            aload 1 /* sb */
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 477
      StackMap locals:
      StackMap stack:
            aload 1 /* sb */
            ldc "\t["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "] "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            iload 2 /* i */
            aaload
            invokevirtual org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         8: .line 472
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            arraylength
            if_icmplt 5
        end local 2 // int i
        10: .line 480
            aload 1 /* sb */
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        11: .line 481
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;
            3   12     1    sb  Ljava/lang/StringBuilder;
            4   10     2     i  I

  private org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice getSlice();
    descriptor: ()Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
         0: .line 486
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            invokestatic java.util.concurrent.ThreadLocalRandom.current:()Ljava/util/concurrent/ThreadLocalRandom;
            aload 0 /* this */
            getfield org.glassfish.grizzly.memory.PooledMemoryManager$Pool.slices:[Lorg/glassfish/grizzly/memory/PooledMemoryManager$PoolSlice;
            arraylength
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextInt:(I)I
            aaload
            areturn
        end local 0 // org.glassfish.grizzly.memory.PooledMemoryManager$Pool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/memory/PooledMemoryManager$Pool;
}
SourceFile: "PooledMemoryManager.java"
NestHost: org.glassfish.grizzly.memory.PooledMemoryManager
InnerClasses:
  final Pool = org.glassfish.grizzly.memory.PooledMemoryManager$Pool of org.glassfish.grizzly.memory.PooledMemoryManager
  abstract PoolBuffer = org.glassfish.grizzly.memory.PooledMemoryManager$PoolBuffer of org.glassfish.grizzly.memory.PooledMemoryManager
  final PoolSlice = org.glassfish.grizzly.memory.PooledMemoryManager$PoolSlice of org.glassfish.grizzly.memory.PooledMemoryManager