RFR: 8320575: generic type information lost on mandated parameters [v8]
Vicente Romero
vromero at openjdk.org
Thu Dec 14 03:52:19 UTC 2023
> Reflection is not retrieving generic type information for mandated parameters. This is a known issue which has been explicitly stated in the API of some reflection methods. Fix for [JDK-8292275](https://bugs.openjdk.org/browse/JDK-8292275) made the parameters of compact constructors of record classes `mandated` as specified in the spec. But this implied that users that previous to this change could retrieve the generic type of parameters of compact constructors now they can't anymore. The proposed fix is to try to retrieve generic type information for mandated parameters if available plus changing the spec of the related reflection methods.
>
> TIA
Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
addressing review comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17070/files
- new: https://git.openjdk.org/jdk/pull/17070/files/e48c7989..89032d47
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17070&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17070&range=06-07
Stats: 278 lines in 3 files changed: 269 ins; 0 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/17070.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17070/head:pull/17070
PR: https://git.openjdk.org/jdk/pull/17070
More information about the core-libs-dev
mailing list