Differences in asType between MLVM/bsdport and JDK7

John Rose john.r.rose at oracle.com
Fri May 27 01:02:21 PDT 2011


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


More information about the mlvm-dev mailing list