JDK-8338937 : Optimize the string concatenation of ClassDesc
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-08-25
  • Updated: 2024-09-05
  • Resolved: 2024-09-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 24
24 b14Fixed
Related Reports
Relates :  
Description
Optimize ClassDesc related string concatenation, which will reduce object allocation during startup.
Comments
Changeset: 55312e15 Branch: master Author: Shaojin Wen <swen@openjdk.org> Committer: Chen Liang <liach@openjdk.org> Date: 2024-09-04 22:45:17 +0000 URL: https://git.openjdk.org/jdk/commit/55312e1549c36be46b0f3b3b40763a33311c3e25
04-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20705 Date: 2024-08-25 13:36:34 +0000
25-08-2024