RFR: 8265956: JVM crashes when matching LShiftVB Node [v3]
Wang Huang
whuang at openjdk.java.net
Sat May 8 06:46:11 UTC 2021
On Sat, 8 May 2021 04:47:42 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> src/hotspot/cpu/x86/x86.ad line 5864:
>>
>>> 5862: match(Set dst (LShiftVB src (LShiftCntV shift)));
>>> 5863: match(Set dst (RShiftVB src (RShiftCntV shift)));
>>> 5864: match(Set dst (URShiftVB src (RShiftCntV shift)));
>>
>> Regarding to this issue, it's no need to add these rules here. There is the vector shift rules already.
>
> The same to all other rules added in this file.
> Please update the copyright year of `"vectorIntrinsics.cpp"` to 2021. Thanks!
Thank you. I will change that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3747
More information about the hotspot-compiler-dev
mailing list