[lworld] RFR: 8367408: [lworld] runtime/cds/appcds/methodHandles/MethodHandlesGeneralTest.java#aot fails

Matias Saavedra Silva matsaave at openjdk.org
Fri Dec 19 17:36:00 UTC 2025


On Thu, 18 Dec 2025 22:46:40 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This test has failed for various reasons, but the last of the reasons was that sig_cc - calling convention adapter for scalarized parameters was null for a value class.  The sig_cc adapter for valhalla won't be saved with AOT until [JDK-8373348](https://bugs.openjdk.org/browse/JDK-8373348).  This change moves where they are regenerated to where the method is linked.
> 
> Testing with tier1-4. in progress, and with the failed test.

Thanks for fixing this, looks good!

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

Marked as reviewed by matsaave (Committer).

PR Review: https://git.openjdk.org/valhalla/pull/1837#pullrequestreview-3599467841


More information about the valhalla-dev mailing list