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

2010-07-15 Thread Alan Bateman
Daniel D. Daugherty wrote: : src/os/linux/vm/attachListener_linux.cpp The addition of UNIX_PATH_MAX means that the size of the buffer on line 61: static char _path[PATH_MAX+1] is now or can be potentially out of sync with the size of the buffer on line 170 char path[UNIX_PATH_MAX]

hg: jdk7/tl/langtools: 2 new changesets

2010-07-15 Thread maurizio . cimadamore
Changeset: b49b0d72c071 Author:mcimadamore Date: 2010-07-15 16:31 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/b49b0d72c071 6967002: JDK7 b99 javac compilation error (java.lang.AssertionError) Summary: bug in JavacParser related to parsing of type annotations in varar

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

2010-07-15 Thread Daniel D. Daugherty
On 7/15/2010 4:03 AM, Alan Bateman wrote: Daniel D. Daugherty wrote: : src/os/linux/vm/attachListener_linux.cpp The addition of UNIX_PATH_MAX means that the size of the buffer on line 61: static char _path[PATH_MAX+1] is now or can be potentially out of sync with the size of the buff

hg: jdk7/tl/jdk: 6963622: Project Coin: Refinements to suppressed exceptions

2010-07-15 Thread joe . darcy
Changeset: ab65f46ae092 Author:darcy Date: 2010-07-15 18:02 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ab65f46ae092 6963622: Project Coin: Refinements to suppressed exceptions Reviewed-by: alanb, forax, jjb ! src/share/classes/java/lang/AutoCloseable.java ! src/share/cla

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

2010-07-15 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 suggesti

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

2010-07-15 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