RFR: 8289743: AArch64: Clean up patching logic [v13]
Nick Gasson
ngasson at openjdk.org
Tue Jul 19 08:54:50 UTC 2022
On Mon, 18 Jul 2022 13:36:46 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> The current logic for patching is a mess of if-then-elses. By rearranging the logic and using a switch we can make it both easier to understand and faster.
>
> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>
> 8289743: AArch64: Clean up patching logic
I ran tier1-3 without issue.
-------------
Marked as reviewed by ngasson (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9398
More information about the hotspot-dev
mailing list