StreamConnectionBuffer::Header uses alignas(sizeof(uint64_t[2])) on the second field to place it in a different CPU cache line, but that that's alignas(16). We should be using alignas(64) on x86_64 and alignas(128) on ARM64.
<rdar://problem/101063947>
Pull request: https://github.com/WebKit/WebKit/pull/5277
Committed 255469@main (b9d35939c4a2): <https://commits.webkit.org/255469@main> Reviewed commits have been landed. Closing PR #5277 and removing active labels.