RFR: 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes [v15]
Adam Sotona
asotona at openjdk.org
Mon Mar 27 16:43:17 UTC 2023
> java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes and this patch converts it to use Classfile API.
>
> Please review.
>
> Thank you,
> Adam
Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
StackMapGenerator performance improvements
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10991/files
- new: https://git.openjdk.org/jdk/pull/10991/files/14d7a24d..8de24dc8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10991&range=14
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10991&range=13-14
Stats: 158 lines in 3 files changed: 36 ins; 17 del; 105 mod
Patch: https://git.openjdk.org/jdk/pull/10991.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/10991/head:pull/10991
PR: https://git.openjdk.org/jdk/pull/10991
More information about the core-libs-dev
mailing list