-Xlint:all Bug
Howard Lovatt
howard.lovatt at gmail.com
Fri Aug 6 21:32:07 PDT 2010
There is a minor bug when you use -Xlint:all, I get:
Compiling 1 source file to
/Users/lov080/Dropbox/Personal/Java/examples/Invoke Dynamic Multiple
Dispatch/build/classes
/Users/lov080/Dropbox/Personal/Java/examples/Invoke Dynamic Multiple
Dispatch/src/invokedynamicmultipledispatch/Cost.java:61: warning: [rawtypes]
found raw type: Class
cost += InvokeDynamic.<@BootstrapMethod( value = Cost.class, name =
"bootstrapDynamic" ) double>cost( price, item );
missing type parameters for generic class Class<T>
where T is a type-variable:
T extends Object declared in class Class
-- Howard.
PS Is this the right place to report MLVM bugs?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20100807/3b847bae/attachment.html
More information about the mlvm-dev
mailing list