Regression in 0.3: ClassCastException during code generation due to presence of package-info.java
Aleksey Shipilev
aleksey.shipilev at oracle.com
Sun Jan 26 01:27:41 PST 2014
Hi Evgeny!
On 01/25/2014 10:05 PM, Evgeny Mandrikov wrote:
> First of all - thanks for your work on JMH, it really rocks!
Thanks for publishing artifacts for us!
> The difference of this project from others - is that it contains
> package-info.java. And indeed - code generation works again after removal
> of this file. Just in case you'll find reproducer in attachment.
Thanks for the bug report. Indeed, the new classes discovery scheme
tries to walk package-info.java and fails. We fixed this in 1.0-SNAPSHOT.
-Aleksey.
More information about the jmh-dev
mailing list