Issue: SafepointsProfiler doesn't support JDK11 nor JDK17 not support any extension of the parse() method

Nikolai Mazurkin mazurkin at gmail.com
Mon Jan 16 16:05:56 UTC 2023


Hi

Following the instructions how to post issues/bugs/requests posted on
https://github.com/openjdk/jmh

https://github.com/openjdk/jmh/blob/master/jmh-core/src/main/java/org/openjdk/jmh/profile/SafepointsProfiler.java

The class doesn't support JDK17 pattern, the section of the report with
safepoint statistics is empty.

And what is even worse, I can't override this class and extend the
`parse(line)` method myself. Basically the only way to that is to copy the
class completely and fix it.

Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/jmh-dev/attachments/20230116/2a032166/attachment.htm>


More information about the jmh-dev mailing list