Rawtypes in JMH and generated classes
Staffan Friberg
staffan.friberg at oracle.com
Thu Dec 18 19:05:50 UTC 2014
Hi,
Saw that we got unchecked / rawtypes warnings when compiling benchmarks
so updated the generator to avoid that.
Since I was already updating this type of warnings I fixed some other
files as well.
http://cr.openjdk.java.net/~sfriberg/jmh_rawtypes/webrev.00
The main part I'm after is to avoid warnings when compiling the
microbenchmarks rather than JMH, so would be fine if we limit the patch
to that.
//Staffan
More information about the jmh-dev
mailing list