On May 27, 2011, at 12:39 AM, Ola Bini wrote:

> invoker(type())

Recheck your assumptions about what invoker returns:  That changed.  You might 
need to adjust:
  invoker(type().generic())
or
  invoker(type()).asType(...)

Or maybe there's a type.generic() elsewhere that can go away.

-- John
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to