JMH 1.3.1
Aleksey Shipilev
aleksey.shipilev at oracle.com
Fri Nov 21 22:34:03 UTC 2014
Hi,
JMH 1.3.1 is released and available at Maven Central (thanks to Evgeny
Mandrikov, as usual). This is a minor patch release, and it includes two
bugfixes:
* If you have @Params in @State classes that are referenced through
@Setup/@TearDown arguments, they will not initialize properly, causing
run to fail. Fixed:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901105
* If you are running an unstable VM and it corrupts the binary link to
host VM, the exception with the reason may be lost. Fixed:
https://bugs.openjdk.java.net/browse/CODETOOLS-7901111
Enjoy!
Thanks,
-Aleksey.
More information about the jmh-dev
mailing list