JMH 1.11.3

Aleksey Shipilev aleksey.shipilev at oracle.com
Thu Jan 14 22:09:47 UTC 2016


Hi,

JMH 1.11.3 patch release is available at Maven Central (props to Evgeny
Mandrikov, as usual). It includes a few minor improvements:

 * The locking facility that prevents multiple concurrent JMH runs was
not working properly with multiple users on the machine (lock file was
created with first user's permissions). Fixed:
  https://bugs.openjdk.java.net/browse/CODETOOLS-7901577

 * SampleTime and SingleShot modes are now printing the samples
histogram along with percentile data, like this:
  http://mail.openjdk.java.net/pipermail/jmh-dev/2016-January/002130.html
  https://bugs.openjdk.java.net/browse/CODETOOLS-7901580

 * @CompilerControl(DONT_INLINE) did not work on as a class-level
annotation, because it was overridden by the implicit "inline" hint we
put for all @Benchmarks. Fixed:
   https://bugs.openjdk.java.net/browse/CODETOOLS-7901581

 * A few touchups in tests, javadocs, etc

Enjoy!
-Aleksey



More information about the jmh-dev mailing list