> On 22 Feb 2016, at 11:08, Tagir Valeev <amae...@gmail.com> wrote: > > Hello! > > Here's updated webrev: > http://cr.openjdk.java.net/~tvaleev/webrev/8072727/r3/ > <http://cr.openjdk.java.net/~tvaleev/webrev/8072727/r3/> > All mentioned issues were fixed.
Many thanks, i will start an internal compatibility review (CCC) and i will also do one for onClose issue at the same time, once those complete i will push ‘em. > I agree that using new features like List.of is better, because this way it's > easier to find problems with them prior to release. > Yes, plus reviews can be an opportunity to communicate new stuff, even if not used. In general I like would to see List.of become the replacement for Arrays.asList (when in-place modification is not required). Paul. > With best regards, > Tagir Valeev. >