> 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.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Chen Liang has updated the pull request incrementally with two additional 
commits since the last revision:

 - Years
 - Formatting and add an example

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/28685/files
  - new: https://git.openjdk.org/jdk/pull/28685/files/ab56632f..ee76fb40

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28685&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28685&range=01-02

  Stats: 20 lines in 1 file changed: 14 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/28685.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28685/head:pull/28685

PR: https://git.openjdk.org/jdk/pull/28685

Reply via email to