dfuchs [Mon, 21 Oct 2013 12:00:58 +0200] rev 21304
8026499: Root Logger level can be reset unexpectedly
Summary: This fix prevents the logger's level to be re-initialized if it has already been initialized.
Reviewed-by: mchung
dfuchs [Mon, 21 Oct 2013 11:15:41 +0200] rev 21303
8016344: (props) Properties.storeToXML behaviour has changed from JDK 6 to 7
Summary: When storing Properties to XML only locally defined properties must be saved.
Reviewed-by: psandoz, mchung, alanb
jbachorik [Mon, 21 Oct 2013 10:54:46 +0200] rev 21302
8024613: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java failing intermittently
Summary: RMID needs a varying amount of time to start its socket server. We need to cater for it.
Reviewed-by: sjiang, dfuchs, sla
jbachorik [Mon, 21 Oct 2013 10:40:03 +0200] rev 21301
7197919: java/lang/management/ThreadMXBean/ThreadBlockedCount.java has concurency issues
Reviewed-by: sla, mchung
rfield [Sun, 20 Oct 2013 18:07:40 -0700] rev 21300
8025631: Enhance Lambda construction
Reviewed-by: ksrini, ahgross
ksrini [Sat, 19 Oct 2013 15:19:40 -0700] rev 21299
8026794: Test tools/pack200/TimeStamp.java fails while opening golden.jar.native.IST on linux-ppc(v2)
Reviewed-by: dholmes
dsamersoff [Sat, 19 Oct 2013 20:59:42 +0400] rev 21298
8024071: In ManagementAgent.start it should be possible to set the jdp.name parameter.
Summary: Pass one more property from Agent to JdpController
Reviewed-by: jbachorik, sla
vromero [Sat, 19 Oct 2013 17:53:44 +0100] rev 21297
8026854: java.time.temporal.TemporalQueries doesn't compile after javac modification to lambda flow analysis
Reviewed-by: psandoz
rriggs [Fri, 18 Oct 2013 16:37:58 -0400] rev 21296
8025828: Late binding of Chronology to appendValueReduced
Summary: Add a listener to the parseContext called when the Chronology changes
Reviewed-by: sherman
dsamersoff [Sat, 19 Oct 2013 00:05:42 +0400] rev 21295
8004213: JDP packet needs pid, broadcast interval and rmi server hostname fields
Summary: Add some extra fileds to jdp packet
Reviewed-by: allwin, sla, hirt