[b83 regression?] stream.parallel().isParallel() returns false

Dmitry Bessonov dmitry.bessonov at oracle.com
Wed Mar 27 03:52:51 PDT 2013


Hello,

With b83

System.out.println("isParallel = " +Arrays.asList(1, 2, 
3).stream().parallel().isParallel());

prints out

isParallel = false


-Dmitry


More information about the lambda-dev mailing list