shade [Mon, 26 Aug 2013 17:50:34 +0400] rev 19589
8023234: StampedLock serializes readers on writer unlock
Summary: Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin, shade
Contributed-by: Doug Lea <dl@cs.oswego.edu>
jfranck [Mon, 26 Aug 2013 13:38:14 +0200] rev 19588
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
Reviewed-by: darcy, vromero, psandoz
igerasim [Sun, 25 Aug 2013 23:20:59 +0400] rev 19587
7129312: BufferedInputStream calculates negative array size with large streams and mark
Reviewed-by: alanb
alanb [Mon, 26 Aug 2013 10:01:27 +0100] rev 19586
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
Reviewed-by: alanb
Contributed-by: yiming.wang@oracle.com
bpb [Fri, 23 Aug 2013 14:15:54 -0700] rev 19585
6378503: In java.math.BigDecimal, division by one returns zero
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result
Summary: Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()
Reviewed-by: darcy, martin
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
dfuchs [Fri, 23 Aug 2013 20:59:34 +0200] rev 19584
8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
Reviewed-by: mchung, lancea
bpb [Thu, 22 Aug 2013 13:32:22 -0700] rev 19583
6470700: Math.random() / Math.initRNG() uses "double checked locking"
Summary: Replace class Random variable with a static final holder class
Reviewed-by: alanb, mduigou, chegar
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
egahlin [Wed, 21 Aug 2013 17:17:45 +0200] rev 19582
6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
Reviewed-by: alanb, jbachorik
egahlin [Wed, 21 Aug 2013 17:15:44 +0200] rev 19581
6417649: -interval=0 is accepted and jconsole doesn't update window content at all
Reviewed-by: alanb, jbachorik
smarks [Thu, 22 Aug 2013 15:54:50 -0700] rev 19580
8022445: fix RMISocketFactory example to avoid using localhost
Reviewed-by: chegar, alanb