JMH 0.9.5

Aleksey Shipilev aleksey.shipilev at oracle.com
Fri Jul 25 09:49:18 UTC 2014


Hi,

JMH 0.9.5 is released and available in Maven Central (thanks again to
Evgeny, as usual). JMH 0.9.5 is our release candidate for 1.0, please
test! We would release 1.0 after JVMLS blows over.

Highlights of JMH 0.9.5:

 * Final result table is resizing columns automatically, which lets it
copy-paste into width-constrained places (e.g. StackOverflow) more easily.

 * Benchmark archetypes expose ${javac.target} option to easy retarget
the compilation.

 * Benchmark archetypes expose ${uberjar.name} to quickly rename the
final JAR name.

 * Reliability improvements in binary link implementation between the
hosted and forked VM.

 * -prof perfasm is now working with older perf having the --log-fd bug.
Older perfs also have a slightly different format for "perf script"
output, fixed as well. Tested with Linux/perf 2.6.32 and 3.2.

Enjoy!

Thanks,
-Aleksey.


More information about the jmh-dev mailing list