On Fri, 5 Dec 2025 23:36:22 GMT, Chen Liang <[email protected]> wrote:
> Core reflection has its own type conversion behavior that is somewhat poorly > specified; it is scattered around a few places, and its boxing and unboxing > deviates from that of Java language assignment contexts. In addition, core > reflection has a somewhat erroneous access check system. We can improve the > overview of java.lang.reflect to address these shortcomings and recommend > users to use java.lang.invoke for better functionality in these areas. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/28685
