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

Tobias Hartmann thartmann at openjdk.org
Tue Apr 18 06:00:47 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

Looks good to me too.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13369#pullrequestreview-1389340091


More information about the hotspot-compiler-dev mailing list