On Thu, 8 Sep 2022 06:54:45 GMT, Сергей Цыпанов <d...@openjdk.org> wrote:
>> To ensure the shared types are not too easily exposed, move 317: to inside >> the `if (realParamData)`. >> That's also the only scope in which it is used. > > But `nonGenericParamTypes` is used in `else` block as well, so should I call > `getSharedParameterTypes()` twice? My mistake, its ok as is. tnx. ------------- PR: https://git.openjdk.org/jdk/pull/9064