JMH 1.11.2
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Oct 30 10:49:11 UTC 2015
Hi,
JMH 1.11.2 patch release is available at Maven Central (props to Evgeny
Mandrikov, as usual). It includes a few minor improvements:
* Validation suite is now verifying how compiler hints are working. It
is a good idea to verify these if you are running on a
self-built/self-patched JVM that includes compiler fixes, e.g. JDK 9
Early Access builds:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901524
* When using the incremental compilation in IDE, removing the
@Benchmark method may lead to a NoSuchMethodError. This was because we
barfed the benchmark entries merge. Fixed by Evgeny Mandrikov, thanks!
https://bugs.openjdk.java.net/browse/CODETOOLS-7901536
* perfasm should warn when no block had reached enough hotness to be
disassembled:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901539
* Minor improvements in internal APIs, code cleanups, etc. Notably, JMH
Samples grammar, typos and flow was fixed by Nitsan Wakart, thanks!
Enjoy!
-Aleksey
More information about the jmh-dev
mailing list