writeBackSlot

fun writeBackSlot(    field: ObjectSlotsEnum,     subscript: Int,     anAvailObject: AvailObject)

Write an equivalent replacement object into an object field of this object. Since the replacement is semantically equivalent to the previous content, don't acquire a lock. Any necessary write barriers and other memory synchronizations are the responsibility of the caller.

Parameters

field

An enumeration value that defines the field ordering.

subscript

The positive one-based subscript to apply.

anAvailObject

The object to store unchecked in the slot.