RFR: JDK-8289249: Add methods to Elements for record constructors

Vicente Romero vromero at openjdk.org
Mon Aug 8 16:24:13 UTC 2022


On Fri, 5 Aug 2022 22:43:21 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> test/langtools/tools/javac/processing/model/util/elements/TestRecordPredicates.java line 110:
>> 
>>> 108:     }
>>> 109: 
>>> 110:     @ExpectedPredicates(isCompact=true, isCanonical=true)
>> 
>> side: this is uncovering a bug in the compiler, isCanonical should be false in this case. I have filed JDK-8291914 to address this issue
>
> Part of the regression tests for  JDK-8291914 already written then :-)

:)

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

PR: https://git.openjdk.org/jdk/pull/9694


More information about the compiler-dev mailing list