Integrated: 8358655: AArch64: Simplify Interpreter::profile_taken_branch

Chad Rakoczy duke at openjdk.org
Tue Jun 24 02:37:43 UTC 2025


On Thu, 19 Jun 2025 21:17:30 GMT, Chad Rakoczy <duke at openjdk.org> wrote:

> [JDK-8358655](https://bugs.openjdk.org/browse/JDK-8358655)
> 
> The aarch64 version of [JDK-8357434](https://bugs.openjdk.org/browse/JDK-8357434)
> 
> The counter is 64-bit, never practically overflows, and no other code cares about it so it is safe to remove
> 
> Additional Testing:
> - [x] Linux aarch64 fastdebug tier 1
> - [x] Linux aarch64 fastdebug tier 2
> - [x] Linux aarch64 fastdebug tier 3
> - [x] Linux aarch64 fastdebug tier 4

This pull request has now been integrated.

Changeset: a350a111
Author:    Chad Rakoczy <chadrako at amazon.com>
Committer: SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a350a1115a32ae1aa013a22c05a009051a674793
Stats:     24 lines in 3 files changed: 0 ins; 18 del; 6 mod

8358655: AArch64: Simplify Interpreter::profile_taken_branch

Reviewed-by: shade, aph

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

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


More information about the hotspot-compiler-dev mailing list