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/windows/native/java/io/io_util_md.c
! src/windows/native/java/io/io_util_md.h
! test/java/io/pathNames/GeneralWin32.java



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/spi/DefaultProxySelector.c



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



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/launcher/resources/launcher.properties
! src/share/classes/sun/launcher/resources/launcher_de.properties
! src/share/classes/sun/launcher/resources/launcher_es.properties
! src/share/classes/sun/launcher/resources/launcher_fr.properties
! src/share/classes/sun/launcher/resources/launcher_it.properties
! src/share/classes/sun/launcher/resources/launcher_ja.properties
! src/share/classes/sun/launcher/resources/launcher_ko.properties
! src/share/classes/sun/launcher/resources/launcher_sv.properties
! src/share/classes/sun/launcher/resources/launcher_zh_CN.properties
! src/share/classes/sun/launcher/resources/launcher_zh_TW.properties
! test/tools/launcher/Arrrghs.java

Changeset: 5eb6755dde8e
Author:ksrini
Date:  2010-10-12 12:20 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5eb6755dde8e

Merge




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/FileWithTabs.java
! test/tools/javadoc/T4994049/T4994049.java



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/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! test/tools/javac/api/6406133/Erroneous.java
+ test/tools/javac/processing/errors/TestParseErrors/ParseErrors.java
+ test/tools/javac/processing/errors/TestParseErrors/TestParseErrors.java
+ test/tools/javac/processing/errors/TestParseErrors/TestParseErrors.out



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/tools/javah/JavahTask.java
! src/share/classes/com/sun/tools/javah/LLNI.java
! src/share/classes/com/sun/tools/javah/Mangle.java
! src/share/classes/com/sun/tools/javah/TypeSignature.java
! src/share/classes/com/sun/tools/javah/resources/l10n.properties
+ test/tools/javah/4942232/ParamClassTest.java
+ test/tools/javah/4942232/Test.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/mirror/declaration/AnnotationProxyMaker.java
! src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java



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/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/ additional clarification.
Reviewed-by: mullan

! src/share/classes/java/lang/ClassLoader.java