RFR: 8253690: [PPC64] Use flag kind diagnostic for platform specific flags

Thomas Stuefe stuefe at openjdk.java.net
Wed Sep 30 08:57:50 UTC 2020


On Wed, 30 Sep 2020 08:44:58 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> src/hotspot/cpu/ppc/globals_ppc.hpp line 116:
>> 
>>> 114:                                                                             \
>>> 115:   /* special instructions */                                                \
>>> 116:   product(bool, SuperwordUseVSX, false,                                     \
>> 
>> Why leave this one out?
>
> SuperwordUseVSX switches usage of vector registers in C2. It's more fundamental than simple instruction usage switches.
> It's comparable to UseAVX on x86 which is product, too. So I prefer keeping it product for now. Are you ok with it?

Sure, just curious. Leave it up to you.

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

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


More information about the hotspot-compiler-dev mailing list