Can we also get some feedback on specialization, please?
Brian Goetz
brian.goetz at oracle.com
Tue Jan 6 00:01:39 UTC 2015
> Apologies if this is a dumb question or has been already answered but
> what in the current implementation is expected to work? Is it everything
> in the latest state of specialization? Not expecting too much detail -
> just a vague outline ;)
It should cover all the conversions outlined in the latest SotS. There
are a few known things that don't work quite right yet, things like:
- Nonstatic inner classes and local classes (we're close on this, though)
- super-calls inside generic methods
But, it should be enough to write an ArrayList-like class that is
generic in any-T.
To run it, just clone and build the valhalla repo (make images), and use
that as your JDK.
More information about the valhalla-dev
mailing list