hg: jdk7/jdk7/langtools: 17 new changesets
lana.steuck at sun.com
lana.steuck at sun.com
Fri Jan 22 18:42:29 PST 2010
Changeset: 0220a3ab1a40
Author: jjg
Date: 2010-01-06 13:09 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/0220a3ab1a40
6307206: missing lint control for pkg-info
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
Changeset: d4e0ae9b4ecb
Author: jjg
Date: 2010-01-06 13:16 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/d4e0ae9b4ecb
6855236: Compiler Tree API TreePath class generates NullPointerException from Iterator
Reviewed-by: darcy
+ test/tools/javac/T6855236.java
Changeset: c315df443ff2
Author: jjg
Date: 2010-01-08 11:11 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/c315df443ff2
6878147: Keywords.log is declared and initialized but unused
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/parser/Keywords.java
Changeset: 2d15bf467aea
Author: jjg
Date: 2010-01-08 11:16 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/2d15bf467aea
6878146: incorrect unused value should be deleted
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java
Changeset: 0e75f9f6d1d4
Author: jjg
Date: 2010-01-08 11:28 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/0e75f9f6d1d4
6665791: com.sun.source.tree.MethodTree.toString() does not output default values
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/tree/Pretty.java
+ test/tools/javac/T6665791.java
Changeset: aa06467be3a2
Author: jjg
Date: 2010-01-08 11:32 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/aa06467be3a2
6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile
Reviewed-by: tbell
! make/Makefile
Changeset: 96c56220dcc2
Author: jjg
Date: 2010-01-08 13:14 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/96c56220dcc2
6915152: langtools build failures with import.jdk on Windows
Reviewed-by: ohair
! make/build.xml
Changeset: d02e99d31cc0
Author: jjg
Date: 2010-01-11 14:05 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/d02e99d31cc0
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javac/util/Log.java
+ test/tools/javac/T6326754.java
+ test/tools/javac/T6326754.out
Changeset: f983c1dca202
Author: jjg
Date: 2010-01-11 14:09 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/f983c1dca202
6764569: [PATCH] Fix unused imports in list resource bundles
Reviewed-by: ksrini
Contributed-by: jesse.glick at sun.com
! make/tools/CompileProperties/CompileProperties.java
! make/tools/CompileProperties/CompilePropertiesTask.java
Changeset: ca6bc36b2305
Author: jjg
Date: 2010-01-11 14:12 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/ca6bc36b2305
6915476: java.util.regex.PatternSyntaxException in com.sun.tools.javac.nio.PathFileObject
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/nio/PathFileObject.java
! test/tools/javac/nio/compileTest/CompileTest.java
Changeset: 14a4c45ef734
Author: jjg
Date: 2010-01-11 14:17 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/14a4c45ef734
6915497: test test/tools/javac/nio/compileTest/CompileTest.java fails under Hudson
Reviewed-by: darcy
! test/tools/javac/nio/compileTest/CompileTest.java
Changeset: 51011e02c02f
Author: jjg
Date: 2010-01-11 16:18 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/51011e02c02f
6909470: langtools stub generator should prune unnecessary imports
Reviewed-by: darcy
! make/tools/GenStubs/GenStubs.java
Changeset: ccd51af119b4
Author: jjg
Date: 2010-01-13 17:39 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/ccd51af119b4
6472751: SourcePositions.getStartPos returns incorrect value for enum constants
6567414: javac compiler reports no source file or line on enum constant declaration error
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ test/tools/javac/T6472751.java
+ test/tools/javac/T6567414.java
+ test/tools/javac/T6567414.out
Changeset: b96ad32c004a
Author: jjg
Date: 2010-01-14 17:18 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/b96ad32c004a
6917122: provide utility method to find the inner most type of a type tree
Reviewed-by: darcy, jjg
Contributed-by: mali at csail.mit.edu, mernst at cs.washington.edu
! src/share/classes/com/sun/tools/javac/tree/Pretty.java
! src/share/classes/com/sun/tools/javac/tree/TreeInfo.java
Changeset: 2d0f4e7b44b2
Author: jjg
Date: 2010-01-14 17:23 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/2d0f4e7b44b2
6916986: handle spaces in langtools launcher path
Reviewed-by: darcy, jjg
Contributed-by: mali at csail.mit.edu, mernst at cs.washington.edu
! src/share/bin/launcher.sh-template
Changeset: a84062774f0e
Author: lana
Date: 2010-01-15 15:37 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/a84062774f0e
Merge
Changeset: cfabfcf9f110
Author: lana
Date: 2010-01-22 09:34 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/langtools/rev/cfabfcf9f110
Merge
More information about the jdk7-dev
mailing list