History log of /openjdk9/jdk/test/java/util/Arrays/SetAllTest.java
Revision Date Author Comments
# 12677:a4299d47bd00 02-Sep-2015 martin

8134984: Text files should end in exactly one newline
Summary: automated fixup of newlines at end-of-file via the usual perl one-liner
Reviewed-by: chegar, sherman


# 8006:462c5589bc1a 11-Aug-2013 psandoz

8024182: test/java/util/Arrays/SetAllTest.java fails to compile due to recent compiler changes
Summary: Use explicit lambda due to javac simplfying rules for overload resolution with implicit lambdas
Reviewed-by: alanb, mduigou


# 7043:7857129859bd 20-Apr-2013 briangoetz

8012650: Arrays streams methods
8011918: java.util.stream.Streams
Reviewed-by: alanb, mduigou, darcy, henryjen
Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com