-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b16
The socket read/write JFR events currently use instrumentation of java.base code using templates in the jdk.jfr modules. This results in some java.base code residing in the jdk.jfr module which is undesirable.
JDK19 added static support for event classes. The old instrumentor classes should be replaced with mirror events using the static support.
JDK19 added static support for event classes. The old instrumentor classes should be replaced with mirror events using the static support.