JDK-8329629 : GC interfaces should work directly against nmethod instead of CodeBlob
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-03
  • Updated: 2024-04-16
  • Resolved: 2024-04-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 23
23 b18Fixed
Related Reports
Blocks :  
Relates :  
Description
During review of JDK-8329332 changes Stefan K. said:
"After this change I'd like to see if we can change this and similar GC interfaces to work directly against nmethod instead of CodeBlob."

Comments
Changeset: 87131fb2 Author: Stefan Karlsson <stefank@openjdk.org> Date: 2024-04-09 12:27:55 +0000 URL: https://git.openjdk.org/jdk/commit/87131fb2f77188a483fd0852da5f9228aafd5336
09-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18653 Date: 2024-04-05 12:32:30 +0000
05-04-2024

First stab at this: https://github.com/openjdk/jdk/compare/master...stefank:jdk:do_code_blob
04-04-2024