Re: RFR: 8271711: Remove WorkArounds.isSynthetic
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 as reviewed by jjg (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4967
Integrated: 8271711: Remove WorkArounds.isSynthetic
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 Author:Joe Darcy URL: https://git.openjdk.java.net/jdk/commit/6594d3a3ef175a71ea34c7698ab96537c761f022 Stats: 5 lines in 2 files changed: 0 ins; 1 del; 4 mod 8271711: Remove WorkArounds.isSynthetic Reviewed-by: jjg - PR: https://git.openjdk.java.net/jdk/pull/4967