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
psandoz [Wed, 22 Jul 2015 14:44:30 -0700] rev 31915
8066013: (prefs) Unused variable in src/java.prefs/share/classes/java/util/prefs/MacOSXPreferences.java
Summary: Two unused variables in MacOSXPreferences.java were removed
Reviewed-by: cbensen, psandoz, chegar
Contributed-by: steve.drach@oracle.com
yhuang [Wed, 29 Jul 2015 23:36:51 -0700] rev 31914
8129361: ISO 4217 amendment 160
Reviewed-by: naoto
amurillo [Wed, 29 Jul 2015 20:21:14 -0700] rev 31913
Merge
amurillo [Wed, 29 Jul 2015 11:05:02 -0700] rev 31912
Merge
amurillo [Fri, 24 Jul 2015 00:54:07 -0700] rev 31911
Merge
jbachorik [Tue, 21 Jul 2015 20:37:19 +0200] rev 31910
Merge
jbachorik [Tue, 21 Jul 2015 18:38:09 +0200] rev 31909
8132059: com/sun/jdi/BreakpointTest.java fails with java.lang.IllegalArgumentException: Bad line number
Reviewed-by: dcubed
dcubed [Tue, 21 Jul 2015 07:29:10 -0700] rev 31908
8075171: Contended Locking fast notify bucket
Summary: JEP-143/JDK-8073165 Contended Locking fast notify bucket
Reviewed-by: dholmes, acorn, dice, dcubed
Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com