On Fri, 6 May 2022 14:09:24 GMT, Jan Lahoda wrote:
>> 8262889: Compiler implementation for Record Patterns
>>
>> A first version of a patch that introduces record patterns into javac as a
>> preview feature. For the specification, please see:
>> http://cr.openjdk.java.net/~gbierman/jep427+405/j
On Thu, 20 May 2021 21:07:04 GMT, Gavin Bierman wrote:
> Hi all,
>
> Please review this patch to make the ConstantDesc hierarchy `sealed`, as was
> promised in its Javadoc, now that sealed classes are finalising in JDK 17.
>
> Thanks,
> Gavin
This pull request ha
On Fri, 21 May 2021 03:26:49 GMT, liach
wrote:
>> Gavin Bierman has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removing file constants.patch added by mistake
>
> src/java.base/share/classes/java/lang/c
> Hi all,
>
> Please review this patch to make the ConstantDesc hierarchy `sealed`, as was
> promised in its Javadoc, now that sealed classes are finalising in JDK 17.
>
> Thanks,
> Gavin
Gavin Bierman has updated the pull request incrementally with one additional
On Thu, 20 May 2021 21:32:08 GMT, Mandy Chung wrote:
>> Gavin Bierman has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removing javadoc comments about future use of sealed
>
> src/java.base/sh
> Hi all,
>
> Please review this patch to make the ConstantDesc hierarchy `sealed`, as was
> promised in its Javadoc, now that sealed classes are finalising in JDK 17.
>
> Thanks,
> Gavin
Gavin Bierman has updated the pull request incrementally with one additional
> Hi all,
>
> Please review this patch to make the ConstantDesc hierarchy `sealed`, as was
> promised in its Javadoc, now that sealed classes are finalising in JDK 17.
>
> Thanks,
> Gavin
Gavin Bierman has updated the pull request incrementally with one additional
Hi all,
Please review this patch to make the ConstantDesc hierarchy `sealed`, as was
promised in its Javadoc, now that sealed classes are finalising in JDK 17.
Thanks,
Gavin
-
Commit messages:
- 8265130: Make ConstantDesc class hierarchy sealed
Changes: https://git.openjdk.java.
> On 19 May 2020, at 13:44, Jan Lahoda wrote:
>
> Hi Vicente,
>
> javac changes look overall OK to me.
>
> A few comments:
> -the handling of non-sealed in JavacParser is fairly good, even though I
> wonder if handling it in the tokenizer would not be better. If I read the
> specification