A PaddingStrategy that applies padding to the left of our atomic value for a total cache line of 64 bytes (8 longs).
A PaddingStrategy that applies padding to the left of our atomic value for a total cache line of 64 bytes (8 longs).
Note the actual padding applied will be less, like 112 bytes, because we take into account the object's header and the the stored value.
A PaddingStrategy that applies padding to the left of our atomic value for a total cache line of 64 bytes (8 longs).
A PaddingStrategy that applies padding to the left of our atomic value for a total cache line of 64 bytes (8 longs).
Note the actual padding applied will be less, like 48 or 52 bytes, because we take into account the object's header and the the stored value.
A PaddingStrategy that applies padding both to the left and to the right of our atomic value for a total cache line of 128 bytes (16 longs).
A PaddingStrategy that applies padding both to the left and to the right of our atomic value for a total cache line of 128 bytes (16 longs).
Note the actual padding applied will be less, like 112 or 116 bytes, because we take into account the object's header and the stored value.
A PaddingStrategy that applies padding both to the left and to the right of our atomic value for a total cache line of 128 bytes (16 longs).
A PaddingStrategy that applies padding both to the left and to the right of our atomic value for a total cache line of 128 bytes (16 longs).
Note the actual padding applied will be less, like 232/240 bytes, because we take into account the object's header and the stored value.
A PaddingStrategy that specifies no padding should be applied.
A PaddingStrategy that specifies no padding should be applied. This is the default.
A PaddingStrategy that applies padding to the right of our atomic value for a total cache line of 64 bytes (8 longs).
A PaddingStrategy that applies padding to the right of our atomic value for a total cache line of 64 bytes (8 longs).
Note the actual padding applied will be less, like 112 bytes, because we take into account the object's header and the the stored value.
A PaddingStrategy that applies padding to the right of our atomic value for a total cache line of 64 bytes (8 longs).
A PaddingStrategy that applies padding to the right of our atomic value for a total cache line of 64 bytes (8 longs).
Note the actual padding applied will be less, like 48 or 52 bytes, because we take into account the object's header and the the stored value.