Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fieldAlignment check for AtomicLong on Z
"value" field for in AtomicLong is of type "long" and therefore should be aligned to 8-byte boundary. checkFieldAlignmentForAtomicLong was incorrectly checking that the offset of the field is a multiple of 4 instead of a multiple of 8. This commit fixes that. Closes: eclipse-openj9#20235 Signed-off-by: Matthew Hall <[email protected]>
- Loading branch information