Re: 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris

2010-07-16 Thread Daniel D. Daugherty
On 7/16/2010 12:50 AM, Alan Bateman wrote: Daniel D. Daugherty wrote: : Your choice on how to resolve this one. Here's the updated webrev with the changes that I proposed to push for this one: http://cr.openjdk.java.net/~alanb/6649594/webrev.01/ Thumbs up on the revised fix. Your

Re: 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris

2010-07-16 Thread Alan Bateman
Daniel D. Daugherty wrote: : Your choice on how to resolve this one. Here's the updated webrev with the changes that I proposed to push for this one: http://cr.openjdk.java.net/~alanb/6649594/webrev.01/ Your suggestion to add a trace flag to help diagnose startup issues is good. I'll create

Re: 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris

2010-07-16 Thread David Holmes
Alan Bateman said the following on 07/16/10 16:50: Daniel D. Daugherty wrote: : Your choice on how to resolve this one. Here's the updated webrev with the changes that I proposed to push for this one: http://cr.openjdk.java.net/~alanb/6649594/webrev.01/ Your suggestion to add a trace flag

Re: 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris

2010-07-16 Thread Alan Bateman
David Holmes wrote: : Not to delay this but ... why replace the always safe strncpy with an unsafe strcpy protected by an assert ??? I though we were moving to always safe code to get past code-checkers etc. And out of curiousity where does this new UNIX_MAX_PATH come from (and if it is

hg: jdk7/hotspot-rt/hotspot: 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris

2010-07-16 Thread alan . bateman
Changeset: a81afd9c293c Author:alanb Date: 2010-07-16 13:14 +0100 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/a81afd9c293c 6649594: Intermittent IOExceptions during dynamic attach on linux and solaris Reviewed-by: dcubed, dholmes !

hg: jdk7/hotspot-rt: Added tag jdk7-b100 for changeset b218a53ec7d3

2010-07-16 Thread john . coomes
Changeset: 4193eaf5f1b8 Author:mikejwre Date: 2010-07-09 19:18 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/rev/4193eaf5f1b8 Added tag jdk7-b100 for changeset b218a53ec7d3 ! .hgtags

hg: jdk7/hotspot-rt/corba: Added tag jdk7-b100 for changeset a56d734a1e97

2010-07-16 Thread john . coomes
Changeset: 86a239832646 Author:mikejwre Date: 2010-07-09 19:18 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/corba/rev/86a239832646 Added tag jdk7-b100 for changeset a56d734a1e97 ! .hgtags

hg: jdk7/hotspot-rt/jaxws: Added tag jdk7-b100 for changeset bd26d0ce0c3c

2010-07-16 Thread john . coomes
Changeset: b55ce2744900 Author:mikejwre Date: 2010-07-09 19:18 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/jaxws/rev/b55ce2744900 Added tag jdk7-b100 for changeset bd26d0ce0c3c ! .hgtags

hg: jdk7/hotspot-rt/jaxp: Added tag jdk7-b100 for changeset d524be5ef62e

2010-07-16 Thread john . coomes
Changeset: 17f62a566a20 Author:mikejwre Date: 2010-07-09 19:18 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/jaxp/rev/17f62a566a20 Added tag jdk7-b100 for changeset d524be5ef62e ! .hgtags

hg: jdk7/hotspot-rt/langtools: Added tag jdk7-b100 for changeset d1d7595fa824

2010-07-16 Thread john . coomes
Changeset: 20a8fe72ee7b Author:mikejwre Date: 2010-07-09 19:18 -0700 URL: http://hg.openjdk.java.net/jdk7/hotspot-rt/langtools/rev/20a8fe72ee7b Added tag jdk7-b100 for changeset d1d7595fa824 ! .hgtags

hg: jdk7/tl/jdk: 6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar

2010-07-16 Thread xueming . shen
Changeset: a3747592bdf7 Author:sherman Date: 2010-07-16 16:45 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a3747592bdf7 6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar Summary: Removed the duplicate sun.nio.cs.ext entries

hg: jdk7/tl/langtools: 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler; ...

2010-07-16 Thread joe . darcy
Changeset: 13354e1abba7 Author:darcy Date: 2010-07-16 19:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/13354e1abba7 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler 6964740: Project Coin: More tests for ARM compiler changes