public final class org.glassfish.grizzly.ThreadCache$ObjectCache
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.ThreadCache$ObjectCache
  super_class: java.lang.Object
{
  private org.glassfish.grizzly.ThreadCache$ObjectCacheElement[] objectCacheElements;
    descriptor: [Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ThreadCache$ObjectCache;

  public boolean put(org.glassfish.grizzly.ThreadCache$CachedTypeIndex, java.lang.Object);
    descriptor: (Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
        start local 1 // org.glassfish.grizzly.ThreadCache$CachedTypeIndex index
        start local 2 // java.lang.Object o
         0: .line 157
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            ifnull 7
         1: .line 158
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            arraylength
            if_icmpge 7
         2: .line 159
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            aaload
            astore 3 /* objectCache */
        start local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
         3: .line 160
            aload 3 /* objectCache */
            ifnonnull 6
         4: .line 161
            new org.glassfish.grizzly.ThreadCache$ObjectCacheElement
            dup
            aload 1 /* index */
            getfield org.glassfish.grizzly.ThreadCache$CachedTypeIndex.size:I
            invokespecial org.glassfish.grizzly.ThreadCache$ObjectCacheElement.<init>:(I)V
            astore 3 /* objectCache */
         5: .line 162
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            aload 3 /* objectCache */
            aastore
         6: .line 165
      StackMap locals: org.glassfish.grizzly.ThreadCache$ObjectCacheElement
      StackMap stack:
            aload 3 /* objectCache */
            aload 2 /* o */
            invokevirtual org.glassfish.grizzly.ThreadCache$ObjectCacheElement.put:(Ljava/lang/Object;)Z
            ireturn
        end local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
         7: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            ifnull 9
         8: .line 170
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            goto 10
      StackMap locals:
      StackMap stack:
         9: getstatic org.glassfish.grizzly.ThreadCache.INITIAL_OBJECT_ARRAY:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
        10: .line 168
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.ThreadCache$ObjectCacheElement[]
            astore 3 /* arrayToGrow */
        start local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement[] arrayToGrow
        11: .line 171
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            iconst_1
            iadd
        12: .line 172
            aload 3 /* arrayToGrow */
            arraylength
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
        13: .line 171
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* newSize */
        start local 4 // int newSize
        14: .line 174
            aload 0 /* this */
            aload 3 /* arrayToGrow */
            iload 4 /* newSize */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.ThreadCache$ObjectCacheElement[]
            putfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
        15: .line 176
            new org.glassfish.grizzly.ThreadCache$ObjectCacheElement
            dup
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getSize:()I
            invokespecial org.glassfish.grizzly.ThreadCache$ObjectCacheElement.<init>:(I)V
            astore 5 /* objectCache */
        start local 5 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
        16: .line 177
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            aload 5 /* objectCache */
            aastore
        17: .line 178
            aload 5 /* objectCache */
            aload 2 /* o */
            invokevirtual org.glassfish.grizzly.ThreadCache$ObjectCacheElement.put:(Ljava/lang/Object;)Z
            ireturn
        end local 5 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
        end local 4 // int newSize
        end local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement[] arrayToGrow
        end local 2 // java.lang.Object o
        end local 1 // org.glassfish.grizzly.ThreadCache$CachedTypeIndex index
        end local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/glassfish/grizzly/ThreadCache$ObjectCache;
            0   18     1        index  Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            0   18     2            o  Ljava/lang/Object;
            3    7     3  objectCache  Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
           11   18     3  arrayToGrow  [Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
           14   18     4      newSize  I
           16   18     5  objectCache  Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
    MethodParameters:
       Name  Flags
      index  final
      o      final

  public <E> E get(org.glassfish.grizzly.ThreadCache$CachedTypeIndex<E>);
    descriptor: (Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
        start local 1 // org.glassfish.grizzly.ThreadCache$CachedTypeIndex index
         0: .line 193
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            ifnull 6
         1: .line 194
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            dup
            istore 2 /* idx */
        start local 2 // int idx
         2: aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            arraylength
            if_icmpge 6
         3: .line 196
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            iload 2 /* idx */
            aaload
            astore 3 /* objectCache */
        start local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
         4: .line 197
            aload 3 /* objectCache */
            ifnonnull 5
            aconst_null
            areturn
         5: .line 199
      StackMap locals: int org.glassfish.grizzly.ThreadCache$ObjectCacheElement
      StackMap stack:
            aload 3 /* objectCache */
            invokevirtual org.glassfish.grizzly.ThreadCache$ObjectCacheElement.get:()Ljava/lang/Object;
            areturn
        end local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
        end local 2 // int idx
         6: .line 202
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.glassfish.grizzly.ThreadCache$CachedTypeIndex index
        end local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/glassfish/grizzly/ThreadCache$ObjectCache;
            0    7     1        index  Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<TE;>;
            2    6     2          idx  I
            4    6     3  objectCache  Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
    Signature: <E:Ljava/lang/Object;>(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<TE;>;)TE;
    MethodParameters:
       Name  Flags
      index  final

  public <E> E take(org.glassfish.grizzly.ThreadCache$CachedTypeIndex<E>);
    descriptor: (Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
        start local 1 // org.glassfish.grizzly.ThreadCache$CachedTypeIndex index
         0: .line 217
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            ifnull 6
         1: .line 218
            aload 1 /* index */
            invokevirtual org.glassfish.grizzly.ThreadCache$CachedTypeIndex.getIndex:()I
            dup
            istore 2 /* idx */
        start local 2 // int idx
         2: aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            arraylength
            if_icmpge 6
         3: .line 220
            aload 0 /* this */
            getfield org.glassfish.grizzly.ThreadCache$ObjectCache.objectCacheElements:[Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
            iload 2 /* idx */
            aaload
            astore 3 /* objectCache */
        start local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
         4: .line 221
            aload 3 /* objectCache */
            ifnonnull 5
            aconst_null
            areturn
         5: .line 223
      StackMap locals: int org.glassfish.grizzly.ThreadCache$ObjectCacheElement
      StackMap stack:
            aload 3 /* objectCache */
            invokevirtual org.glassfish.grizzly.ThreadCache$ObjectCacheElement.take:()Ljava/lang/Object;
            areturn
        end local 3 // org.glassfish.grizzly.ThreadCache$ObjectCacheElement objectCache
        end local 2 // int idx
         6: .line 226
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.glassfish.grizzly.ThreadCache$CachedTypeIndex index
        end local 0 // org.glassfish.grizzly.ThreadCache$ObjectCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/glassfish/grizzly/ThreadCache$ObjectCache;
            0    7     1        index  Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<TE;>;
            2    6     2          idx  I
            4    6     3  objectCache  Lorg/glassfish/grizzly/ThreadCache$ObjectCacheElement;
    Signature: <E:Ljava/lang/Object;>(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<TE;>;)TE;
    MethodParameters:
       Name  Flags
      index  final
}
SourceFile: "ThreadCache.java"
NestHost: org.glassfish.grizzly.ThreadCache
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache
  public final ObjectCache = org.glassfish.grizzly.ThreadCache$ObjectCache of org.glassfish.grizzly.ThreadCache
  public final ObjectCacheElement = org.glassfish.grizzly.ThreadCache$ObjectCacheElement of org.glassfish.grizzly.ThreadCache