set Mutable Slot
Store the (signed 64-bit) integer in the eight bytes starting at the given field enum value. If the receiver is Mutability.SHARED, then acquire its monitor.
Parameters
An enumeration value that defines the field ordering.
A Long to store in the indicated slot.
Store the signed 32-bit Int into the specified BitField, trimming upper bits beyond the BitField's size. If the receiver is shared, then use VolatileSlotHelper.compareAndSet to ensure only the intended bits are affected.
Parameters
Store the (signed 64-bit) integer in the eight bytes starting at the given field enum value. If the receiver is shared, then use VolatileSlotHelper.volatileWrite to write the value.
Parameters
An enumeration value that defines the field ordering.
The positive one-based subscript to apply.
A Long to store in the indicated slot.
Store the AvailObject in the specified slot of the receiver, using volatile-write semantics if the receiver is shared.
Parameters
An enumeration value that defines the field ordering.
The object to store at the specified slot.