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

RFR: 8271711: Remove WorkArounds.isSynthetic

2021-08-02 Thread Joe Darcy
Switch out logic in WorkArounds for a different expression implemented using javax.lang.model.Elements logic. Langtools regression test suite passes with the changes. - Commit messages: - 8271711: Remove WorkArounds.isSynthetic Changes: https://git.openjdk.java.net/jdk/pull/4967/f