[jdk16] RFR: 8258134: assert(size == calc_size) failed: incorrect size calculation on x86_32 with AVX512 machines
Jie Fu
jiefu at openjdk.java.net
Fri Dec 18 14:12:26 UTC 2020
On Fri, 18 Dec 2020 13:54:17 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> The problem is that `extern int vec_spill_helper` has still `int` in the signature.
Thanks @TobiHartmann for your help.
https://github.com/openjdk/jdk16/pull/51
I didn't know why the build tests were skipped for both pull/21 and pull/51.
-------------
PR: https://git.openjdk.java.net/jdk16/pull/21
More information about the hotspot-compiler-dev
mailing list