[jdk16] RFR: 8256693: getAnnotatedReceiverType parameterizes types too eagerly [v2]
Vicente Romero
vromero at openjdk.java.net
Fri Dec 18 13:34:28 UTC 2020
On Thu, 17 Dec 2020 10:07:13 GMT, Joel Borggrén-Franck <jfranck at openjdk.org> wrote:
>> The fix for JDK-8256693 too often produces a ParameterizedType as the result of getAnnotatedReceiverType().getType() . A ParameterizedType is necessary only 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.
>>
>> See here for the now closed JDK 17 pr: https://github.com/openjdk/jdk/pull/1414
>
> Joel Borggrén-Franck has updated the pull request incrementally with one additional commit since the last revision:
>
> Use constant for expected cases
Marked as reviewed by vromero (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk16/pull/33
More information about the core-libs-dev
mailing list