RFR: 8290534: Move MacroAssembler::verified_entry to C2_MacroAssembler on x86 [v2]

Aleksey Shipilev shade at openjdk.org
Tue Jul 19 14:53:13 UTC 2022


On Tue, 19 Jul 2022 14:50:22 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

>> The MacroAssembler::verified_entry method is a C2 function. It belongs in C2_MacroAssembler. This patch moves it there on x86.
>
> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix 32 bit build

Looks fine.

I have not verified the move was line-to-line exact, but I assume that was a mechanical copy-paste.

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

Marked as reviewed by shade (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9558


More information about the hotspot-dev mailing list