On Thu, 1 Sep 2022 22:05:02 GMT, Alex Menkov <amen...@openjdk.org> wrote:
> Your code works only for the exact case - address of 64bit value points to > the last 32bit of the page. That's the only case we need to worry about. Any others would have already failed the alignment check. ------------- PR: https://git.openjdk.org/jdk/pull/10090