-
New Feature
-
Resolution: Fixed
-
P3
-
8.0.0
-
None
Sometimes it may come handy to be able to write a valid JFR file directly from Java.
Unfortunately, the only JFR binary format writer implementation is the one in JVM in native (C++) and it is not accessible from Java.
In addition to being able to generate JFR compatible output from any Java application which can then be parsed and processed by JMC the writer can be invaluable in generating test recordings by hand.
- duplicates
-
JMC-6998 Initial implementation of JFR binary format writer
- Closed