-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8368110 | 25.0.2 | Francesco Andreuzzi | P4 | Resolved | Fixed | master |
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.
- 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.
- backported by
-
JDK-8368110 Revert removal of several compilation-related vmStructs fields
-
- Resolved
-
- caused by
-
JDK-8315488 Remove outdated and unused ciReplay support from SA
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/9f2d7536
-
Commit(master) openjdk/jdk/4c5e901c
-
Review(master) openjdk/jdk25u/212
-
Review(master) openjdk/jdk/27318
(1 links to)