Integrated: 8283257: x86: Clean up invocation/branch counter updates code

Aleksey Shipilev shade at openjdk.java.net
Wed Mar 23 06:34:35 UTC 2022


On Wed, 16 Mar 2022 12:07:55 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> I looked briefly at optimizing `InterpreterMacroAssembler::increment_mask_and_jump` a bit, but it looks that current code is the best we can do. This improvement does a few related cleanups without semantic changes. 
> 
> Additional testing:
>  - [x] Linux x86_64 fastdebug `tier1`
>  - [x] Eyeballing interpreter generated code

This pull request has now been integrated.

Changeset: 82e1a1cf
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/82e1a1cf8bafddfa2ecf11c2ce88ed4eaa091757
Stats:     22 lines in 4 files changed: 0 ins; 6 del; 16 mod

8283257: x86: Clean up invocation/branch counter updates code

Reviewed-by: redestad, kvn

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

PR: https://git.openjdk.java.net/jdk/pull/7838


More information about the hotspot-dev mailing list