JMH 1.4.1
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Dec 26 11:12:18 UTC 2014
Hi,
JMH 1.4.1 is released and available at Maven Central (thanks to Evgeny,
as usual). This is a minor patch release, and it fixes a few issues
either introduced in 1.4, or lingering from the past versions.
Summary of changes:
* The result file name was erroneously lower-cased, even if requested
by the user in the specific case. This is a lingering issue dating back
to at least 1.3. Reported by Jozef Hartinger. Fixed:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901225
* Minor issues in statistics calculation are fixed. The results of any
previous runs are not affected, since the external visible behavior is
the same. Reported by Erich Schubert. Fixed:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901227
* JMH version printout introduced in 1.4 was broken when different
locales are used for promoted release, and the system where the final
JAR is used. Reported by Erich Schubert. Fixed by letting JMH be smarter
about this:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901226
* JMH version printout also leaked the InputStream. Reported by Artem
Prigoda. fixed:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901230
* Because of the latter bug report, we have looked into the FindBugs
issues accumulated since 1.0 release. Fixed all the important ones:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901231
Enjoy!
Thanks,
-Aleksey
More information about the jmh-dev
mailing list