JDK-8315580 : Remove unused java_lang_String::set_value_raw()
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-03
  • Updated: 2023-09-09
  • Resolved: 2023-09-09
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 22
22 masterFixed
Related Reports
Relates :  
Description
The function java_lang_String::set_value raw is unused and can be removed.

This function was added by JDK-8015086 to support including interned strings in a CDS archive, but is no longer used for that purpose (or any other).

Comments
Changeset: b482e6d9 Author: Kim Barrett <kbarrett@openjdk.org> Date: 2023-09-09 01:28:20 +0000 URL: https://git.openjdk.org/jdk/commit/b482e6d90245288de5387cc7f6d68294cbc8e6e8
09-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15552 Date: 2023-09-03 18:55:45 +0000
03-09-2023