chegar [Fri, 17 Jan 2014 13:54:13 +0000] rev 22293
8032057: Remove unneeded/obsolete -source options in concurrency tests
Reviewed-by: chegar
Contributed-by: Martin Buchholz <martinrb@google.com>
mduigou [Thu, 16 Jan 2014 16:41:34 -0800] rev 22292
Merge
michaelm [Wed, 11 Dec 2013 15:27:06 -0800] rev 22291
8029696: Broken doc links to package-summary.html#NonInterference in java.util.stream
Reviewed-by: mduigou
bpb [Thu, 16 Jan 2014 15:56:40 -0800] rev 22290
6667086: Double.doubleToLongBits(final double value) contains inefficient test for NaN
Summary: Use isNaN() to test the parameter.
Reviewed-by: darcy, psandoz
psandoz [Thu, 16 Jan 2014 18:20:31 +0100] rev 22289
8029452: Fork/Join task ForEachOps.ForEachOrderedTask clarifications and minor improvements
Reviewed-by: mduigou, briangoetz
rriggs [Thu, 16 Jan 2014 10:33:07 -0500] rev 22288
8031961: (process) java/lang/ProcessBuilder/Basic.java uses "cp -p" which is inefficient
Summary: Replace invocation of /bin/cp with NIO Files.copy
Reviewed-by: martin, alanb
vlivanov [Wed, 15 Jan 2014 20:48:44 +0400] rev 22287
8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
Reviewed-by: sundar, lagergren, drchase
ykantser [Thu, 16 Jan 2014 11:37:49 +0100] rev 22286
7185591: jcmd-big-script.sh ERROR: could not find app's Java pid.
Reviewed-by: egahlin, sla, jbachorik
psandoz [Thu, 16 Jan 2014 10:27:57 +0100] rev 22285
8030848: Collections.sort(List l, Comparator) should defer to List.sort(Comparator )
Reviewed-by: mduigou
darcy [Wed, 15 Jan 2014 11:29:47 -0800] rev 22284
8031747: Add overloads lint warning to build of jdk repository
Reviewed-by: chegar, erikj, alanb