JMH 1.3.4
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Dec 12 12:39:39 UTC 2014
Hi,
JMH 1.3.4 is released and available at Maven Central (thanks to Evgeny
Mandrikov, as usual). This is a minor patch release, and it includes a
few bugfixes:
* Binary link that is used to communicate between host and forked VM
has a loopback address autodetection scheme, which gets in the way in
some weird corner cases. Added the "jmh.link.address" and
"jmh.link.port" properties to override:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901123
* JMH now prints the JMH version in the output log, and also begs for
upgrade if the outdated version is detected. Please make sure you have
updated to 1.3.4 manually first. Here's the change:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901126
* Additional @CompilerControl tests are added to figure if the
underlying VM operates properly. If you suspect your VM is misbehaving,
it is a good idea to run all tests from JMH workspace -- this would be
done if you just build JMH.
Enjoy!
Thanks,
-Aleksey.
More information about the jmh-dev
mailing list