Re: RFR: 8000973: SA on windows thread inspection is broken

2013-01-31 Thread Nils Loodin
Ah, was just about to take a look a this too! Looks good and equal to what I had in my workspace :) /Nisse On Jan 31, 2013, at 8:16 , Yumin Qi yumin...@oracle.com wrote: Please have your comments on: http://cr.openjdk.java.net/~minqi/8000973/ This only affected Windows platform.

Re: RFR: 8000973: SA on windows thread inspection is broken

2013-01-31 Thread Yumin Qi
Thanks, Nils Yumin On 1/31/2013 12:12 AM, Nils Loodin wrote: Ah, was just about to take a look a this too! Looks good and equal to what I had in my workspace :) /Nisse On Jan 31, 2013, at 8:16 , Yumin Qiyumin...@oracle.com wrote: Please have your comments on:

Re: RFR: 8000973: SA on windows thread inspection is broken

2013-01-31 Thread serguei.spit...@oracle.com
Hi Yumin, Looks good. A couple of minor comments. 1. All the copyright comments are outdated. 2. *agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java ***agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java ** 37 //The address

Re: RFR: 8000973: SA on windows thread inspection is broken

2013-01-31 Thread Yumin Qi
Serguei, Thanks Yumin On 1/31/2013 11:10 AM, serguei.spit...@oracle.com wrote: Hi Yumin, Looks good. A couple of minor comments. 1. All the copyright comments are outdated. 2. * agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java ***

hg: jdk8/tl/jdk: 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character; ...

2013-01-31 Thread xueming . shen
Changeset: e5ce312a5b10 Author:sherman Date: 2013-01-31 13:13 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e5ce312a5b10 8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character 8006526: Base64.Decoder.decode(String) spec contains a copy-paste

hg: jdk8/tl/jdk: 8006709: Add minimal support of MacOSX platform for NetBeans Projects

2013-01-31 Thread mike . duigou
Changeset: cff8d7768d72 Author:mduigou Date: 2013-01-31 13:27 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cff8d7768d72 8006709: Add minimal support of MacOSX platform for NetBeans Projects Summary: Adds support for MacOSX platform and architecture detection. Other minor

hg: jdk8/tl: 19 new changesets

2013-01-31 Thread lana . steuck
Changeset: 50307da0149e Author:jqzuo Date: 2012-12-31 14:52 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/rev/50307da0149e 8005583: Install build(gnumake all) failed preventing RE from doing JDK8 combo builds Reviewed-by: paulk, billyh ! make/install-rules.gmk Changeset:

hg: jdk8/tl/jaxp: 2 new changesets

2013-01-31 Thread lana . steuck
Changeset: 69bc57b1ebdd Author:katleman Date: 2013-01-24 16:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/69bc57b1ebdd Added tag jdk8-b74 for changeset 2087e24a4357 ! .hgtags Changeset: ff0b73a6b3f6 Author:lana Date: 2013-01-26 18:25 -0800 URL:

hg: jdk8/tl/jaxws: Added tag jdk8-b74 for changeset 12db3c5a3393

2013-01-31 Thread lana . steuck
Changeset: 966bf9f3c41a Author:katleman Date: 2013-01-24 16:49 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/966bf9f3c41a Added tag jdk8-b74 for changeset 12db3c5a3393 ! .hgtags

hg: jdk8/tl/corba: Added tag jdk8-b74 for changeset 2132845cf5f7

2013-01-31 Thread lana . steuck
Changeset: d4e68ce17795 Author:katleman Date: 2013-01-24 16:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/d4e68ce17795 Added tag jdk8-b74 for changeset 2132845cf5f7 ! .hgtags

hg: jdk8/tl/hotspot: 65 new changesets

2013-01-31 Thread lana . steuck
Changeset: 89fc17e8d808 Author:katleman Date: 2013-01-24 16:48 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/89fc17e8d808 Added tag jdk8-b74 for changeset 1a3e54283c54 ! .hgtags Changeset: d58b7b43031b Author:amurillo Date: 2013-01-11 02:02 -0800 URL:

hg: jdk8/tl/jdk: 6355704: (fmt) %f formatting of BigDecimals is incorrect

2013-01-31 Thread mandy . chung
Changeset: a09a37cff333 Author:mchung Date: 2013-01-31 14:29 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a09a37cff333 6355704: (fmt) %f formatting of BigDecimals is incorrect Reviewed-by: darcy Contributed-by: brian.burkhal...@oracle.com !

Re: Review Request: 7140852: Add test for 7022100

2013-01-31 Thread Coleen Phillimore
Stefan, I just read through this test and it looks like a good test to me (but I'm not an expert and it took a while to figure out how it worked). I had two questions. Why does the same definition for @interface ParameterAnnotation {} appear in both

Re: Review Request: 7140852: Add test for 7022100

2013-01-31 Thread serguei.spit...@oracle.com
Stefan, Looks good. Agreed with Coleen: do_redefine = doRedefine. I guess, this name was taken from one of old tests. :) I'm Ok with two definitions of the interface ParameterAnnotation. Thanks, Setguei On 1/31/13 3:15 PM, Coleen Phillimore wrote: Stefan, I just read through this test and

hg: jdk8/tl/langtools: 8007351: Malformed copyright statements in typeAnnotations test directory

2013-01-31 Thread joe . darcy
Changeset: bec996065c45 Author:darcy Date: 2013-01-31 18:58 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bec996065c45 8007351: Malformed copyright statements in typeAnnotations test directory Reviewed-by: jjg !

hg: jdk8/tl/langtools: 8007329: minor issues in impl class hierarchry for DCTree.* classes

2013-01-31 Thread jonathan . gibbons
Changeset: 3ab64e4293a1 Author:jjg Date: 2013-01-31 19:19 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3ab64e4293a1 8007329: minor issues in impl class hierarchry for DCTree.* classes Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/tree/DCTree.java

hg: jdk8/tl/langtools: 8004353: Generated html is wrong for overview.html; content has incorrect css footer class

2013-01-31 Thread jonathan . gibbons
Changeset: 3d97a9a7a82b Author:jjg Date: 2013-01-31 19:31 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3d97a9a7a82b 8004353: Generated html is wrong for overview.html; content has incorrect css footer class Reviewed-by: jjg Contributed-by: roger.ri...@oracle.com !

Re: RFR: 8006423 SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67)

2013-01-31 Thread David Holmes
Hi Staffan, First, please refrain from doing code cleanup (long line reformatting) alongside a fairly significant change - it makes the true changes harder to spot. Thanks. Based on our discussions this all looks good to me. Thanks, David On 18/01/2013 5:48 AM, Staffan Larsen wrote: This

Re: Request for review (XS): 8006563: Remove unused ProfileVM_lock

2013-01-31 Thread Rickard Bäckman
That was the idea. However, can I have Ok for checking this into hs24 while waiting? Thanks /R On Jan 21, 2013, at 11:33 PM, David Holmes wrote: On 22/01/2013 12:09 AM, Rickard Bäckman wrote: Yes, that code has changed. Checked in to hs24. Okay but this is a review for hs25 ;-) So I assume

hg: jdk8/tl/jdk: 8006395: Race in async socket close on Linux

2013-01-31 Thread chris . hegarty
Changeset: 17b643956999 Author:chegar Date: 2013-02-01 06:51 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/17b643956999 8006395: Race in async socket close on Linux Reviewed-by: alanb, dsamersoff ! src/solaris/native/java/net/linux_close.c +

Re: Request for review (XS): 8006563: Remove unused ProfileVM_lock

2013-01-31 Thread David Holmes
On 1/02/2013 4:54 PM, Rickard Bäckman wrote: That was the idea. However, can I have Ok for checking this into hs24 while waiting? Sorry - ignore the hs25 comment - been looking at too many JDK review requests. Yes this seems fine for hs24. David Thanks /R On Jan 21, 2013, at 11:33 PM,

Re: RFR(XXS): 8007134: Enable tracing asserts on missing ResourceMark

2013-01-31 Thread David Holmes
Reviewed but not sponsored (sorry). David On 30/01/2013 10:16 PM, Markus Grönlund wrote: Greetings, Asking for review and sponsoring of this very simple change: Bugid: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8007134 Webrev: http://cr.openjdk.java.net/~mgronlun/8007134/webrev01/

Re: Review Request: 7140852: Add test for 7022100

2013-01-31 Thread Stefan Karlsson
On 2013-02-01 00:15, Coleen Phillimore wrote: Stefan, I just read through this test and it looks like a good test to me (but I'm not an expert and it took a while to figure out how it worked). I had two questions. Why does the same definition for @interface ParameterAnnotation {} appear

Re: Review Request: 7140852: Add test for 7022100

2013-01-31 Thread Stefan Karlsson
On 2013-02-01 01:34, serguei.spit...@oracle.com wrote: Stefan, Looks good. Agreed with Coleen: do_redefine = doRedefine. I guess, this name was taken from one of old tests. :) I'm Ok with two definitions of the interface ParameterAnnotation. Thanks for the review, StefanK Thanks, Setguei