hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-09-17 Thread zhengyu . gu
Changeset: 716e6ef4482a Author:zgu Date: 2012-09-17 10:20 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/716e6ef4482a 7190089: NMT ON: NMT failed assertion on thread's stack base address Summary: Solaris only, record stack info to NMT after stack size adjustment wa

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-09-17 Thread david . holmes
Changeset: a7509aff1b06 Author:dholmes Date: 2012-09-17 07:36 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/a7509aff1b06 7194254: jstack reports wrong thread priorities Reviewed-by: dholmes, sla, fparain Contributed-by: Dmytro Sheyko ! src/share/vm/gc_implement

hg: jdk8/tl/jdk: 7198988: re-order paramaters for Collision.java @run

2012-09-17 Thread mike . duigou
Changeset: e20a2e6a92f7 Author:mduigou Date: 2012-09-17 11:36 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e20a2e6a92f7 7198988: re-order paramaters for Collision.java @run Reviewed-by: alanb ! test/java/util/Map/Collisions.java

hg: hsx/hotspot-rt/hotspot: 7193201: [OS X] The development launcher should be signed and given task_for_pid privileges

2012-09-17 Thread staffan . larsen
Changeset: 15ba0e7a3ff4 Author:sla Date: 2012-09-17 11:46 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/15ba0e7a3ff4 7193201: [OS X] The development launcher should be signed and given task_for_pid privileges Reviewed-by: sspitsyn, nloodin, mgronlun, coleenp ! m

hg: jdk8/tl/jdk: 7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive

2012-09-17 Thread staffan . larsen
Changeset: 8a454e92aaf1 Author:sla Date: 2012-09-17 12:40 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8a454e92aaf1 7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive Reviewed-by: alanb ! test/javax/management/remote/mandato

Re: RFR(S): 7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive

2012-09-17 Thread Staffan Larsen
Thanks Alan! On 17 sep 2012, at 11:40, Alan Bateman wrote: > On 17/09/2012 10:16, Staffan Larsen wrote: >> The test sometimes fails with a ratio somewhere in the low 100s. If the >> timing was indeed linear in the number of listeners, the ratio would be >> 2. Increasing the allowed ration

hg: jdk8/tl/jdk: 7196855: autotest.sh fails on ubuntu because libsoftokn.so not found

2012-09-17 Thread weijun . wang
Changeset: f56f85040c58 Author:weijun Date: 2012-09-17 18:19 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f56f85040c58 7196855: autotest.sh fails on ubuntu because libsoftokn.so not found Reviewed-by: vinnie ! test/sun/security/tools/keytool/autotest.sh

Re: RFR(S): 7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive

2012-09-17 Thread Alan Bateman
On 17/09/2012 10:16, Staffan Larsen wrote: The test sometimes fails with a ratio somewhere in the low 100s. If the timing was indeed linear in the number of listeners, the ratio would be 2. Increasing the allowed ration to 500 (from 100) should therefore still catch the real regression, bu

hg: jdk8/tl/jdk: 7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt

2012-09-17 Thread staffan . larsen
Changeset: 39e97f68fa8c Author:sla Date: 2012-09-17 11:27 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/39e97f68fa8c 7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt Reviewed-by: alanb ! test/ProblemList.txt

Re: RFR(XS): 7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt

2012-09-17 Thread Staffan Larsen
Thanks Alan. On 17 sep 2012, at 11:20, Alan Bateman wrote: > On 17/09/2012 10:00, Staffan Larsen wrote: >> The test fails intermittently, see 7120365. Exclude until we have time to >> look at why. >> >> Thanks, >> /Staffan >> >> diff --git a/test/ProblemList.txt b/test/ProblemList.txt >> ---

hg: jdk8/tl/jdk: 7198205: CloseTest fails on mac

2012-09-17 Thread weijun . wang
Changeset: 0c3b0a82c4fc Author:weijun Date: 2012-09-17 17:19 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0c3b0a82c4fc 7198205: CloseTest fails on mac Reviewed-by: alanb, chegar, michaelm ! test/ProblemList.txt ! test/java/net/URLClassLoader/closetest/CloseTest.java

Re: RFR(XS): 7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt

2012-09-17 Thread Alan Bateman
On 17/09/2012 10:00, Staffan Larsen wrote: The test fails intermittently, see 7120365. Exclude until we have time to look at why. Thanks, /Staffan diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -147,6 +147,9 @@ # 7158614, loc

RFR(S): 7198849: Make javax/management/remote/mandatory/notif/ListenerScaleTest.java less timing sensitive

2012-09-17 Thread Staffan Larsen
The test sometimes fails with a ratio somewhere in the low 100s. If the timing was indeed linear in the number of listeners, the ratio would be 2. Increasing the allowed ration to 500 (from 100) should therefore still catch the real regression, but make the test more robust. Thanks, /Staffa

RFR(XS): 7198846: Add javax/management/remote/mandatory/notif/DiffHBTest.java to ProblemList.txt

2012-09-17 Thread Staffan Larsen
The test fails intermittently, see 7120365. Exclude until we have time to look at why. Thanks, /Staffan diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -147,6 +147,9 @@ # 7158614, locks up Windows machines at least sun/managemen

Re: RFR: 7194254 jstack reports wrong thread priorities

2012-09-17 Thread Staffan Larsen
Looks good! (and thanks for adding the Java thread id to the output) /Staffan On 17 sep 2012, at 05:53, David Holmes wrote: > I've updated the fix to include the missing/extra newlines in the thread > listing that was reported. Seems to be okay now for: > - G1 > - CMS > - ParNew > - Serial (t