Re: RFR: 8271711: Remove WorkArounds.isSynthetic

2021-08-03 Thread Jonathan Gibbons
On Tue, 3 Aug 2021 04:40:33 GMT, Joe Darcy wrote: > Switch out logic in WorkArounds for a different expression implemented using > javax.lang.model.Elements logic. > > Langtools regression test suite passes with the changes. Nice. Always good to reduce the workarounds. - Marked a

Integrated: 8271711: Remove WorkArounds.isSynthetic

2021-08-03 Thread Joe Darcy
On Tue, 3 Aug 2021 04:40:33 GMT, Joe Darcy wrote: > Switch out logic in WorkArounds for a different expression implemented using > javax.lang.model.Elements logic. > > Langtools regression test suite passes with the changes. This pull request has now been integrated. Changeset: 6594d3a3 Autho