chegar [Sun, 14 Apr 2013 19:17:30 +0100] rev 16861
8011799: CompletableFuture/Basic.java fails intermittently
Reviewed-by: martin, alanb
jzavgren [Thu, 11 Apr 2013 12:33:33 -0400] rev 16860
8008118: (process) Possible null pointer dereference in jdk/src/solaris/native/java/lang/UNIXProcess_md.c
Summary: Modified the path processing code so that it detects and handles out of memory errors.
Reviewed-by: chegar, martin, christos, alanb, msheppar
Contributed-by: john.zavgren@oracle.com
rfield [Fri, 12 Apr 2013 20:23:13 -0700] rev 16859
8012028: Metafactory-generated lambda classes should be final
8008941: isSynthetic() returns false for lambda instances
Reviewed-by: mduigou
henryjen [Fri, 12 Apr 2013 12:41:18 -0700] rev 16858
8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE
Reviewed-by: alanb, mduigou