Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change offset check for multiple of 8 (0x7)
- the "value" field in AtomicLlong is of type "long", so it should be aligned to 8-byte boundaries to be used in the atomics intrinsics. Changed offset verification to check for a multiple of 8 instead ofa multiple of 4. Signed-off-by: Matthew Hall <[email protected]>
- Loading branch information