final class java.util.concurrent.atomic.Striped64$Cell
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.concurrent.atomic.Striped64$Cell
  super_class: java.lang.Object
{
  volatile long value;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

  private static final java.lang.invoke.VarHandle VALUE;
    descriptor: Ljava/lang/invoke/VarHandle;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 144
            invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
            astore 0 /* l */
        start local 0 // java.lang.invoke.MethodHandles$Lookup l
         1: .line 145
            aload 0 /* l */
            ldc Ljava/util/concurrent/atomic/Striped64$Cell;
            ldc "value"
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.invoke.MethodHandles$Lookup.findVarHandle:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;
            putstatic java.util.concurrent.atomic.Striped64$Cell.VALUE:Ljava/lang/invoke/VarHandle;
        end local 0 // java.lang.invoke.MethodHandles$Lookup l
         2: .line 146
            goto 5
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
         3: astore 0 /* e */
        start local 0 // java.lang.ReflectiveOperationException e
         4: .line 147
            new java.lang.ExceptionInInitializerError
            dup
            aload 0 /* e */
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.ReflectiveOperationException e
         5: .line 149
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0     l  Ljava/lang/invoke/MethodHandles$Lookup;
            4    5     0     e  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.ReflectiveOperationException

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.concurrent.atomic.Striped64$Cell this
        start local 1 // long x
         0: .line 126
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            lload 1 /* x */
            putfield java.util.concurrent.atomic.Striped64$Cell.value:J
            return
        end local 1 // long x
        end local 0 // java.util.concurrent.atomic.Striped64$Cell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/atomic/Striped64$Cell;
            0    1     1     x  J
    MethodParameters:
      Name  Flags
      x     

  final boolean cas(long, long);
    descriptor: (JJ)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // java.util.concurrent.atomic.Striped64$Cell this
        start local 1 // long cmp
        start local 3 // long val
         0: .line 128
            getstatic java.util.concurrent.atomic.Striped64$Cell.VALUE:Ljava/lang/invoke/VarHandle;
            aload 0 /* this */
            lload 1 /* cmp */
            lload 3 /* val */
            invokevirtual java.lang.invoke.VarHandle.compareAndSet:(Ljava/util/concurrent/atomic/Striped64$Cell;JJ)Z
            ireturn
        end local 3 // long val
        end local 1 // long cmp
        end local 0 // java.util.concurrent.atomic.Striped64$Cell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/atomic/Striped64$Cell;
            0    1     1   cmp  J
            0    1     3   val  J
    MethodParameters:
      Name  Flags
      cmp   
      val   

  final void reset();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.util.concurrent.atomic.Striped64$Cell this
         0: .line 131
            getstatic java.util.concurrent.atomic.Striped64$Cell.VALUE:Ljava/lang/invoke/VarHandle;
            aload 0 /* this */
            lconst_0
            invokevirtual java.lang.invoke.VarHandle.setVolatile:(Ljava/util/concurrent/atomic/Striped64$Cell;J)V
         1: .line 132
            return
        end local 0 // java.util.concurrent.atomic.Striped64$Cell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/concurrent/atomic/Striped64$Cell;

  final void reset(long);
    descriptor: (J)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.util.concurrent.atomic.Striped64$Cell this
        start local 1 // long identity
         0: .line 134
            getstatic java.util.concurrent.atomic.Striped64$Cell.VALUE:Ljava/lang/invoke/VarHandle;
            aload 0 /* this */
            lload 1 /* identity */
            invokevirtual java.lang.invoke.VarHandle.setVolatile:(Ljava/util/concurrent/atomic/Striped64$Cell;J)V
         1: .line 135
            return
        end local 1 // long identity
        end local 0 // java.util.concurrent.atomic.Striped64$Cell this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/util/concurrent/atomic/Striped64$Cell;
            0    2     1  identity  J
    MethodParameters:
          Name  Flags
      identity  

  final long getAndSet(long);
    descriptor: (J)J
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.util.concurrent.atomic.Striped64$Cell this
        start local 1 // long val
         0: .line 137
            getstatic java.util.concurrent.atomic.Striped64$Cell.VALUE:Ljava/lang/invoke/VarHandle;
            aload 0 /* this */
            lload 1 /* val */
            invokevirtual java.lang.invoke.VarHandle.getAndSet:(Ljava/util/concurrent/atomic/Striped64$Cell;J)J
            lreturn
        end local 1 // long val
        end local 0 // java.util.concurrent.atomic.Striped64$Cell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/concurrent/atomic/Striped64$Cell;
            0    1     1   val  J
    MethodParameters:
      Name  Flags
      val   
}
SourceFile: "Striped64.java"
NestHost: java.util.concurrent.atomic.Striped64
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  final Cell = java.util.concurrent.atomic.Striped64$Cell of java.util.concurrent.atomic.Striped64
    RuntimeVisibleAnnotations: 
      jdk.internal.vm.annotation.Contended()