JDK-8321581 : JFR: Remove remaining use of instrumentation for I/O events
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2023-12-08
  • Updated: 2024-08-04
  • Resolved: 2024-06-01
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
23Resolved
Related Reports
Duplicate :  
Duplicate :  
Description
Some I/O events still rely on bytecode instrumentation of I/O related classes. It should be removed, so all use of ASM can be pulled out from JFR.

Fixing this important to avoid the 10% regression on startup introduced in JDK 22. See JDK-8319551