NPE when generating benchmark code

Aleksey Shipilev aleksey.shipilev at oracle.com
Wed May 21 13:56:51 UTC 2014


On 05/21/2014 05:46 PM, Mark Price wrote:
> Now that I have a microbenchmark.jar, I am having troubles running
> the benchmark. Generated files are all present and correct, but are
> not found when executing the jar.

Benchmarks are listed in META-INF/MicroBenchmarks, and that resource
file should be present. It is normally generated by JMH generators, and
should be packaged along with microbenchmark.jar.

-Aleksey.


More information about the jmh-dev mailing list