JDK-8367689 : Revert removal of several compilation-related vmStructs fields
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2025-09-15
  • Updated: 2025-09-15
Related Reports
Causes :  
Description
Some compilation-related fields were removed as part of JDK-8315488. This broke a feature in Async-Profiler which allows inspecting compilation tasks in profiles. The fields are:
- CiEnv* _env
- CompileTask* _task
- ciMethod* _method

I'll propose a patch to revert a small part of the change to bring back the required fields.