[lworld] Integrated: 8326862: [lworld] javac is rejecting value records

Vicente Romero vromero at openjdk.org
Tue Feb 27 18:45:07 UTC 2024


On Tue, 27 Feb 2024 18:40:45 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> code like:
> 
> value record Point(int x, int y) {}
> 
> 
> is being rejected by javac. `java.lang.Record` should be considered a value class.
> 
> TIA

This pull request has now been integrated.

Changeset: b883f80f
Author:    Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/b883f80f4253c0bc3fd2734595f8f25311bc22a1
Stats:     6 lines in 3 files changed: 5 ins; 0 del; 1 mod

8326862: [lworld] javac is rejecting value records

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

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



More information about the valhalla-dev mailing list