JDK-8319374 : JFR: Remove instrumentation for exception events
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-11-03
  • Updated: 2024-07-01
  • Resolved: 2023-11-08
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 22
22 b24Fixed
Related Reports
Relates :  
Description
See if events could be implemented directly in java.base instead of bytecode instrumentation.

Benefits are:
- Faster startup of JFR
- Possibly easier to maintain.
- Reduce dependency on obsolete class in ASM
- Reduce dependency on JInliner classes.

Comments
Changeset: e8418972 Author: Erik Gahlin <egahlin@openjdk.org> Date: 2023-11-08 13:22:33 +0000 URL: https://git.openjdk.org/jdk/commit/e8418972474d41c6cc1985df5c650461ded34313
08-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16493 Date: 2023-11-03 12:19:07 +0000
06-11-2023