On Tue, 24 Nov 2020 15:54:47 GMT, Joel Borggrén-Franck <jfra...@openjdk.org> wrote:
> The fix for JDK-8256693 too often produces a ParameterizedType as the result > of getAnnotatedReceiverType().getType() . A ParameterizedType is necessary > when this type or any of its transitive owner types has type parameters, but > should be avoided if this isn't the case. > > This implementation recursively creates a chain of ParameterizedTypes > starting from the outermost type that has type parameters. @raphw can you take a look at this? ------------- PR: https://git.openjdk.java.net/jdk/pull/1414