Today the jfr tool returns "1.0" as version:
$ jfr --version
1.0
It would be more appropriate to return the System.getProperty("java version") like jlink, jdeps and many other JDK tools.
$ jfr --version
1.0
It would be more appropriate to return the System.getProperty("java version") like jlink, jdeps and many other JDK tools.
- relates to
-
JDK-8298533 JFR tool: print more version information
-
- Closed
-