RFR: 8305690: [X86] Do not emit two REX prefixes in Assembler::prefix

Guoxiong Li gli at openjdk.org
Tue Apr 18 08:01:41 UTC 2023


On Thu, 6 Apr 2023 05:36:06 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch prevents `Assembler::prefix` from emitting two `REX prefixes`. The current code in mainline works well because the corresponding code path is not triggered.
> 
> Thanks for the review.
> 
> Best Regards,
> -- Guoxiong

Thanks for the review. Integrating.

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

PR Comment: https://git.openjdk.org/jdk/pull/13369#issuecomment-1512631116


More information about the hotspot-compiler-dev mailing list