JDK-8336757 : [JVMCI] "Hosted" JVMCI compilations should trigger JVMTI CompiledMethodLoad events
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20,21,22,23,24
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-07-18
  • Updated: 2024-07-19
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
tbdUnresolved
Related Reports
Relates :  
Description
Since "JDK-8290025: Remove the Sweeper" (i.e. JDK 20), "hosted" JVMCI compilations (i.e. JVMCI compilations not triggered by the `CompilerBroker` but e.g. by the Truffle framework) don't trigger a  JVMTI `CompiledMethodLoad` event any more.
Comments
ILW = Missing JVMTI CompiledMethodLoad events, with JVMCI compilations, no workaround = MMH = P3
19-07-2024