RFR: 8246774: Record Classes (final) implementation

Vicente Romero vromero at openjdk.java.net
Mon Sep 21 21:39:18 UTC 2020


On Mon, 21 Sep 2020 21:30:51 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

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

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


More information about the hotspot-runtime-dev mailing list