On Fri, 12 Sep 2025 08:27:01 GMT, Martin Doerr <mdo...@openjdk.org> wrote:

> Other idea: set count = noreg to prevent usage after it is used under the 
> other name.

That wouldn't have solved the aliasing problem, because count and end were 
being used as aliases for a register in _the same instruction_!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23739#discussion_r2357941045

Reply via email to