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

Guoxiong Li gli at openjdk.org
Mon Apr 17 11:23:34 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

Ping for review. Thanks.

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

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


More information about the hotspot-compiler-dev mailing list