RFR(M): 8248190: PPC: Enable Power10 system and use new byte-reverse instructions

Thomas Schatzl thomas.schatzl at oracle.com
Fri Aug 21 08:04:38 UTC 2020


Hi,

On 21.08.20 04:33, Michihiro Horie wrote:
> 
> Hi Jose,
> 
> One thing I noticed is a misaligned backslash in globals_ppc.hpp.
> Otherwise, the change looks good!
> 
>     /* special instructions */
> \
> +  product(bool, UseByteReverseInstructions, false,
> \

Fwiw, for adding product options, you must go through the CSR process. 
Maybe there is an exception for platform specific ones?

Thanks,
   Thomas


More information about the hotspot-compiler-dev mailing list