On Thu, 12 Feb 2026 16:40:35 GMT, Roland Westrelin <[email protected]> wrote:
> I realized my fix for JDK-8377480 doesn't work if a value passed as > argument is returned as `Object` (because then EA links the return > value with the `Object` field of the value passed as argument). It > doesn't do the optimal thing if the input value has multiple `Object` > inputs either. Anyway, I propose a conservative fix for now. I'll file > a bug to revisit that later. This pull request has now been integrated. Changeset: 3ce1fb9e Author: Roland Westrelin <[email protected]> URL: https://git.openjdk.org/valhalla/commit/3ce1fb9ef5501b0cb313adcc678e65efee321cca Stats: 25 lines in 3 files changed: 21 ins; 0 del; 4 mod 8377809: [lworld] more incorrect execution due to EA pointer comparison optimization at scalarized call Reviewed-by: thartmann ------------- PR: https://git.openjdk.org/valhalla/pull/2094
