On Wed, 18 Feb 2026 15:31:37 GMT, Tobias Hartmann <[email protected]> wrote:
> This reverts some accidental changes to align closer with mainline.
>
> Thanks,
> Tobias
Looks good. If we revert some things that are not good for the merge but good
to have (like typo fixing), we should try to note them somewhere and reapply
after integration, maybe?
src/hotspot/share/ci/ciEnv.cpp line 523:
> 521: while (sym->char_at(i) == JVM_SIGNATURE_ARRAY) {
> 522: i++;
> 523: }
I love it!
-------------
Marked as reviewed by mchevalier (Committer).
PR Review:
https://git.openjdk.org/valhalla/pull/2127#pullrequestreview-3823877537
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2127#discussion_r2826049035