dsamersoff [Wed, 17 Oct 2012 18:34:07 +0400] rev 14189
6809322: javax.management.timer.Timer does not fire all notifications
Summary: Some notifications get dropped due to ConcurrentModificationException thrown in Timer.notifyAlarmClock() method.
Reviewed-by: dholmes, rbackman
Contributed-by: jaroslav.bachorik@oracle.com
ngmr [Wed, 17 Oct 2012 13:35:22 +0100] rev 14188
8000955: Hashtable.Entry.hashCode() does not conform to Map.Entry.hashCode() defined behaviour
Reviewed-by: mduigou, alanb
alanb [Wed, 17 Oct 2012 11:43:56 +0100] rev 14187
8000685: (props) Properties.storeToXML/loadFromXML should only require UTF-8 and UTF-16 to be supported
Reviewed-by: mchung, chegar
khazra [Tue, 16 Oct 2012 15:23:17 -0700] rev 14186
7198073: (prefs) user prefs not saved [macosx]
Summary: Using class member field to get node instead of argument
Reviewed-by: alanb