JDK-8323344 : Remove unused `nmethod::_scopes_data_offset`
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P5
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2024-01-09
  • Updated: 2024-05-03
  • Resolved: 2024-05-03
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.
Other
tbdResolved
Related Reports
Relates :  
Description
As `nmethod::_scopes_data_offset` is not used anywhere, it should be removed from `nmethod`.
Comments
It is not issue anymore after JDK-8329332 changes.
03-05-2024

Oh, okay then. Let's wait for that work and close this as duplicate then.
13-03-2024

It was moved to CompiledMethod:: _scopes_data_begin by JDK-8151956. I am currently working on reverting those changes to remove CompiledMethod which will restore usage of _scopes_data_offset. I suggest to close this RFE.
13-03-2024

As the software archaeology exercise, we want to understand where was the last use of this field.
13-03-2024