JDK-8294961 : Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.classfile
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-07
  • Updated: 2024-05-17
  • Resolved: 2024-03-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 b13Fixed
Related Reports
Blocks :  
Relates :  
Comments
Changeset: bee50cd3 Author: Adam Sotona <asotona@openjdk.org> Date: 2024-03-06 06:15:10 +0000 URL: https://git.openjdk.org/jdk/commit/bee50cd330c9f31bf8830caf87f97cd72e7adc95
06-03-2024

Overall the performance is looking good on the microbenchmarks. The result shows some regressions but are not uniform across all platforms. I think this current patch is good to integrate to JDK 23 and get it out for EA testing with real-world applications.
05-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17121 Date: 2023-12-15 12:54:27 +0000
15-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10991 Date: 2022-11-04 15:21:27 +0000
04-11-2022

This use case has been included in the Classfile API development, see: https://github.com/openjdk/jdk-sandbox/tree/classfile-api-dev-branch#use-cases
07-10-2022