asmotrak [Mon, 02 Mar 2015 12:56:22 -0800] rev 31689
8043201: Deprecate RC4 in SunJSSE provider
Reviewed-by: xuelei, ahgross
mullan [Mon, 02 Mar 2015 08:52:08 -0500] rev 31688
8073894: Getting to the root of certificate chains
Reviewed-by: weijun, igerasim, ahgross
xuelei [Wed, 04 Feb 2015 11:13:14 +0000] rev 31687
8067694: Improved certification checking
Reviewed-by: mullan, jnimeh, coffeys, robm, asmotrak, ahgross
jfdenise [Wed, 15 Jul 2015 14:44:52 +0200] rev 31686
8131317: Image writer throws NPE when creating compact profile images
Summary: Metadata added to jimage was not handling empty jimage correctly.
Reviewed-by: alanb
mchung [Wed, 15 Jul 2015 12:10:03 +0800] rev 31685
8104574: Update tests to prepare for system class loader not be URLClassLoader
Reviewed-by: chegar
rriggs [Tue, 14 Jul 2015 22:21:52 -0400] rev 31684
Merge
rriggs [Tue, 14 Jul 2015 22:21:02 -0400] rev 31683
8130877: (process) java/lang/ProcessHandle/TreeTest test3 failure - Destroyed process.isAlive
Summary: Update test to check for children after processes are destroyed
Reviewed-by: darcy
rriggs [Tue, 14 Jul 2015 15:35:37 -0400] rev 31682
8078099: (process) ProcessHandle should uniquely identify processes
8078108: (process) ProcessHandle.isAlive should be robust
Summary: isAlive should check and confirm the start time
Reviewed-by: simonis, plevart
rriggs [Tue, 14 Jul 2015 15:29:16 -0400] rev 31681
8129344: (process) ProcessHandle instances should define equals and be value-based
Summary: add equals(), hashCode() and value-based spec
Reviewed-by: psandoz
peytoia [Wed, 15 Jul 2015 11:05:51 +0900] rev 31680
8032446: Support Unicode 7.0.0 in JDK 9
8130889: Missing "@since 1.8" tags in j.l.Character.java
Reviewed-by: naoto, okutsu