RFR: 8359801: RISC-V: Simplify Interpreter::profile_taken_branch [v3]
duke
duke at openjdk.org
Mon Jun 23 02:29:33 UTC 2025
On Sat, 21 Jun 2025 12:01:25 GMT, Anjian Wen <wenanjian at openjdk.org> wrote:
>> Do the same thing as [JDK-8357434](https://bugs.openjdk.org/browse/JDK-8357434) [JDK-8358655](https://bugs.openjdk.org/browse/JDK-8358655) but for riscv
>>
>> The Interpreter::profile_taken_branch has the same sbbptr pattern with [JDK-8358105](https://bugs.openjdk.org/browse/JDK-8358105),The counter is 64-bit, never practically overflows , and no other code cares about it. so we can remove the overflows check
>
> Anjian Wen has updated the pull request incrementally with one additional commit since the last revision:
>
> remove unuse x11 Register
@Anjian-Wen
Your change (at version 741fb7971c94b9d4c5306bf6409e8deb4f5951ee) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25848#issuecomment-2994712024
More information about the hotspot-compiler-dev
mailing list