[lworld] Integrated: 8326598: [lworld] JVM must support field inheritance for value classes

Frederic Parain fparain at openjdk.org
Tue May 21 20:10:27 UTC 2024


On Wed, 8 May 2024 19:42:31 GMT, Frederic Parain <fparain at openjdk.org> wrote:

> Adds field inheritance for value classes.
> Layouts of value classes that inherited fields are not always optimal, but fixing them would require a new placement algorithm which is beyond the scope of this CR.
> The test is currently limited to the interpreted mode because of issues with CI and C2 tracked by JDK-8331964.

This pull request has now been integrated.

Changeset: f2f813da
Author:    Frederic Parain <fparain at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/f2f813da4f557100e33244df2dc7cd0aff1174f5
Stats:     498 lines in 5 files changed: 361 ins; 39 del; 98 mod

8326598: [lworld] JVM must support field inheritance for value classes

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

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



More information about the valhalla-dev mailing list