RFR: 8246774: Record Classes (final) implementation

Joe Darcy darcy at openjdk.java.net
Mon Sep 21 21:56:01 UTC 2020


On Mon, 21 Sep 2020 21:36:39 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> Co-authored-by: Vicente Romero <vicente.romero at oracle.com>
>> Co-authored-by: Harold Seigel <harold.seigel at oracle.com>
>> Co-authored-by: Jonathan Gibbons <jonathan.gibbons at oracle.com>
>> Co-authored-by: Brian Goetz <brian.goetz at oracle.com>
>> Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore at oracle.com>
>> Co-authored-by: Joe Darcy <joe.darcy at oracle.com>
>> Co-authored-by: Chris Hegarty <chris.hegarty at oracle.com>
>> Co-authored-by: Jan Lahoda <jan.lahoda at oracle.com>
>
> 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

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

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


More information about the hotspot-runtime-dev mailing list