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