JDK-8323183 : ClassFile API performance improvements
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.classfile
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-08
  • Updated: 2024-03-12
  • Resolved: 2024-03-04
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 :  
Description
Development of JDK-8294961: "Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes" revealed several performance bottlenecks in the ClassFile API.
Namely SplitConstantPool and StackCounter performance is not optimal. 
Comments
Changeset: 0583f735 Author: Adam Sotona <asotona@openjdk.org> Date: 2024-03-04 15:26:27 +0000 URL: https://git.openjdk.org/jdk/commit/0583f7357480c0500daa82f490b2fcc05f2fb65a
04-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17306 Date: 2024-01-08 13:38:16 +0000
08-01-2024