Integrated: 8289743: AArch64: Clean up patching logic
Andrew Haley
aph at openjdk.org
Wed Jul 20 13:06:05 UTC 2022
On Wed, 6 Jul 2022 13:28:06 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.
This pull request has now been integrated.
Changeset: 1c055076
Author: Andrew Haley <aph at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1c055076e0e460275954cfc8d5e897d72bb9323e
Stats: 546 lines in 6 files changed: 363 ins; 93 del; 90 mod
8289743: AArch64: Clean up patching logic
Reviewed-by: adinn, ngasson
-------------
PR: https://git.openjdk.org/jdk/pull/9398
More information about the hotspot-dev
mailing list