> java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes. > > This patch converts it to use Classfile API. > > It is continuation of https://github.com/openjdk/jdk/pull/10991 > > Any comments and suggestions are welcome. > > Please review. > > Thank you, > Adam
Adam Sotona has updated the pull request incrementally with two additional commits since the last revision: - Apply suggestions from code review Co-authored-by: Mandy Chung <mandy.ch...@oracle.com> - applied suggested changes ------------- Changes: - all: https://git.openjdk.org/jdk/pull/17121/files - new: https://git.openjdk.org/jdk/pull/17121/files/2e50f842..80340914 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=17121&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17121&range=07-08 Stats: 41 lines in 1 file changed: 17 ins; 14 del; 10 mod Patch: https://git.openjdk.org/jdk/pull/17121.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/17121/head:pull/17121 PR: https://git.openjdk.org/jdk/pull/17121