[vectorIntrinsics] RFR: 8253623: Fastdebug JVM crashes with Vector API when PrintAssembly is turned on [v2]
Dongbo He
dongbohe at openjdk.java.net
Fri Sep 25 10:44:33 UTC 2020
On Fri, 25 Sep 2020 09:22:09 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Dongbo He has refreshed the contents of this pull request, and previous commits have been removed. The incremental
>> views will show differences compared to the previous content of the PR.
>
> src/hotspot/share/opto/callnode.cpp line 492:
>
>> 490: if (iklass != NULL) {
>> 491: st->print(" [");
>> 492: iklass->nof_nonstatic_fields();
>
> It's a workaround that initializes `ciInstanceKlass::_nonstatic_fields`.
> Please, add a FIXME comment saying why you need it, so it will be fixed properly later.
done
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/8
More information about the panama-dev
mailing list