[jdk16] RFR: 8258134: assert(size == calc_size) failed: incorrect size calculation on x86_32 with AVX512 machines
Tobias Hartmann
thartmann at openjdk.java.net
Fri Dec 18 13:56:29 UTC 2020
On Fri, 18 Dec 2020 13:53:15 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> Okay, [JDK-8258687](https://bugs.openjdk.java.net/browse/JDK-8258687) has already been filed for this.
>
> Okay, I'll have a look. Sorry for this bug.
The problem is that `extern int vec_spill_helper` has still `int` in the signature.
-------------
PR: https://git.openjdk.java.net/jdk16/pull/21
More information about the hotspot-compiler-dev
mailing list