experiences with prototype

Maurizio Cimadamore maurizio.cimadamore at oracle.com
Sun Feb 8 22:17:37 UTC 2015


On 08/02/15 10:27, Peter Levart wrote:
> This is great. I replaced all new-style for loops on <any T> T[] 
> arrays with classic on-index iteration and applied your patch 
> selectively without the redundant cast in javany/util/Arrays.java:823:
>
>     a = (E[])Objects.requireNonNull(array)
Yep - that cast is not needed as per very latest compiler fix.

Maurizio



More information about the valhalla-dev mailing list