<Swing Dev> hg: jdk7/swing/langtools: 51 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Sun Mar 6 06:44:35 UTC 2011
Changeset: 73ab0b128918
Author: jjg
Date: 2011-01-24 16:17 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/73ab0b128918
6963934: JCCompilationUnit.getImports does not report all imports
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/tree/JCTree.java
+ test/tools/javac/tree/T6963934.java
Changeset: 22a040cbf0e0
Author: jjg
Date: 2011-01-24 16:34 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/22a040cbf0e0
6581775: Fix the white space problem in javac shell tests
Reviewed-by: mcimadamore
! test/tools/javac/ClassPathTest/ClassPathTest.sh
! test/tools/javac/ExtDirs/ExtDirs.sh
! test/tools/javac/Paths/Help.sh
! test/tools/javac/javazip/Test.sh
! test/tools/javac/versions/check.sh
Changeset: a8437c34fdc7
Author: jjg
Date: 2011-01-24 16:38 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/a8437c34fdc7
6988106: javac report 'java.lang.IllegalMonitorStateException'
Reviewed-by: ksrini
! src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java
! src/share/classes/com/sun/tools/javac/file/JavacFileManager.java
! src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
+ src/share/classes/com/sun/tools/javac/file/ZipFileIndexCache.java
! test/tools/javac/T6725036.java
Changeset: 7f8794f9cc14
Author: darcy
Date: 2011-01-25 17:02 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/7f8794f9cc14
7013420: Project Coin: remove general expression support from try-with-resources statement
Reviewed-by: mcimadamore, jjg
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/TryWithResources/BadTwrSyntax.out
! test/tools/javac/TryWithResources/DuplicateResource.java
+ test/tools/javac/TryWithResources/ExplicitFinal.java
! test/tools/javac/TryWithResources/ImplicitFinal.java
! test/tools/javac/TryWithResources/ImplicitFinal.out
! test/tools/javac/TryWithResources/TwrFlow.java
! test/tools/javac/TryWithResources/TwrFlow.out
- test/tools/javac/TryWithResources/TwrInference.java
- test/tools/javac/TryWithResources/TwrIntersection.java
- test/tools/javac/TryWithResources/TwrIntersection02.java
- test/tools/javac/TryWithResources/TwrIntersection02.out
! test/tools/javac/TryWithResources/TwrMultiCatch.java
! test/tools/javac/TryWithResources/TwrOnNonResource.java
! test/tools/javac/TryWithResources/TwrOnNonResource.out
+ test/tools/javac/diags/examples/TryResourceTrailingSemi.java
Changeset: df371fd16386
Author: jjg
Date: 2011-01-26 11:20 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/df371fd16386
6554097: "final" confuses @SuppressWarnings
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
+ test/tools/javac/T6554097.java
+ test/tools/javac/T6554097.out
Changeset: 3da26790ccb7
Author: jjg
Date: 2011-01-26 13:45 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/3da26790ccb7
7013272: Automatically generate info about how compiler resource keys are used
Reviewed-by: mcimadamore
! make/build.xml
! src/share/classes/com/sun/tools/javac/code/Printer.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/diags/ArgTypeCompilerFactory.java
! test/tools/javac/diags/Example.java
+ test/tools/javac/diags/MessageFile.java
+ test/tools/javac/diags/MessageInfo.java
! test/tools/javac/diags/RunExamples.java
Changeset: 92ab09ed59fd
Author: jjh
Date: 2011-01-28 00:09 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/92ab09ed59fd
7015482: jtreg test tools/javac/diags/MessageInfo.java fails when test/ dir is not in langtools repo
Summary: Don't fail if the needed file isn't present, if running under jtreg.
Reviewed-by: jjg
! test/tools/javac/diags/MessageInfo.java
Changeset: 2088e674f0e0
Author: mcimadamore
Date: 2011-01-28 12:01 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/2088e674f0e0
6910550: javac 1.5.0_17 fails with incorrect error message
Summary: multiple clashing members declared in same class should be added to the class' scope in order to avoid downstream spurious diagnostics
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Flags.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/generics/6910550/T6910550a.java
+ test/tools/javac/generics/6910550/T6910550a.out
+ test/tools/javac/generics/6910550/T6910550b.java
+ test/tools/javac/generics/6910550/T6910550b.out
+ test/tools/javac/generics/6910550/T6910550c.java
+ test/tools/javac/generics/6910550/T6910550c.out
+ test/tools/javac/generics/6910550/T6910550d.java
+ test/tools/javac/generics/6910550/T6910550d.out
+ test/tools/javac/generics/6910550/T6910550e.java
+ test/tools/javac/generics/6910550/T6910550e.out
Changeset: 5a43b245aed1
Author: mcimadamore
Date: 2011-01-28 12:03 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/5a43b245aed1
6313164: javac generates code that fails byte code verification for the varargs feature
Summary: method applicability check should fail if formal varargs element type is not accessible
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/diags/examples.not-yet.txt
+ test/tools/javac/diags/examples/InaccessibleVarargsType/InaccessibleVarargsType.java
+ test/tools/javac/diags/examples/InaccessibleVarargsType/p1/A.java
+ test/tools/javac/diags/examples/InaccessibleVarargsType/p1/B.java
! test/tools/javac/generics/inference/6638712/T6638712c.out
! test/tools/javac/generics/inference/6638712/T6638712d.out
+ test/tools/javac/varargs/6313164/T6313164.java
+ test/tools/javac/varargs/6313164/T6313164.out
+ test/tools/javac/varargs/6313164/p1/A.java
+ test/tools/javac/varargs/6313164/p1/B.java
+ test/tools/javac/varargs/6313164/p1/C.java
Changeset: 17bafae67e9d
Author: mcimadamore
Date: 2011-01-28 12:06 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/17bafae67e9d
6838943: inference: javac is not handling type-variable substitution properly
Summary: free type-variables are being replaced with type-variables bound to forall type leading to unsoundness
Reviewed-by: jjg, dlsmith
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/generics/inference/6838943/T6838943.java
+ test/tools/javac/generics/inference/6838943/T6838943.out
Changeset: babf86a1ac92
Author: alanb
Date: 2011-01-28 09:25 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/babf86a1ac92
7006126: (fs) Updates to file system API (1/2011)
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java
! src/share/classes/com/sun/tools/javac/nio/PathFileObject.java
! test/tools/javac/nio/compileTest/CompileTest.java
Changeset: df3394337b04
Author: alanb
Date: 2011-01-28 12:36 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/df3394337b04
Merge
Changeset: 7a75a1803c7a
Author: darcy
Date: 2011-01-28 16:54 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/7a75a1803c7a
7015530: Reiterate API specializations in javax.lang.model.elment subinterfaces
Reviewed-by: jjg
! src/share/classes/javax/lang/model/element/Element.java
! src/share/classes/javax/lang/model/element/ExecutableElement.java
! src/share/classes/javax/lang/model/element/PackageElement.java
! src/share/classes/javax/lang/model/element/TypeElement.java
! src/share/classes/javax/lang/model/element/TypeParameterElement.java
! src/share/classes/javax/lang/model/element/VariableElement.java
Changeset: 2ab47c4cd618
Author: darcy
Date: 2011-01-31 19:06 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/2ab47c4cd618
7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/TryWithResources/BadTwrSyntax.java
! test/tools/javac/TryWithResources/BadTwrSyntax.out
- test/tools/javac/diags/examples/TryResourceTrailingSemi.java
Changeset: cad51b6eb7a6
Author: darcy
Date: 2011-02-01 10:11 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/cad51b6eb7a6
6961571: Update visitors to support ARM's ElementKind.RESOURCE_VARIABLE
Reviewed-by: jjg
+ src/share/classes/javax/lang/model/type/DisjunctiveType.java
! src/share/classes/javax/lang/model/type/TypeKind.java
! src/share/classes/javax/lang/model/type/TypeVisitor.java
! src/share/classes/javax/lang/model/util/AbstractTypeVisitor6.java
! src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java
! src/share/classes/javax/lang/model/util/ElementKindVisitor6.java
! src/share/classes/javax/lang/model/util/ElementKindVisitor7.java
! src/share/classes/javax/lang/model/util/ElementScanner6.java
! src/share/classes/javax/lang/model/util/ElementScanner7.java
! src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java
! src/share/classes/javax/lang/model/util/SimpleElementVisitor6.java
! src/share/classes/javax/lang/model/util/SimpleElementVisitor7.java
! src/share/classes/javax/lang/model/util/SimpleTypeVisitor6.java
! src/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java
! src/share/classes/javax/lang/model/util/TypeKindVisitor7.java
! src/share/classes/javax/lang/model/util/Types.java
! test/tools/javac/processing/model/element/TestResourceVariable.java
Changeset: 899f7c3d9426
Author: mcimadamore
Date: 2011-02-03 09:35 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/899f7c3d9426
6594914: @SuppressWarnings("deprecation") does not not work for the type of a variable
Summary: Lint warnings generated during MemberEnter might ignore @SuppressWarnings annotations
Reviewed-by: jjg
+ src/share/classes/com/sun/tools/javac/code/DeferredLintHandler.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/warnings/6594914/DeprecatedClass.java
+ test/tools/javac/warnings/6594914/T6594914a.java
+ test/tools/javac/warnings/6594914/T6594914a.out
+ test/tools/javac/warnings/6594914/T6594914b.java
+ test/tools/javac/warnings/6594914/T6594914b.out
Changeset: 875262e89b52
Author: mcimadamore
Date: 2011-02-03 09:36 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/875262e89b52
5017953: spurious cascaded diagnostics when name not found
Summary: when an operator is applied to one or more erroneous operands, spurious diagnostics are generated
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/5017953/T5017953.java
+ test/tools/javac/5017953/T5017953.out
! test/tools/javac/6491592/T6491592.out
Changeset: 03cf47d4de15
Author: mcimadamore
Date: 2011-02-03 09:37 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/03cf47d4de15
6969184: poor error recovery after symbol not found
Summary: generic type-well formedness check should ignore erroneous symbols
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/generics/6969184/T6969184.java
+ test/tools/javac/generics/6969184/T6969184.out
Changeset: afe226180744
Author: mcimadamore
Date: 2011-02-03 09:38 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/afe226180744
7014715: javac returns different error code for certain failure(s)
Summary: javac silently crashes when emitting certain kinds of resolution diagnostics
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! test/tools/javac/AnonStaticMember_2.java
+ test/tools/javac/AnonStaticMember_2.out
! test/tools/javac/InterfaceInInner.java
+ test/tools/javac/InterfaceInInner.out
! test/tools/javac/QualifiedNew.java
+ test/tools/javac/QualifiedNew.out
! test/tools/javac/T6247324.out
! test/tools/javac/generics/diamond/neg/Neg01.out
! test/tools/javac/generics/inference/6943278/T6943278.out
Changeset: 9e6a09375d37
Author: lana
Date: 2011-02-04 17:30 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/9e6a09375d37
Merge
Changeset: 3aa269645199
Author: mcimadamore
Date: 2011-02-07 18:09 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/3aa269645199
7017414: before the move of JSR 292 to package java.lang.invoke, javac must recognize the new package
Summary: added support for future 292 package (support for old location 'java.dyn' will be removed in followup changeset)
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Flags.java
! src/share/classes/com/sun/tools/javac/code/Symtab.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
! src/share/classes/com/sun/tools/javac/util/Names.java
Changeset: 96d4226bdd60
Author: mcimadamore
Date: 2011-02-07 18:10 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/96d4226bdd60
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
Summary: override clash algorithm is not implemented correctly
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Scope.java
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/sun/tools/javac/code/Symtab.java
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Enter.java
! src/share/classes/com/sun/tools/javac/comp/Lower.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/diags/examples/NameClashSameErasureNoHide.java
! test/tools/javac/diags/examples/NameClashSameErasureNoOverride.java
+ test/tools/javac/diags/examples/NameClashSameErasureNoOverride1.java
! test/tools/javac/generics/5009937/T5009937.out
! test/tools/javac/generics/6182950/T6182950b.out
! test/tools/javac/generics/6476118/T6476118a.out
! test/tools/javac/generics/6476118/T6476118b.out
! test/tools/javac/generics/6476118/T6476118c.java
! test/tools/javac/generics/6476118/T6476118c.out
! test/tools/javac/generics/6985719/T6985719e.out
! test/tools/javac/generics/6985719/T6985719f.out
! test/tools/javac/generics/6985719/T6985719g.out
! test/tools/javac/generics/6985719/T6985719h.out
+ test/tools/javac/generics/7007615/T7007615.java
+ test/tools/javac/generics/7007615/T7007615.out
+ test/tools/javac/generics/7007615/acc1/AccessibilityCheck01.java
+ test/tools/javac/generics/7007615/acc1/p1/C.java
+ test/tools/javac/generics/7007615/acc1/p1/D.java
+ test/tools/javac/generics/7007615/acc1/p2/E.java
+ test/tools/javac/generics/7007615/acc2/AccessibilityCheck02.java
+ test/tools/javac/generics/7007615/acc2/AccessibilityCheck02.out
+ test/tools/javac/generics/7007615/acc2/p1/C.java
+ test/tools/javac/generics/7007615/acc2/p1/D.java
+ test/tools/javac/generics/7007615/acc2/p2/E.java
! test/tools/javac/scope/HashCollisionTest.java
! test/tools/javac/scope/StarImportTest.java
Changeset: 56b77a38618c
Author: jjg
Date: 2011-02-07 11:42 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/56b77a38618c
7017675: typo in JavacParser for allowUnderscoresInLiterals
Reviewed-by: dlsmith
Contributed-by: peter.b.kessler at oracle.com
! src/share/classes/com/sun/tools/javac/parser/Scanner.java
Changeset: 2cbaa43eb075
Author: lana
Date: 2011-02-14 16:31 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/2cbaa43eb075
Merge
- test/tools/javac/TryWithResources/TwrInference.java
- test/tools/javac/TryWithResources/TwrIntersection.java
- test/tools/javac/TryWithResources/TwrIntersection02.java
- test/tools/javac/TryWithResources/TwrIntersection02.out
Changeset: a21c7f194d31
Author: mfang
Date: 2011-02-10 16:51 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/a21c7f194d31
7017734: jdk7 message drop 1 translation integration
Reviewed-by: ogino, yhuang
! src/share/classes/com/sun/tools/apt/resources/apt_ja.properties
! src/share/classes/com/sun/tools/apt/resources/apt_zh_CN.properties
! src/share/classes/com/sun/tools/doclets/formats/html/resources/standard_ja.properties
! src/share/classes/com/sun/tools/doclets/formats/html/resources/standard_zh_CN.properties
! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.properties
! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.properties
! src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
! src/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
! src/share/classes/com/sun/tools/javac/resources/javac_ja.properties
! src/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties
! src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties
! src/share/classes/com/sun/tools/javadoc/resources/javadoc_zh_CN.properties
! src/share/classes/com/sun/tools/javah/resources/l10n_ja.properties
! src/share/classes/com/sun/tools/javah/resources/l10n_zh_CN.properties
Changeset: 4cdea0752a48
Author: mfang
Date: 2011-02-11 22:58 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/4cdea0752a48
Merge
Changeset: 26071d11c613
Author: mfang
Date: 2011-02-11 23:49 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/26071d11c613
Merge
Changeset: 7a98db8cbfce
Author: ohair
Date: 2011-02-15 12:34 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/7a98db8cbfce
Merge
Changeset: 6cdb76cf4d1a
Author: cl
Date: 2011-02-18 14:23 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/6cdb76cf4d1a
Added tag jdk7-b130 for changeset 7a98db8cbfce
! .hgtags
Changeset: 22ea7d483794
Author: ohair
Date: 2011-02-16 13:30 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/22ea7d483794
7013964: openjdk LICENSE file needs rebranding
Reviewed-by: darcy, katleman, jjg
! LICENSE
Changeset: 67221b8643b4
Author: cl
Date: 2011-02-23 15:49 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/67221b8643b4
Merge
Changeset: 80bbd1da4a72
Author: cl
Date: 2011-02-24 15:16 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/80bbd1da4a72
Added tag jdk7-b131 for changeset 67221b8643b4
! .hgtags
Changeset: c6cb387190ee
Author: jjg
Date: 2011-02-09 14:04 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/c6cb387190ee
7016750: tools/javac/nio/CompileTest failing in nightly test
Reviewed-by: mcimadamore
! test/tools/javac/nio/compileTest/CompileTest.java
Changeset: 3ce4e1a07e92
Author: jjg
Date: 2011-02-09 14:10 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/3ce4e1a07e92
7010792: remove bad debugging method from javac
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/parser/Scanner.java
Changeset: bfa59f3e84bd
Author: jjg
Date: 2011-02-09 18:26 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/bfa59f3e84bd
7018447: langtools launcher template fails if tools run from their own directory
Reviewed-by: jjg
Contributed-by: daniel.smith at oracle.com
! src/share/bin/launcher.sh-template
Changeset: a19b1f4f23c9
Author: jjg
Date: 2011-02-10 14:24 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/a19b1f4f23c9
7018098: CacheFSInfo persists too long
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/CacheFSInfo.java
! src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/tools/javac/file/T7018098.java
Changeset: 747a7601b6d6
Author: jjg
Date: 2011-02-10 14:27 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/747a7601b6d6
7018452: langtools not buildable on Mac
Reviewed-by: ohair
! make/build.xml
Changeset: e0c16199b2e0
Author: jjg
Date: 2011-02-10 15:05 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/e0c16199b2e0
6485027: javac incorrectly handles relative paths in manifest classpath
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/Paths.java
! test/tools/javac/Paths/Class-Path.sh
+ test/tools/javac/Paths/Class-Path2.sh
! test/tools/javac/Paths/Diagnostics.sh
Changeset: bfeed79c70aa
Author: jjg
Date: 2011-02-11 17:10 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/bfeed79c70aa
6505047: javax.lang.model.element.Element.getEnclosingElement() doesn't return null for type parameter
Reviewed-by: darcy
+ test/tools/javac/processing/model/element/TestTypeParameter.java
Changeset: ef6c66215a93
Author: jjg
Date: 2011-02-14 14:27 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/ef6c66215a93
7008433: Minor copyright changes
Reviewed-by: jjg
Contributed-by: kelly.ohair at oracle.com
! test/tools/javac/4917091/Test255.java
! test/tools/javac/4917091/Test256a.java
! test/tools/javac/4917091/Test256b.java
Changeset: 351027202f60
Author: mcimadamore
Date: 2011-02-15 11:49 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/351027202f60
7017664: Add listeners infrastracture to javac scopes
Summary: Add listeners to javac scopes, added CompoundScope and correct invalidation logic for ImplementationCache
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Scope.java
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/scope/7017664/CompoundScopeTest.java
+ test/tools/javac/scope/7017664/ImplementationCacheTest.java
Changeset: fa0e4e1916f4
Author: mcimadamore
Date: 2011-02-15 11:51 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/fa0e4e1916f4
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
Summary: twr should generate better error message when uncaught exceptions are thrown by implicit call of close() method
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Flow.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/TryWithResources/ResourceInterface.out
! test/tools/javac/TryWithResources/TwrFlow.out
+ test/tools/javac/diags/examples/UnreportedExceptionImplicitClose.java
Changeset: 846d6644bb70
Author: lana
Date: 2011-02-15 08:35 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/846d6644bb70
Merge
Changeset: 0c24826853b2
Author: dlsmith
Date: 2011-02-16 10:27 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/0c24826853b2
6990136: Cleanup use of Type.clone()
Summary: Introduced factory methods in class Types which can be used rather than clone().
Reviewed-by: jjg, mcimadamore
! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Flow.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
Changeset: 4ce95dc0b908
Author: mcimadamore
Date: 2011-02-18 12:28 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/4ce95dc0b908
7020043: Project Coin: diamond allowed on non-generic type
Summary: Diamond oerator should be disallowed on non-generic class types (i.e. String)
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/generics/diamond/neg/Neg12.java
+ test/tools/javac/generics/diamond/neg/Neg12.out
Changeset: 3d45cc94ee0f
Author: ksrini
Date: 2011-02-18 08:12 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/3d45cc94ee0f
7018859: javac turn off the Zip optimization by default
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/file/JavacFileManager.java
! test/tools/javac/4241573/T4241573.java
! test/tools/javac/6508981/TestInferBinaryName.java
! test/tools/javac/api/6411310/Test.java
! test/tools/javac/api/T6838467.java
! test/tools/javac/api/T6877206.java
Changeset: 51e643f41a3a
Author: mcimadamore
Date: 2011-02-18 16:17 +0000
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/51e643f41a3a
7020626: diamond: add diagnostic test for diamond and non-generic classes
Summary: Fix failure in regression test CheckExamples
Reviewed-by: jjg
+ test/tools/javac/diags/examples/DiamondNonGeneric.java
Changeset: 75e25df50873
Author: darcy
Date: 2011-02-18 15:55 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/75e25df50873
7020047: Project Coin: generate null-check around try-with-resources close call
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/tools/javac/TryWithResources/TwrNullTests.java
Changeset: de5524670f80
Author: lana
Date: 2011-02-21 14:35 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/de5524670f80
Merge
Changeset: e3d011d59a33
Author: lana
Date: 2011-02-24 18:05 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/e3d011d59a33
Merge
Changeset: e77e98f936e8
Author: katleman
Date: 2011-03-03 14:13 -0800
URL: http://hg.openjdk.java.net/jdk7/swing/langtools/rev/e77e98f936e8
Added tag jdk7-b132 for changeset e3d011d59a33
! .hgtags
More information about the swing-dev
mailing list