RFR: 8256479: [PPC64] C2 crashes when UseVectorByteReverseInstructionsPPC64 used without SuperwordUseVSX

Martin Doerr mdoerr at openjdk.java.net
Wed Nov 18 10:24:02 UTC 2020


On Tue, 17 Nov 2020 19:45:03 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> C2 crashes on Power9 when using UseVectorByteReverseInstructionsPPC64 without SuperwordUseVSX. bytes_reverse_long_vecNode uses a Vector Register. See bug for more details.
>> 
>> The VectorConversion tests can detect the issue.
>
> Test update looks good.

Thanks for the reviews!

-------------

PR: https://git.openjdk.java.net/jdk/pull/1262


More information about the hotspot-dev mailing list