hg: ppc-aix-port/jdk8/langtools: 39 new changesets

goetz.lindenmaier at sap.com goetz.lindenmaier at sap.com
Wed Jun 26 00:09:19 PDT 2013


Changeset: 023e9a614d26
Author:    katleman
Date:      2013-05-30 10:58 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/023e9a614d26

Added tag jdk8-b92 for changeset 149890642a0e

! .hgtags

Changeset: 0928f2cfbf8e
Author:    jjg
Date:      2013-05-17 13:48 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/0928f2cfbf8e

6885876: add comments to javac/util/Convert.java
Reviewed-by: mduigou

! src/share/classes/com/sun/tools/javac/util/Convert.java

Changeset: 67cbd6d756f4
Author:    jfranck
Date:      2013-05-21 12:00 +0200
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/67cbd6d756f4

8013180: Qualified type reference with annotations in throws list crashes compiler
Reviewed-by: jjg

+ test/tools/javac/annotations/typeAnnotations/8013180/QualifiedName.java

Changeset: 824932ecdbc8
Author:    vromero
Date:      2013-05-21 11:41 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/824932ecdbc8

7177168: Redundant array copy in UnsharedNameTable
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/util/UnsharedNameTable.java

Changeset: 3d9750039fff
Author:    vromero
Date:      2013-05-21 12:17 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/3d9750039fff

7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
Reviewed-by: mcimadamore

! test/tools/javac/diags/Example.java

Changeset: 37295244f534
Author:    vromero
Date:      2013-05-21 13:50 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/37295244f534

8005207: test has 2 @bug tags
Reviewed-by: mcimadamore

! test/tools/doclint/RunTest.java
! test/tools/javac/5045412/Bar.java
! test/tools/javac/5045412/Foo.java
! test/tools/javac/lambda/MethodReferenceParserTest.java
! test/tools/javac/lambda/TestInvokeDynamic.java
! test/tools/javac/mandatoryWarnings/deprecated/Test.java
! test/tools/javac/mandatoryWarnings/unchecked/Test.java
! test/tools/javac/policy/test3/Test.java

Changeset: 08daea43a7f8
Author:    vromero
Date:      2013-05-21 14:33 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/08daea43a7f8

7164114: Two jtreg tests are not run due to no file extension on the test files
Reviewed-by: mcimadamore

- test/tools/javac/HiddenAbstractMethod/Test
+ test/tools/javac/HiddenAbstractMethod/Test.java
- test/tools/javac/NonAmbiguousField/Test
+ test/tools/javac/NonAmbiguousField/Test.java
! test/tools/javac/NonAmbiguousField/two/Child2.java

Changeset: 31344e8e3343
Author:    lana
Date:      2013-05-22 09:59 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/31344e8e3343

Merge


Changeset: 3bd22f99d408
Author:    darcy
Date:      2013-05-22 13:34 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/3bd22f99d408

8010680: Clarify "present" and annotation ordering in javax.lang.model
Reviewed-by: abuckley, jjg

! src/share/classes/javax/lang/model/AnnotatedConstruct.java
! src/share/classes/javax/lang/model/util/Elements.java

Changeset: 58329d9f6b68
Author:    mcimadamore
Date:      2013-05-24 15:26 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/58329d9f6b68

8014643: Parser regression in JDK 8 when compiling super.x
Summary: Fixed latent bug in JavacParser.analyzeParens()
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ test/tools/javac/parser/8014643/T8014643.java

Changeset: 97a9b4b3e63a
Author:    mcimadamore
Date:      2013-05-24 15:27 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/97a9b4b3e63a

8014649: Regression: bug in Resolve.resolveOperator
Summary: Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! test/tools/javac/resolve/ResolveHarness.java
+ test/tools/javac/resolve/tests/PrimitiveBinopOverload.java

Changeset: 6e5076af4660
Author:    mcimadamore
Date:      2013-05-24 15:27 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/6e5076af4660

8014494: javac crashes when varargs element of a method reference is inferred from the context
Summary: varargs element is not refreshed after type-inference
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/lambda/TargetType73.java

Changeset: 0f8e9a0e5d9a
Author:    darcy
Date:      2013-05-24 11:26 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/0f8e9a0e5d9a

8014836: Have GenericDeclaration extend AnnotatedElement
Reviewed-by: jfranck

! src/share/sample/language/model/CoreReflectionFactory.java

Changeset: b391ecea538e
Author:    vromero
Date:      2013-05-27 13:44 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/b391ecea538e

7030476: Fix conflicting use of JCTree/JCExpression
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/Lower.java
! src/share/classes/com/sun/tools/javac/tree/JCTree.java
! src/share/classes/com/sun/tools/javac/tree/TreeCopier.java
! src/share/classes/com/sun/tools/javac/tree/TreeMaker.java

Changeset: c6df5b20f9eb
Author:    vromero
Date:      2013-05-28 12:46 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/c6df5b20f9eb

6970173: Debug pointer at bad position
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/tools/javac/T6970173/DebugPointerAtBadPositionTest.java

Changeset: d042cba65eab
Author:    vromero
Date:      2013-05-28 17:39 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/d042cba65eab

8012333: javac, ClassFile should have a read(Path) method
Reviewed-by: jjg

! src/share/classes/com/sun/tools/classfile/ClassFile.java

Changeset: 92e420e9807d
Author:    vromero
Date:      2013-05-29 10:56 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/92e420e9807d

7053059: VerifyError with double Assignment using a Generic Member of a Superclass
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
+ test/tools/javac/T7053059/VerifyErrorWithDoubleAssignmentTest.java

Changeset: d685b12b62a4
Author:    jjg
Date:      2013-05-29 15:34 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/d685b12b62a4

8015641: genstubs needs to cope with static interface methods
Reviewed-by: ksrini

! make/tools/genstubs/GenStubs.java

Changeset: 18943a1b7a47
Author:    lana
Date:      2013-05-29 16:59 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/18943a1b7a47

Merge

- test/tools/javac/HiddenAbstractMethod/Test
- test/tools/javac/NonAmbiguousField/Test

Changeset: 2c5a568ee36e
Author:    lana
Date:      2013-06-03 23:24 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/2c5a568ee36e

Merge

- test/tools/javac/HiddenAbstractMethod/Test
- test/tools/javac/NonAmbiguousField/Test

Changeset: 888386fddc09
Author:    katleman
Date:      2013-06-06 09:55 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/888386fddc09

Added tag jdk8-b93 for changeset 2c5a568ee36e

! .hgtags

Changeset: 9f11c7676cd5
Author:    vromero
Date:      2013-05-31 10:04 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/9f11c7676cd5

7179353: try-with-resources fails to compile with generic exception parameters
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/Flow.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/T7179353/GenericsAndTWRCompileErrorTest.java

Changeset: e9855150c5b0
Author:    vromero
Date:      2013-06-01 21:57 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/e9855150c5b0

8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! test/tools/javac/MethodParameters/ClassFileVisitor.java
! test/tools/javac/MethodParameters/ReflectionVisitor.java
+ test/tools/javac/T8010737/ParameterNamesAreNotCopiedToAnonymousInitTest.java

Changeset: ec871c3e8337
Author:    vromero
Date:      2013-06-01 22:09 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/ec871c3e8337

6695379: Copy method annotations and parameter annotations to synthetic bridge methods
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! test/tools/javac/6889255/T6889255.java
! test/tools/javac/MethodParameters/ClassFileVisitor.java
! test/tools/javac/MethodParameters/ReflectionVisitor.java
! test/tools/javac/MethodParameters/Tester.java
+ test/tools/javac/T6695379/AnnotationsAreNotCopiedToBridgeMethodsTest.java

Changeset: 391f97e270c2
Author:    jjg
Date:      2013-06-03 16:22 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/391f97e270c2

8013405: DocLint should support <LI value="value">
Reviewed-by: ksrini

! src/share/classes/com/sun/tools/doclint/Checker.java
! src/share/classes/com/sun/tools/doclint/HtmlTag.java
! src/share/classes/com/sun/tools/doclint/resources/doclint.properties
! test/tools/doclint/html/ListTagsTest.java
+ test/tools/doclint/html/ListTagsTest.out

Changeset: 8258f84a8649
Author:    lana
Date:      2013-06-03 16:10 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/8258f84a8649

Merge


Changeset: 7a4fd1076b15
Author:    lana
Date:      2013-06-03 16:56 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/7a4fd1076b15

Merge


Changeset: 242bcad5be74
Author:    jjg
Date:      2013-06-03 17:09 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/242bcad5be74

8006615: [doclint] move remaining messages into resource bundle
Reviewed-by: mcimadamore, vromero

! src/share/classes/com/sun/tools/doclint/DocLint.java
! src/share/classes/com/sun/tools/doclint/resources/doclint.properties
+ test/tools/doclint/ResourceTest.java
! test/tools/doclint/tool/RunTest.java

Changeset: 019063968164
Author:    jjg
Date:      2013-06-03 17:24 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/019063968164

8007687: javadoc -X does not include -Xdoclint
Reviewed-by: darcy

! src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java
! src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties
! src/share/classes/com/sun/tools/javac/resources/javac.properties
! src/share/classes/com/sun/tools/javadoc/Start.java
! src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties
! test/com/sun/javadoc/testHelpOption/TestHelpOption.java
+ test/com/sun/javadoc/testXOption/TestXOption.java

Changeset: 5cd3cb69c8b3
Author:    mcimadamore
Date:      2013-06-04 11:30 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/5cd3cb69c8b3

7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly
Summary: Fix NPE in RichDiagnosticFormatter.formatMessage
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java
+ test/tools/javac/Diagnostics/7116676/T7116676.java

Changeset: 32c50b5f70b5
Author:    mcimadamore
Date:      2013-06-04 11:31 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/32c50b5f70b5

8008160: Five lambda TargetType tests have @ignore
Summary: Remove @ignore flags from tests that now pass
Reviewed-by: jjg

! test/tools/javac/lambda/TargetType53.java
! test/tools/javac/lambda/TargetType54.java
! test/tools/javac/lambda/TargetType58.java
! test/tools/javac/lambda/TargetType59.java
! test/tools/javac/lambda/TargetType62.java

Changeset: c8acc254b6d7
Author:    mcimadamore
Date:      2013-06-04 11:34 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/c8acc254b6d7

8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
Summary: Use check context compatibility during 15.12.2.8 check (only when JDK 8 inference is enabled)
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Infer.java
+ test/tools/javac/generics/inference/8015505/T8015505.java
+ test/tools/javac/generics/inference/8015505/T8015505.out
! test/tools/javac/generics/rawOverride/7062745/GenericOverrideTest.java

Changeset: 775a51e3276f
Author:    vromero
Date:      2013-06-04 13:21 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/775a51e3276f

7165659: javac incorrectly sets strictfp access flag on inner-classes
Reviewed-by: jjg, mcimadamore

! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+ test/tools/javac/T7165659/InnerClassAttrMustNotHaveStrictFPFlagTest.java

Changeset: 8fb68f73d4b1
Author:    jjg
Date:      2013-06-04 14:17 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/8fb68f73d4b1

8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
Reviewed-by: mcimadamore, jfranck

! src/share/classes/com/sun/tools/javac/code/Lint.java
! src/share/classes/com/sun/tools/javac/code/Symbol.java
! src/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Enter.java
! src/share/classes/com/sun/tools/javac/comp/Flow.java
! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.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/comp/TransTypes.java
! src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
! src/share/classes/com/sun/tools/javac/jvm/Code.java
! src/share/classes/com/sun/tools/javac/jvm/Gen.java
! src/share/classes/com/sun/tools/javac/jvm/JNIWriter.java
! src/share/classes/com/sun/tools/javac/sym/CreateSymbols.java
! src/share/classes/com/sun/tools/javac/tree/TreeInfo.java
! test/tools/javac/lib/DPrinter.java

Changeset: 9acd0f8d6e44
Author:    lana
Date:      2013-06-04 21:38 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/9acd0f8d6e44

Merge


Changeset: 79fd9cfa55f2
Author:    kizune
Date:      2013-06-05 16:58 +0400
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/79fd9cfa55f2

7186887: Test T6567415.java can fail on a slow machine
Reviewed-by: jjg, ksrini

! test/tools/javac/6567415/T6567415.java

Changeset: 48c6e6ab7c81
Author:    lana
Date:      2013-06-10 17:04 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/48c6e6ab7c81

Merge


Changeset: 4cb113623127
Author:    katleman
Date:      2013-06-13 09:49 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/4cb113623127

Added tag jdk8-b94 for changeset 48c6e6ab7c81

! .hgtags

Changeset: 3478b1e81baf
Author:    katleman
Date:      2013-06-20 10:17 -0700
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk8/langtools/rev/3478b1e81baf

Added tag jdk8-b95 for changeset 4cb113623127

! .hgtags



More information about the ppc-aix-port-dev mailing list