class org.jruby.util.collections.ConcurrentAutoTable implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.util.collections.ConcurrentAutoTable
  super_class: java.lang.Object
{
  private volatile org.jruby.util.collections.ConcurrentAutoTable$CAT _cat;
    descriptor: Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<org.jruby.util.collections.ConcurrentAutoTable, org.jruby.util.collections.ConcurrentAutoTable$CAT> _catUpdater;
    descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater<Lorg/jruby/util/collections/ConcurrentAutoTable;Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1360
            ldc Lorg/jruby/util/collections/ConcurrentAutoTable;
            ldc Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            ldc "_cat"
            invokestatic java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         1: .line 1359
            putstatic org.jruby.util.collections.ConcurrentAutoTable._catUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
         2: .line 1360
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1289
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1358
            aload 0 /* this */
            new org.jruby.util.collections.ConcurrentAutoTable$CAT
            dup
            aconst_null
            iconst_4
            lconst_0
            invokespecial org.jruby.util.collections.ConcurrentAutoTable$CAT.<init>:(Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;IJ)V
            putfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
         2: .line 1289
            return
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public void add(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
        start local 1 // long x
         0: .line 1300
            aload 0 /* this */
            lload 1 /* x */
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable.add_if_mask:(JJ)J
            pop2
            return
        end local 1 // long x
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;
            0    1     1     x  J
    MethodParameters:
      Name  Flags
      x     

  public void decrement();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1302
            aload 0 /* this */
            ldc -1
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable.add_if_mask:(JJ)J
            pop2
            return
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public void increment();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1304
            aload 0 /* this */
            lconst_1
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable.add_if_mask:(JJ)J
            pop2
            return
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public void set(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
        start local 1 // long x
         0: .line 1310
            new org.jruby.util.collections.ConcurrentAutoTable$CAT
            dup
            aconst_null
            iconst_4
            lload 1 /* x */
            invokespecial org.jruby.util.collections.ConcurrentAutoTable$CAT.<init>:(Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;IJ)V
            astore 3 /* newcat */
        start local 3 // org.jruby.util.collections.ConcurrentAutoTable$CAT newcat
         1: .line 1312
      StackMap locals: org.jruby.util.collections.ConcurrentAutoTable$CAT
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            aload 3 /* newcat */
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable.CAS_cat:(Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;)Z
            ifeq 1
         2: .line 1313
            return
        end local 3 // org.jruby.util.collections.ConcurrentAutoTable$CAT newcat
        end local 1 // long x
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/util/collections/ConcurrentAutoTable;
            0    3     1       x  J
            1    3     3  newcat  Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
    MethodParameters:
      Name  Flags
      x     

  public long get();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1320
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable$CAT.sum:(J)J
            lreturn
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1322
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable$CAT.sum:(J)J
            l2i
            ireturn
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1324
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable$CAT.sum:(J)J
            lreturn
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public long estimate_get();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1330
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable$CAT.estimate_sum:(J)J
            lreturn
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1335
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            lconst_0
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable$CAT.toString:(J)Ljava/lang/String;
            areturn
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  public int internal_size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
         0: .line 1347
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            getfield org.jruby.util.collections.ConcurrentAutoTable$CAT._t:[J
            arraylength
            ireturn
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;

  private long add_if_mask(long, long);
    descriptor: (JJ)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
        start local 1 // long x
        start local 3 // long mask
         0: .line 1355
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentAutoTable._cat:Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            lload 1 /* x */
            lload 3 /* mask */
            invokestatic org.jruby.util.collections.ConcurrentAutoTable.hash:()I
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentAutoTable$CAT.add_if_mask:(JJILorg/jruby/util/collections/ConcurrentAutoTable;)J
            lreturn
        end local 3 // long mask
        end local 1 // long x
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/ConcurrentAutoTable;
            0    1     1     x  J
            0    1     3  mask  J
    MethodParameters:
      Name  Flags
      x     
      mask  

  private boolean CAS_cat(org.jruby.util.collections.ConcurrentAutoTable$CAT, org.jruby.util.collections.ConcurrentAutoTable$CAT);
    descriptor: (Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.util.collections.ConcurrentAutoTable this
        start local 1 // org.jruby.util.collections.ConcurrentAutoTable$CAT oldcat
        start local 2 // org.jruby.util.collections.ConcurrentAutoTable$CAT newcat
         0: .line 1361
            getstatic org.jruby.util.collections.ConcurrentAutoTable._catUpdater:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
            aload 0 /* this */
            aload 1 /* oldcat */
            aload 2 /* newcat */
            invokevirtual java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.jruby.util.collections.ConcurrentAutoTable$CAT newcat
        end local 1 // org.jruby.util.collections.ConcurrentAutoTable$CAT oldcat
        end local 0 // org.jruby.util.collections.ConcurrentAutoTable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/util/collections/ConcurrentAutoTable;
            0    1     1  oldcat  Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
            0    1     2  newcat  Lorg/jruby/util/collections/ConcurrentAutoTable$CAT;
    MethodParameters:
        Name  Flags
      oldcat  
      newcat  

  private static final int hash();
    descriptor: ()I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=0
         0: .line 1365
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            istore 0 /* h */
        start local 0 // int h
         1: .line 1369
            iload 0 /* h */
            iload 0 /* h */
            bipush 20
            iushr
            iload 0 /* h */
            bipush 12
            iushr
            ixor
            ixor
            istore 0 /* h */
         2: .line 1370
            iload 0 /* h */
            iload 0 /* h */
            bipush 7
            iushr
            iload 0 /* h */
            iconst_4
            iushr
            ixor
            ixor
            istore 0 /* h */
         3: .line 1371
            iload 0 /* h */
            iconst_2
            ishl
            ireturn
        end local 0 // int h
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    4     0     h  I
}
SourceFile: "NonBlockingHashMapLong.java"
NestMembers:
  org.jruby.util.collections.ConcurrentAutoTable$CAT
InnerClasses:
  private CAT = org.jruby.util.collections.ConcurrentAutoTable$CAT of org.jruby.util.collections.ConcurrentAutoTable