RFR: 8359801: RISC-V: Simplify Interpreter::profile_taken_branch [v3]

Fei Yang fyang at openjdk.org
Mon Jun 23 00:15: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

Still good.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25848#pullrequestreview-2948394724


More information about the hotspot-compiler-dev mailing list