RFR: 8246774: Record Classes (final) implementation

Vicente Romero vromero at openjdk.java.net
Mon Sep 21 23:24:58 UTC 2020


On Mon, 21 Sep 2020 21:53:05 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> Please review the fix for [1]. The intention of this patch is to make records final removing the need to
>> use --enable-preview in order to be able to include a record declaration in a source or for the VM to execute code
>> compiled from record classes,  Thanks
>> 
>> [1] https://bugs.openjdk.java.net/browse/JDK-8246774
>
> Hi Vicente,
> Please file a separate subtask for the javax.lang.model changes. This helps with the JSR 269 MR paperwork.
> Thanks,
> -Joe

note: I have removed from the original patch the code related to javax.lang.model, I will publish them in a separate PR

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

PR: https://git.openjdk.java.net/jdk/pull/290


More information about the compiler-dev mailing list