weijun [Tue, 30 Sep 2014 13:38:58 +0800] rev 26865
8058657: Add @jdk.Exported to com.sun.jarsigner APIs
Reviewed-by: alanb, mchung
dfuchs [Mon, 29 Sep 2014 18:56:32 +0200] rev 26864
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
Summary: NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.
Reviewed-by: alanb
weijun [Sun, 28 Sep 2014 10:42:50 +0800] rev 26863
8059313: Enable keytool NSS test on Mac
Reviewed-by: vinnie
wetmore [Sat, 27 Sep 2014 03:49:31 +0000] rev 26862
8059307: OpenJDK build problem with JDK-8058845
Reviewed-by: alanb
wetmore [Fri, 26 Sep 2014 17:05:05 -0700] rev 26861
8058845: Update JCE environment for build improvements
Reviewed-by: mullan, alanb, erikj, mchung, katleman
alanb [Fri, 26 Sep 2014 22:24:50 +0100] rev 26860
8049389: Move orb.idl and ir.idl to JDK include directory
Reviewed-by: erikj
dfuchs [Fri, 26 Sep 2014 11:29:29 +0200] rev 26859
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
Summary: Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.
Reviewed-by: alanb, mchung, plevart, psandoz
okutsu [Fri, 26 Sep 2014 12:52:18 +0900] rev 26858
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
Reviewed-by: naoto