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.
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.