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

2012-09-18 Thread zhengyu . gu
Changeset: 9a86ddfc6c8f Author:zgu Date: 2012-09-17 16:37 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9a86ddfc6c8f 7188594: Print statistic collected by NMT with VM flag Summary: Print out statistics of collected NMT data if it is on at VM exits Reviewed-by: kvn

hg: jdk8/tl/jdk: 7198070: Eliminate static dependency from JMX to java.beans.ConstructorProperties

2012-09-18 Thread mandy . chung
Changeset: 045a0962b430 Author:mchung Date: 2012-09-18 15:06 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/045a0962b430 7198070: Eliminate static dependency from JMX to java.beans.ConstructorProperties Reviewed-by: alanb ! src/share/classes/com/sun/jmx/mbeanserver/DefaultM

Re: Review Request: 7198070 Eliminate static dependency from JMX to java.beans.ConstructorProperties

2012-09-18 Thread Mandy Chung
Eamonn, I filed a RFE that the serviceability team can follow up your suggestion: 7199353: Allow ConstructorProperties annotation from any package Alan - I modified the fix to throw InternalError instead of AssertionError. Thanks for both of your review and I'll only list alanb in the Revie

hg: jdk8/tl/jdk: 7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip

2012-09-18 Thread kurchi . subhra . hazra
Changeset: e143d8f8e477 Author:dxu Date: 2012-09-18 14:45 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e143d8f8e477 7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip Summary: Correct a java doc link in java.util.zip

Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-18 Thread yumin . qi
Thanks. John In fact there is a warning in build but was ignored, I did not pay attention to it: "hsdis.c", line 127: warning: implicit function declaration: decode_instruction_virtual, this symbol ignored in .c as external so the build passed. Thanks for the catch. This function is not cal

hg: jdk8/tl/jdk: 7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler

2012-09-18 Thread alan . bateman
Changeset: db381a2c0083 Author:alanb Date: 2012-09-18 21:21 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/db381a2c0083 7190273: Deprecate com.sun.security.auth.callback.DialogCallbackHandler Reviewed-by: mullan ! src/share/classes/com/sun/security/auth/callback/DialogCallba

Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-18 Thread John Rose
On the whole, I am delighted to see all the code being removed, and pleased to see a fresh purpose for the hsdis plugin. In hsdis.c, there is a symbol 'decode_instruction_virtual' (no 's' at the end) which appears to have no definition. Is it a typo? The "nice newlines" have moved around and p

hg: jdk8/tl/jdk: 7199249: TEST_BUG : Add /othervm to Collisions.java @run main with -D definitions

2012-09-18 Thread mike . duigou
Changeset: e7add6d98729 Author:mduigou Date: 2012-09-18 11:04 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7add6d98729 7199249: TEST_BUG : Add /othervm to Collisions.java @run main with -D definitions Reviewed-by: alanb ! test/java/util/Map/Collisions.java

hg: jdk8/tl/jdk: 7198984: Add java/text/Bidi/Bug6665028.java to ProblemList.txt

2012-09-18 Thread naoto . sato
Changeset: 0136fca60652 Author:naoto Date: 2012-09-18 10:34 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0136fca60652 7198984: Add java/text/Bidi/Bug6665028.java to ProblemList.txt Reviewed-by: alanb Contributed-by: yiming.w...@oracle.com ! test/ProblemList.txt

Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-18 Thread yumin . qi
Again, it is OK now. Thanks Yumin On 9/18/2012 9:27 AM, yumin...@oracle.com wrote: Sorry, please ignore this one, since the make files not listed. Will send again. Thanks Yumin On 9/18/2012 9:09 AM, yumin...@oracle.com wrote: Hi, I have changed code for bsd, enable it work on MacOS, b

Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-18 Thread yumin . qi
Sorry, please ignore this one, since the make files not listed. Will send again. Thanks Yumin On 9/18/2012 9:09 AM, yumin...@oracle.com wrote: Hi, I have changed code for bsd, enable it work on MacOS, built/tested. Please have another round of review on files related to bsd. The chang

Re: RFR: 6879063: SA should use hsdis for disassembly

2012-09-18 Thread yumin . qi
Hi, I have changed code for bsd, enable it work on MacOS, built/tested. Please have another round of review on files related to bsd. The changes is in make files and agent/src/os/bsd/MacosxDebuggerLocal.m http://cr.openjdk.java.net/~minqi/6879063 Thanks Yumin On 8/28/2012 5:54 PM, Chr

hg: jdk8/tl/jdk: 7199066: Typo in method name

2012-09-18 Thread xuelei . fan
Changeset: 88a4f699d233 Author:xuelei Date: 2012-09-18 06:51 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/88a4f699d233 7199066: Typo in method name Reviewed-by: mullan ! src/share/classes/sun/security/ssl/SSLContextImpl.java ! src/share/classes/sun/security/ssl/SSLEngineIm

hg: jdk8/tl/jdk: 7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]

2012-09-18 Thread alan . bateman
Changeset: bc5e7ec12717 Author:dxu Date: 2012-09-18 13:14 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bc5e7ec12717 7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11] Reviewed-by: alanb ! test/ProblemList.txt ! test/java/nio/ch

hg: jdk8/tl/jdk: 7198901: correct the field size check when decoding a point on ECC curve

2012-09-18 Thread vincent . x . ryan
Changeset: 95a93f039e5c Author:vinnie Date: 2012-09-18 11:08 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/95a93f039e5c 7198901: correct the field size check when decoding a point on ECC curve Reviewed-by: xuelei ! src/share/classes/sun/security/ec/ECParameters.java

hg: jdk8/tl/jdk: 7198871: cleanup security tests in problem lists with no CR attached

2012-09-18 Thread weijun . wang
Changeset: 53ca38f76eaa Author:weijun Date: 2012-09-18 17:38 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/53ca38f76eaa 7198871: cleanup security tests in problem lists with no CR attached Reviewed-by: alanb ! test/ProblemList.txt