hg: jdk7/tl/jdk: 6887853: javadoc for java.lang.Classloader should be more clear

2010-10-12 Thread valerie . peng
Changeset: 1b430727f00d Author:valeriep Date: 2010-10-12 17:05 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1b430727f00d 6887853: javadoc for java.lang.Classloader should be more clear Summary: Updated the relevant javadoc description of java.lang.ClassLoader class w/ addi

hg: jdk7/tl/langtools: 6908476: test/tools/javac/T6705935.java fails if non-zip files found on platform class path

2010-10-12 Thread jonathan . gibbons
Changeset: ee366cc698c0 Author:jjg Date: 2010-10-12 14:47 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ee366cc698c0 6908476: test/tools/javac/T6705935.java fails if non-zip files found on platform class path Reviewed-by: darcy ! test/tools/javac/T6705935.java

hg: jdk7/tl/langtools: 6990133: AnnotationProxyMaker.ValueVisitor$1 contains non-transient non-serializable field

2010-10-12 Thread jonathan . gibbons
Changeset: ea92d1e275b6 Author:jjg Date: 2010-10-12 14:22 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ea92d1e275b6 6990133: AnnotationProxyMaker.ValueVisitor$1 contains non-transient non-serializable field Reviewed-by: darcy ! src/share/classes/com/sun/tools/apt/m

hg: jdk7/tl/langtools: 4942232: missing param class processes without error

2010-10-12 Thread jonathan . gibbons
Changeset: a1d31ab7b525 Author:jjg Date: 2010-10-12 13:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/a1d31ab7b525 4942232: missing param class processes without error Reviewed-by: darcy ! src/share/classes/com/sun/tools/javah/JNI.java ! src/share/classes/com/sun/to

hg: jdk7/tl/langtools: 6988407: javac crashes running processor on errant code; it used to print error message

2010-10-12 Thread jonathan . gibbons
Changeset: 14a707f8ce84 Author:jjg Date: 2010-10-12 13:15 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/14a707f8ce84 6988407: javac crashes running processor on errant code; it used to print error message Reviewed-by: darcy ! src/share/classes/com/sun/tools/javac/com

hg: jdk7/tl/langtools: 6989457: javadoc test file test/tools/javadoc/T4994049/FileWithTabs.java probably does not

2010-10-12 Thread jonathan . gibbons
Changeset: 68cf07910d74 Author:jjg Date: 2010-10-12 12:55 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/68cf07910d74 6989457: javadoc test file test/tools/javadoc/T4994049/FileWithTabs.java probably does not Reviewed-by: mcimadamore ! test/tools/javadoc/T4994049/File

hg: jdk7/tl/jdk: 2 new changesets

2010-10-12 Thread kumar . x . srinivasan
Changeset: df896f3e6651 Author:ksrini Date: 2010-10-07 14:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/df896f3e6651 6894719: (launcher)The option -no-jre-restrict-search is expected when -jre-no-restrict-search is documented. Reviewed-by: darcy ! src/share/classes/sun/

Re: IPv6 Nameservers in resolv.conf

2010-10-12 Thread Chris Hegarty
[bcc'ing off jdk7-dev and cc'ing net-dev, to continue the conversation] Alan Bateman wrote: Guenther Niess wrote: . I don't think there is a mailing list for JNDI here but given that this seems to be an issue with the DNS provider, then net-dev would be a good place to bring it up. It's

hg: jdk7/tl/jdk: 6991300: MimeTable is unsafe

2010-10-12 Thread chris . hegarty
Changeset: a4fd754f895d Author:chegar Date: 2010-10-12 17:01 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a4fd754f895d 6991300: MimeTable is unsafe Reviewed-by: alanb, michaelm ! src/share/classes/sun/net/www/MimeTable.java

Re: Code Review 6863419: MimeTable initialization is too greedy

2010-10-12 Thread Chris Hegarty
Alan Bateman wrote: Chris Hegarty wrote: Alan, Michael, This is the JDK part of the changes for this CR. Trivially, it just fixes the unsafe lazy initialization of default instance of MimeTable. http://cr.openjdk.java.net/~chegar/6863419/webrev.00/webrev/ Thanks, -Chris. Looks okay to me.

Re: Code Review 6863419: MimeTable initialization is too greedy

2010-10-12 Thread Alan Bateman
Chris Hegarty wrote: Alan, Michael, This is the JDK part of the changes for this CR. Trivially, it just fixes the unsafe lazy initialization of default instance of MimeTable. http://cr.openjdk.java.net/~chegar/6863419/webrev.00/webrev/ Thanks, -Chris. Looks okay to me. A comment on the new D

Code Review 6863419: MimeTable initialization is too greedy

2010-10-12 Thread Chris Hegarty
Alan, Michael, This is the JDK part of the changes for this CR. Trivially, it just fixes the unsafe lazy initialization of default instance of MimeTable. http://cr.openjdk.java.net/~chegar/6863419/webrev.00/webrev/ Thanks, -Chris.

hg: jdk7/tl/jdk: 6989690: java/net native code compiler warnings

2010-10-12 Thread chris . hegarty
Changeset: 4dbd83eb0250 Author:chegar Date: 2010-10-12 11:11 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4dbd83eb0250 6989690: java/net native code compiler warnings Reviewed-by: alanb ! src/solaris/native/java/net/PlainDatagramSocketImpl.c ! src/solaris/native/sun/net/sp

hg: jdk7/tl/jdk: 6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)

2010-10-12 Thread alan . bateman
Changeset: 1d94b33a8f59 Author:alanb Date: 2010-10-12 09:46 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1d94b33a8f59 6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win) Reviewed-by: sherman ! src/windows/native/java/io/WinNTFileSystem_md.c ! src/window

hg: jdk7/tl/jdk: 6728842: File.setReadOnly does not make a directory read-only (win); ...

2010-10-12 Thread alan . bateman
Changeset: b614af87d00f Author:alanb Date: 2010-10-12 08:49 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b614af87d00f 6728842: File.setReadOnly does not make a directory read-only (win) 6464744: java/io/File/SetAccess.java ignores sticky bit Reviewed-by: forax ! src/window