rriggs [Thu, 30 Jul 2015 14:16:58 -0400] rev 31918
8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
Summary: Factor out access for InetAddress
Reviewed-by: chegar, michaelm, alanb
sherman [Thu, 30 Jul 2015 08:46:21 -0700] rev 31917
8132459: ExceptionInInitializerError from 'java -version' on Linux under zh_CN.GB18030 locale
Summary: to add more charsets into base module for linux and solaris
Reviewed-by: alanb, simonis
psandoz [Fri, 24 Jul 2015 15:33:13 -0700] rev 31916
8062849: Optimize EnumMap.equals
Summary: In the equals method, if the two EnumMaps are a different size return false since they can't be equal.
Reviewed-by: martin, bchristi, rriggs, psandoz
Contributed-by: steve.drach@oracle.com