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.
Benefits are:
- Faster startup of JFR
- Possibly easier to maintain.
- Reduce dependency on obsolete class in ASM
- Reduce dependency on JInliner classes.
- relates to
-
JDK-8331876 JFR: Move file read and write events to java.base
- Resolved
-
JDK-8294973 Convert jdk.jfr to use the Classfile API for class instrumentation (umbrella)
- Closed