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

Coleen Phillimore coleenp at openjdk.org
Fri Jan 2 14:01:02 UTC 2026


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.

This pull request has now been integrated.

Changeset: fe500a0a
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/fe500a0a90f96c8d0573cbb85c62db70c0cc73d4
Stats:     34 lines in 4 files changed: 17 ins; 17 del; 0 mod

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

Reviewed-by: matsaave, fparain

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

PR: https://git.openjdk.org/valhalla/pull/1837


More information about the valhalla-dev mailing list