Re: RFR: 8169629: Annotations with lambda expressions cause AnnotationFormatError [v2]

2021-04-01 Thread Joe Darcy
> The stricter checks added by > 8035781: Improve equality for annotations > in creating the proxy objects used to implement annotations has an unintended > by-catch of rejecting annotation's whose type has, say, a field initialized > with a lambda expression. While uncommon, it is legal

Re: RFR: 8169629: Annotations with lambda expressions cause AnnotationFormatError [v2]

2021-04-01 Thread Joe Darcy
On Thu, 1 Apr 2021 12:36:56 GMT, Joel Borggrén-Franck wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Respond to review feedback. > >

Re: RFR: 8169629: Annotations with lambda expressions cause AnnotationFormatError

2021-04-01 Thread Joel Borggrén-Franck
On Wed, 31 Mar 2021 21:32:35 GMT, Joe Darcy wrote: > The stricter checks added by > 8035781: Improve equality for annotations > in creating the proxy objects used to implement annotations has an unintended > by-catch of rejecting annotation's whose type has, say, a field initialized > with