Re: RFR 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep

2013-12-20 Thread Jaroslav Bachorik
On 20.12.2013 03:27, David Holmes wrote: Sorry for the delay - still catching up after vacation (only 435 openjdk emails left :( ). NP On 9/12/2013 9:46 PM, Jaroslav Bachorik wrote: On 19.11.2013 19:55, David Holmes wrote: On 20/11/2013 12:43 AM, Jaroslav Bachorik wrote: Hi David, On 18.

RFR [8030698] Several GUI labels in jconsole need corrections

2013-12-20 Thread Ivan Gerasimov
Hello! Would you please review a GUI-only fix for jconsole? It is to fix the following 3 issues: 1) on the 'New Connection' dialog, the label is: 'lt;hostnamegt;...' instead of ''. 2) on the Overview page, Thread tab, the label is the constant string 'ThreadTab.infoLabelFormat'. 3) on the VM S

RFR(M): 8030812 : Change the solaris DTrace implementation to use USDT2 instead of USDT1

2013-12-20 Thread Staffan Larsen
The DTrace static probe implementation in Hotspot was written with an earlier version of DTrace. With newer versions, DTrace can create a header file from the contents of the .d file that describes the probes. This newer version (called USDT2) has been used on OS X. Because we have had both vers

Re: RFR [8030698] Several GUI labels in jconsole need corrections

2013-12-20 Thread Staffan Larsen
Looks good! I assume this is targeted for jdk9 and/or 8u20? Thanks for fixing this, /Staffan On 20 dec 2013, at 12:05, Ivan Gerasimov wrote: > Hello! > > Would you please review a GUI-only fix for jconsole? > > It is to fix the following 3 issues: > 1) on the 'New Connection' dialog, the la

Re: RFR [8030698] Several GUI labels in jconsole need corrections

2013-12-20 Thread Ivan Gerasimov
Thank you Staffan! On 20.12.2013 16:07, Staffan Larsen wrote: Looks good! I assume this is targeted for jdk9 and/or 8u20? Yes, it's for 9, 8u20 and 7u(80?). Ivan Thanks for fixing this, /Staffan On 20 dec 2013, at 12:05, Ivan Gerasimov wrote: Hello! Would you please review a GUI-only

hg: hsx/hotspot-rt/hotspot: 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris

2013-12-20 Thread coleen . phillimore
Changeset: 62e87648a4be Author:coleenp Date: 2013-12-19 20:28 + URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/62e87648a4be 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris Summary: A method with no declared methods

hg: jdk8/tl/jaxp: 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars

2013-12-20 Thread huizhe . wang
Changeset: 1bedbbce236a Author:joehw Date: 2013-12-20 09:51 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/1bedbbce236a 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars Reviewed-by: dfuchs, lancea, ulfzibis ! src/com/sun/org/apache/xe

hg: jdk8/tl/jdk: 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars

2013-12-20 Thread huizhe . wang
Changeset: 73473e9dfc46 Author:joehw Date: 2013-12-20 09:56 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/73473e9dfc46 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars Reviewed-by: dfuchs, lancea, ulfzibis + test/javax/xml/jaxp/parser

hg: jdk8/tl/jdk: 2 new changesets

2013-12-20 Thread roger . riggs
Changeset: 7186275e6ef1 Author:rriggs Date: 2013-12-20 13:06 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7186275e6ef1 8030002: Enhance deserialization using readObject Reviewed-by: sherman, chegar, scolebourne ! src/share/classes/java/time/Duration.java ! src/share/classe

Re: RFR(M): 8030812 : Change the solaris DTrace implementation to use USDT2 instead of USDT1

2013-12-20 Thread serguei.spit...@oracle.com
Staffan, This is nice change and cleanup. I do not see any issues. The make/bsd/makefiles/dtrace.make shows that the jhelper.d is disabled for bsd which means that the jstack action is not supported there. I'm not very familiar with the BSD DTrace implementation and wonder if you know any det