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?
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to