On Fri, 23 Oct 2020 15:03:55 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> I can fix the whole thing thus, without problem listing the test then. Agree? Yes - another thing worth considering though is: if 32bit alignment is the best we can ask a 32bit VM (e.g. a 32bit VM doesn't really 64-bit align a double[] it seems, from what you are getting), then I think an even better fix would be to just make the constants JAVA_LONG and JAVA_DOUBLE aligned to 32 or 64 depending on the platform (and leave the test unchanged). ------------- PR: https://git.openjdk.java.net/jdk/pull/836